
On MFS file systems, the stat(2) call now counts indirect blocks as part of the st_blocks calculation, in addition to proper initial rounding of the file size. The returned value is now a true upper bound on the actual number of 512-byte blocks allocated to the file. As before, it is not accurate for sparse files.
Description
Languages
C
78.2%
Roff
10.2%
Assembly
4.6%
Shell
3.7%
Makefile
1.6%
Other
1.2%