Home
last modified time | relevance | path

Searched refs:BT_LEVEL1 (Results 1 – 6 of 6) sorted by relevance

/freebsd/tools/diag/prtblknos/
H A Dprtblknos.c169 bp = getdatablk(blkno, fs->fs_bsize, BT_LEVEL1 + level);
/freebsd/sbin/fsck_ffs/
H A Dfsck.h190 #define BT_LEVEL1 3 /* Buffer holds single level indirect */
194 #define BT_LEVEL1 global() macro
H A Dinode.c135 ret = iblock(idesc, remsize, BT_LEVEL1 + i); in ckinode()
353 bp = getdatablk(blk, sblock.fs_bsize, BT_LEVEL1 + level); in indir_blkatoff()
H A Ddir.c867 nbp = getdatablk(indirblk, sblock.fs_bsize, BT_LEVEL1); in expanddir()
H A Dsuj.c735 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 Dfsutil.c684 case BT_LEVEL1: in ckfini()