Searched refs:n_bfree (Results 1 – 2 of 2) sorted by relevance
235 daddr_t n_bfree; in checkfilesys() local308 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()
367 daddr_t n_ffree, n_bfree; in checkfilesys() local495 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()