Home | History | Annotate | Download | only in common

Lines Matching refs:statvfs

36 static void __unused bsd_to_linux_statfs(const struct statvfs *,
38 static void __unused bsd_to_linux_statfs64(const struct statvfs *,
42 * Convert NetBSD statvfs structure to Linux statfs structure.
44 * to glibc statvfs() bug (see below).
47 bsd_to_linux_statfs(const struct statvfs *bsp, struct linux_statfs *lsp)
67 * statvfs. Linux statfs uses f_bsize as the block size
69 * However, glibc 2.3.3 statvfs() wrapper fails to adjust the block
90 * Convert NetBSD statvfs structure to Linux statfs64 structure.
93 * statvfs() doesn't use statfs64().
96 bsd_to_linux_statfs64(const struct statvfs *bsp, struct linux_statfs64 *lsp)