Searched refs:maxfsblock (Results 1 – 6 of 6) sorted by relevance
104 ufs2_daddr_t maxfsblock; /* number of blocks in the file system */ variable159 maxfsblock = 0; in fsckinit()
280 maxfsblock = sblock.fs_size; in checkfilesys()520 blks = maxfsblock - (n_ffree + sblock.fs_frag * n_bfree) - blks; in checkfilesys()
123 maxfsblock = sblock.fs_size; in setup()158 bmapsize = roundup(howmany(maxfsblock, CHAR_BIT), sizeof(short)); in setup()
366 extern ufs2_daddr_t maxfsblock; /* number of blocks in the file system */
387 if (cnt <= 0 || blk <= 0 || blk >= maxfsblock || in chkrange()388 cnt > maxfsblock - blk) { in chkrange()
1142 blkno < maxfsblock - sblock.fs_frag; in allocblk()