Searched refs:statfs64_conv (Results 1 – 3 of 3) sorted by relevance
28 return __fstatfs64 (fd, &buf64) ?: statfs64_conv (buf, &buf64); in __fstatfs()
28 return __statfs64 (file, &buf64) ?: statfs64_conv (buf, &buf64); in __statfs()
23 statfs64_conv (struct statfs *buf, const struct statfs64 *buf64) in statfs64_conv() function
Completed in 4 milliseconds