UbixOS
2.0
|
#include <mount.h>
Data Fields | |
u_int64_t | f_asyncreads |
u_int64_t | f_asyncwrites |
int64_t | f_bavail |
u_int64_t | f_bfree |
u_int64_t | f_blocks |
u_int64_t | f_bsize |
char | f_charspare [80] |
int64_t | f_ffree |
u_int64_t | f_files |
u_int64_t | f_flags |
fsid_t | f_fsid |
char | f_fstypename [16] |
u_int64_t | f_iosize |
char | f_mntfromname [88] |
char | f_mntonname [88] |
uint32_t | f_namemax |
uid_t | f_owner |
u_int64_t | f_spare [10] |
u_int64_t | f_syncreads |
u_int64_t | f_syncwrites |
uint32_t | f_type |
uint32_t | f_version |
u_int64_t statfs::f_asyncreads |
Definition at line 55 of file mount.h.
Referenced by sys_fstatfs(), and sys_statfs().
u_int64_t statfs::f_asyncwrites |
Definition at line 53 of file mount.h.
Referenced by sys_fstatfs(), and sys_statfs().
int64_t statfs::f_bavail |
Definition at line 49 of file mount.h.
Referenced by sys_fstatfs(), and sys_statfs().
u_int64_t statfs::f_bfree |
Definition at line 48 of file mount.h.
Referenced by sys_fstatfs(), and sys_statfs().
u_int64_t statfs::f_blocks |
Definition at line 47 of file mount.h.
Referenced by sys_fstatfs(), and sys_statfs().
u_int64_t statfs::f_bsize |
Definition at line 45 of file mount.h.
Referenced by sys_fstatfs(), and sys_statfs().
int64_t statfs::f_ffree |
Definition at line 51 of file mount.h.
Referenced by sys_fstatfs(), and sys_statfs().
u_int64_t statfs::f_files |
Definition at line 50 of file mount.h.
Referenced by sys_fstatfs(), and sys_statfs().
u_int64_t statfs::f_flags |
Definition at line 44 of file mount.h.
Referenced by sys_fstatfs(), and sys_statfs().
fsid_t statfs::f_fsid |
Definition at line 59 of file mount.h.
Referenced by sys_fstatfs(), and sys_statfs().
char statfs::f_fstypename[16] |
Definition at line 61 of file mount.h.
Referenced by sys_fstatfs(), and sys_statfs().
u_int64_t statfs::f_iosize |
Definition at line 46 of file mount.h.
Referenced by sys_fstatfs(), and sys_statfs().
char statfs::f_mntfromname[88] |
Definition at line 62 of file mount.h.
Referenced by sys_fstatfs(), and sys_statfs().
char statfs::f_mntonname[88] |
Definition at line 63 of file mount.h.
Referenced by sys_fstatfs(), and sys_statfs().
uint32_t statfs::f_namemax |
Definition at line 57 of file mount.h.
Referenced by sys_fstatfs(), and sys_statfs().
uid_t statfs::f_owner |
Definition at line 58 of file mount.h.
Referenced by sys_fstatfs(), and sys_statfs().
u_int64_t statfs::f_syncreads |
Definition at line 54 of file mount.h.
Referenced by sys_fstatfs(), and sys_statfs().
u_int64_t statfs::f_syncwrites |
Definition at line 52 of file mount.h.
Referenced by sys_fstatfs(), and sys_statfs().
uint32_t statfs::f_type |
Definition at line 43 of file mount.h.
Referenced by sys_fstatfs(), and sys_statfs().
uint32_t statfs::f_version |
Definition at line 42 of file mount.h.
Referenced by sys_fstatfs(), and sys_statfs().