Home
last modified time | relevance | path

Searched refs:cstatfs (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dstatfs.c62 static int cstatfs(struct vfs *, struct statfs32 *, int);
80 error = cstatfs(vp->v_vfsp, sbp, len); in statfs32()
100 error = cstatfs(fp->f_vnode->v_vfsp, sbp, len); in fstatfs32()
111 cstatfs(struct vfs *vfsp, struct statfs32 *sbp, int len) in cstatfs() function