Searched refs:coda_statfs (Results 1 – 3 of 3) sorted by relevance
230 struct coda_statfs { struct 635 /* coda_statfs: NO_IN */642 struct coda_statfs stat;694 struct coda_statfs_in coda_statfs; member 716 struct coda_statfs_out coda_statfs; member 231 f_blockscoda_statfs global() argument 232 f_bfreecoda_statfs global() argument 233 f_bavailcoda_statfs global() argument 234 f_filescoda_statfs global() argument 235 f_ffreecoda_statfs global() argument
41 static int coda_statfs(struct dentry *dentry, struct kstatfs *buf);106 .statfs = coda_statfs,336 static int coda_statfs(struct dentry *dentry, struct kstatfs *buf) in coda_statfs() function
561 sfs->f_blocks = outp->coda_statfs.stat.f_blocks; in venus_statfs() 562 sfs->f_bfree = outp->coda_statfs.stat.f_bfree; in venus_statfs() 563 sfs->f_bavail = outp->coda_statfs.stat.f_bavail; in venus_statfs() 564 sfs->f_files = outp->coda_statfs.stat.f_files; in venus_statfs() 565 sfs->f_ffree = outp->coda_statfs.stat.f_ffree; in venus_statfs()