Searched refs:nfs_getattr_otw (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c152 return (nfs_getattr_otw(vp, &va, cr));
857 nfs_getattr_otw(vnode_t *vp, struct vattr *vap, cred_t *cr) function
917 error = nfs_getattr_otw(vp, vap, cr);
H A Dnfs_vnops.c296 error = nfs_getattr_otw(vp, &va, cr);
331 * everything (minus the final nfs_getattr_otw() call) should
407 (void) nfs_getattr_otw(vp, &va, cr);
4335 error = nfs_getattr_otw(vp, &va, cr);
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h897 extern int nfs_getattr_otw(vnode_t *, struct vattr *, cred_t *);

Completed in 86 milliseconds