Home | History | Annotate | Download | only in io

Lines Matching refs:f_bsize

1129             return sb.f_blocks * sb.f_bsize; // total block count * block size in bytes.
1151 return sb.f_bavail * sb.f_bsize; // non-root free block count * block size in bytes.
1169 return sb.f_bfree * sb.f_bsize; // free block count * block size in bytes.