Searched refs:cstatfs (Results 1 – 1 of 1) sorted by relevance
64 static int cstatfs(struct vfs *, struct statfs32 *, int);82 error = cstatfs(vp->v_vfsp, sbp, len); in statfs32()102 error = cstatfs(fp->f_vnode->v_vfsp, sbp, len); in fstatfs32()113 cstatfs(struct vfs *vfsp, struct statfs32 *sbp, int len) in cstatfs() function