Searched defs:coda_statfs (Results 1 – 7 of 7) sorted by relevance
137 struct coda_statfs { struct138 int32_t f_blocks;139 int32_t f_bfree;140 int32_t f_bavail;141 int32_t f_files;142 int32_t f_ffree;456 struct coda_statfs_in coda_statfs; member476 struct coda_statfs_out coda_statfs; member
148 struct coda_statfs { struct149 int32_t f_blocks;150 int32_t f_bfree;151 int32_t f_bavail;152 int32_t f_files;153 int32_t f_ffree;476 struct coda_statfs_in coda_statfs; member497 struct coda_statfs_out coda_statfs; member
230 struct coda_statfs { struct231 int32_t f_blocks;232 int32_t f_bfree;233 int32_t f_bavail;234 int32_t f_files;235 int32_t f_ffree;694 struct coda_statfs_in coda_statfs; member716 struct coda_statfs_out coda_statfs; member
291 static int coda_statfs(struct dentry *dentry, struct kstatfs *buf) in coda_statfs() function
293 static int coda_statfs(struct dentry *dentry, struct kstatfs *buf) in coda_statfs() function