Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/fsck_ffs/
H A Dglobs.c104 ufs2_daddr_t maxfsblock; /* number of blocks in the file system */ variable
159 maxfsblock = 0; in fsckinit()
H A Dmain.c280 maxfsblock = sblock.fs_size; in checkfilesys()
520 blks = maxfsblock - (n_ffree + sblock.fs_frag * n_bfree) - blks; in checkfilesys()
H A Dsetup.c123 maxfsblock = sblock.fs_size; in setup()
158 bmapsize = roundup(howmany(maxfsblock, CHAR_BIT), sizeof(short)); in setup()
H A Dfsck.h366 extern ufs2_daddr_t maxfsblock; /* number of blocks in the file system */
H A Dinode.c387 if (cnt <= 0 || blk <= 0 || blk >= maxfsblock || in chkrange()
388 cnt > maxfsblock - blk) { in chkrange()
H A Dfsutil.c1142 blkno < maxfsblock - sblock.fs_frag; in allocblk()