Home
last modified time | relevance | path

Searched refs:getdatablk (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/sbin/fsck_ext2fs/
Dpass5.c84 blk_bitmap = getdatablk(letoh32(fs->e2fs_gd[c].ext2bgd_b_bitmap), in pass5()
91 ino_bitmap = getdatablk(letoh32(fs->e2fs_gd[c].ext2bgd_i_bitmap), in pass5()
Dfsck.h76 extern struct bufarea *getdatablk(daddr32_t, long);
Dmain.c66 struct bufarea *getdatablk(daddr32_t, long);
Dinode.c219 bp = getdatablk(idesc->id_blkno, sblock.e2fs_bsize); in iblock()
342 pbp = getdatablk(iblk, sblock.e2fs_bsize); in ginode()
Dutilities.c153 getdatablk(daddr32_t blkno, long size) in getdatablk() function
Ddir.c682 pdirbp = getdatablk(blkno, size); in getdirblk()
/openbsd/src/sbin/fsck_ffs/
Dfsck.h141 extern struct bufarea *getdatablk(daddr_t, long);
Dinode.c168 bp = getdatablk(idesc->id_blkno, sblock.fs_bsize); in iblock()
294 pbp = getdatablk(iblk, sblock.fs_bsize); in ginode()
Dutilities.c216 getdatablk(daddr_t blkno, long size) in getdatablk() function
Ddir.c659 pdirbp = getdatablk(blkno, size); in getdirblk()