Lines Matching refs:statvfs
34 TYPE(struct statvfs); in sys_statvfs_h()
35 STRUCT_MEMBER(struct statvfs, unsigned long, f_bsize); in sys_statvfs_h()
36 STRUCT_MEMBER(struct statvfs, unsigned long, f_frsize); in sys_statvfs_h()
37 STRUCT_MEMBER(struct statvfs, fsblkcnt_t, f_blocks); in sys_statvfs_h()
38 STRUCT_MEMBER(struct statvfs, fsblkcnt_t, f_bfree); in sys_statvfs_h()
39 STRUCT_MEMBER(struct statvfs, fsblkcnt_t, f_bavail); in sys_statvfs_h()
40 STRUCT_MEMBER(struct statvfs, fsfilcnt_t, f_files); in sys_statvfs_h()
41 STRUCT_MEMBER(struct statvfs, fsfilcnt_t, f_ffree); in sys_statvfs_h()
42 STRUCT_MEMBER(struct statvfs, fsfilcnt_t, f_favail); in sys_statvfs_h()
43 STRUCT_MEMBER(struct statvfs, unsigned long, f_fsid); in sys_statvfs_h()
44 STRUCT_MEMBER(struct statvfs, unsigned long, f_flag); in sys_statvfs_h()
45 STRUCT_MEMBER(struct statvfs, unsigned long, f_namemax); in sys_statvfs_h()
53 FUNCTION(fstatvfs, int (*f)(int, struct statvfs*)); in sys_statvfs_h()
54 FUNCTION(statvfs, int (*f)(const char*, struct statvfs*)); in sys_statvfs_h()