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

/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_softdep.c6234 off_t totblks, numblks; local
6236 totblks = 0;
6239 totblks = howmany(length, fs->fs_fsize);
6242 totblks = blkstofrags(fs, numblks);
6250 totblks += blkstofrags(fs, howmany(numblks, NINDIR(fs)));
6257 totblks = fsbtodb(fs, totblks);
6263 if (totblks > datablocks)
6265 return (datablocks - totblks);

Completed in 141 milliseconds