Searched defs:coda_statfs (Results 1 – 4 of 4) sorted by relevance
234 struct coda_statfs { struct235 int32_t f_blocks;236 int32_t f_bfree;237 int32_t f_bavail;238 int32_t f_files;239 int32_t f_ffree;670 struct coda_statfs_in coda_statfs; member691 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