Home
last modified time | relevance | path

Searched refs:BT_INODES (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/fsck_ffs/
H A Dfsutil.c314 if (type != BT_INODES && chkrange(blkno, size / sblock.fs_fsize)) { in getdatablk()
480 case BT_INODES: in flush()
692 case BT_INODES: in ckfini()
H A Dfsck.h157 /* for BT_INODES, first inum */
194 #define BT_INODES 7 /* Buffer holds inodes */
198 #define BT_INODES global() macro
H A Dinode.c456 icachebp = getdatablk(iblk, sblock.fs_bsize, BT_INODES); in ginode()
665 initbarea(&inobuf, BT_INODES); in setinodebuf()