Searched defs:statfs (Results 1 – 8 of 8) sorted by relevance
46 struct statfs { struct60 struct statfs32 { argument75 int statfs(const char *, struct statfs *, int, int); argument
228 struct statfs { struct240 struct statfs { argument253 struct statfs64 { argument
112 struct statfs { struct113 long f_type; /* type of info, zero for now */114 long f_bsize; /* fundamental file system block size */115 long f_blocks; /* total blocks in file system */116 long f_bfree; /* free block in fs */117 long f_bavail; /* free blocks avail to non-superuser */118 long f_files; /* total file nodes in file system */119 long f_ffree; /* free file nodes in fs */120 fsid_t f_fsid; /* file system id */121 long f_spare[7]; /* spare for later */
33 statfs(char *s, struct statfs *b) in statfs() function
34 statfs(char *s, struct statfs *b) in statfs() function
83 statfs(char *path, struct statfs *buf) in statfs() function
83 #define statfs statvfs /* both struct and func */ macro
1651 struct statfs statfs; in show_statfs() local1677 struct statfs32 statfs; in show_statfs32() local