Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_ffs/
H A Dglobs.c92 ufs2_daddr_t maxfsblock; /* number of blocks in the file system */ variable
147 maxfsblock = 0; in fsckinit()
H A Dmain.c267 maxfsblock = sblock.fs_size; in checkfilesys()
507 blks = maxfsblock - (n_ffree + sblock.fs_frag * n_bfree) - blks; in checkfilesys()
H A Dsetup.c116 maxfsblock = sblock.fs_size; in setup()
151 bmapsize = roundup(howmany(maxfsblock, CHAR_BIT), sizeof(short)); in setup()
H A Dfsck.h361 extern ufs2_daddr_t maxfsblock; /* number of blocks in the file system */
H A Dinode.c381 if (cnt <= 0 || blk <= 0 || blk >= maxfsblock || in chkrange()
382 cnt > maxfsblock - blk) { in chkrange()
H A Dfsutil.c1135 blkno < maxfsblock - sblock.fs_frag; in allocblk()