Searched defs:coda_statfs (Results 1 – 2 of 2) sorted by relevance
236 struct coda_statfs { struct237 int32_t f_blocks;238 int32_t f_bfree;239 int32_t f_bavail;240 int32_t f_files;241 int32_t f_ffree;675 struct coda_statfs_in coda_statfs; member696 struct coda_statfs_out coda_statfs; member
293 static int coda_statfs(struct dentry *dentry, struct kstatfs *buf) in coda_statfs() function