Searched defs:coda_statfs (Results 1 – 2 of 2) sorted by relevance
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
292 static int coda_statfs(struct dentry *dentry, struct kstatfs *buf) in coda_statfs() function