Searched defs:coda_statfs (Results 1 – 2 of 2) sorted by relevance
238 struct coda_statfs { struct239 int32_t f_blocks;240 int32_t f_bfree;241 int32_t f_bavail;242 int32_t f_files;243 int32_t f_ffree;677 struct coda_statfs_in coda_statfs; member698 struct coda_statfs_out coda_statfs; member
292 static int coda_statfs(struct dentry *dentry, struct kstatfs *buf) in coda_statfs() function