Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/fsck_ffs/
HDea.c74 bp = getdatablk(dp->di_extb[0], blksiz, BT_EXTATTR); in eascan()
HDdir.c822 nbp = getdatablk(newblk, sblock.fs_bsize, BT_DIRDATA); in expanddir()
873 nbp = getdatablk(indirblk, sblock.fs_bsize, BT_LEVEL1); in expanddir()
1043 pdirbp = getdatablk(blkno, size, BT_DIRDATA); in getdirblk()
HDsuj.c577 bp = getdatablk(blk, blksize, BT_DIRDATA); in ino_clrat()
650 bp = getdatablk(blk, blksize, BT_DIRDATA); in ino_isat()
737 bp = getdatablk(blk, fs->fs_bsize, BT_LEVEL1 + level); in indir_visit()
1007 bp = getdatablk(blk, size, BT_DIRDATA); in ino_free_children()
1238 bp = getdatablk(blk, fs->fs_bsize, BT_LEVEL1 + level); in indir_trunc()
1402 bp = getdatablk(bn, clrsize, BT_DATA); in ino_trunc()
HDinode.c188 bp = getdatablk(idesc->id_blkno, sblock.fs_bsize, type); in iblock()
360 bp = getdatablk(blk, sblock.fs_bsize, BT_LEVEL1 + level); in indir_blkatoff()
463 icachebp = getdatablk(iblk, sblock.fs_bsize, BT_INODES); in ginode()
HDfsck.h492 struct bufarea *getdatablk(ufs2_daddr_t blkno, long size, int type);
HDsetup.c301 bp = getdatablk(idesc.id_parent, size, BT_DATA); in checksnapinfo()
HDfsutil.c309 getdatablk(ufs2_daddr_t blkno, long size, int type) in getdatablk() function
/freebsd-14-stable/tools/diag/prtblknos/
HDprtblknos.c169 bp = getdatablk(blkno, fs->fs_bsize, BT_LEVEL1 + level);