Searched refs:totblks (Results 1 – 1 of 1) sorted by relevance
6426 off_t totblks, numblks; local6428 totblks = 0;6431 totblks = howmany(length, fs->fs_fsize);6434 totblks = blkstofrags(fs, numblks);6442 totblks += blkstofrags(fs, howmany(numblks, NINDIR(fs)));6449 totblks = fsbtodb(fs, totblks);6455 if (totblks > datablocks)6457 return (datablocks - totblks);