Home
last modified time | relevance | path

Searched refs:n_bfree (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sbin/fsck_ext2fs/
H A Dmain.c235 daddr_t n_bfree; in checkfilesys() local
308 n_bfree = sblock.e2fs.e2fs_fbcount; in checkfilesys()
311 (long long)n_files, (long long)n_blks, (long long)n_bfree); in checkfilesys()
320 if (n_blks -= maxfsblock - n_bfree) in checkfilesys()
/netbsd-src/sbin/fsck_ffs/
H A Dmain.c367 daddr_t n_ffree, n_bfree; in checkfilesys() local
495 n_bfree = sblock->fs_cstotal.cs_nbfree; in checkfilesys()
498 (long long)(n_ffree + sblock->fs_frag * n_bfree)); in checkfilesys()
500 (long long)n_ffree, (long long)n_bfree, in checkfilesys()
512 if (n_blks -= maxfsblock - (n_ffree + sblock->fs_frag * n_bfree)) in checkfilesys()