Searched refs:fragment_size (Results 1 – 7 of 7) sorted by relevance
536 const uintmax_t fragment_size = f.f_frsize; in _GLIBCXX_VISIBILITY() local539 capacity = f.f_blocks * fragment_size; in _GLIBCXX_VISIBILITY()541 free = f.f_bfree * fragment_size; in _GLIBCXX_VISIBILITY()543 available = f.f_bavail * fragment_size; in _GLIBCXX_VISIBILITY()
527 const uintmax_t fragment_size = f.f_frsize; in _GLIBCXX_VISIBILITY() local530 capacity = f.f_blocks * fragment_size; in _GLIBCXX_VISIBILITY()532 free = f.f_bfree * fragment_size; in _GLIBCXX_VISIBILITY()534 available = f.f_bavail * fragment_size; in _GLIBCXX_VISIBILITY()
1165 uintmax_t fragment_size = f.f_frsize; in space() local1167 f.f_blocks * fragment_size, in space()1168 f.f_bfree * fragment_size, in space()1169 f.f_bavail * fragment_size in space()
1445 uintmax_t fragment_size = f.f_frsize; in space() local1447 f.f_blocks * fragment_size, in space()1448 f.f_bfree * fragment_size, in space()1449 f.f_bavail * fragment_size in space()
1394 uintmax_t fragment_size = f.f_frsize; in space() local1396 f.f_blocks * fragment_size, in space()1397 f.f_bfree * fragment_size, in space()1398 f.f_bavail * fragment_size in space()
1392 uintmax_t fragment_size = f.f_frsize; in space() local1394 f.f_blocks * fragment_size, in space()1395 f.f_bfree * fragment_size, in space()1396 f.f_bavail * fragment_size in space()
Completed in 16 milliseconds