Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c6674 off_t totblks, numblks; in blkcount() local
6676 totblks = 0; in blkcount()
6679 totblks = howmany(length, fs->fs_fsize); in blkcount()
6682 totblks = blkstofrags(fs, numblks); in blkcount()
6690 totblks += blkstofrags(fs, howmany(numblks, NINDIR(fs))); in blkcount()
6697 totblks = fsbtodb(fs, totblks); in blkcount()
6703 if (totblks > datablocks) in blkcount()
6705 return (datablocks - totblks); in blkcount()