Searched refs:BT_LEVEL1 (Results 1 – 6 of 6) sorted by relevance
/freebsd/tools/diag/prtblknos/ |
H A D | prtblknos.c | 169 bp = getdatablk(blkno, fs->fs_bsize, BT_LEVEL1 + level);
|
/freebsd/sbin/fsck_ffs/ |
H A D | fsck.h | 190 #define BT_LEVEL1 3 /* Buffer holds single level indirect */ 194 #define BT_LEVEL1 global() macro
|
H A D | inode.c | 135 ret = iblock(idesc, remsize, BT_LEVEL1 + i); in ckinode() 353 bp = getdatablk(blk, sblock.fs_bsize, BT_LEVEL1 + level); in indir_blkatoff()
|
H A D | dir.c | 867 nbp = getdatablk(indirblk, sblock.fs_bsize, BT_LEVEL1); in expanddir()
|
H A D | suj.c | 735 bp = getdatablk(blk, fs->fs_bsize, BT_LEVEL1 + level); in indir_visit() 1236 bp = getdatablk(blk, fs->fs_bsize, BT_LEVEL1 + level); in indir_trunc()
|
H A D | fsutil.c | 684 case BT_LEVEL1: in ckfini()
|