Searched refs:nfs3_getattr_otw (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_client.c | 187 return (nfs3_getattr_otw(vp, &va, cr)); in nfs3_validate_caches() 942 nfs3_getattr_otw(vnode_t *vp, struct vattr *vap, cred_t *cr) in nfs3_getattr_otw() function 1005 error = nfs3_getattr_otw(vp, vap, cr); in nfs3getattr()
|
H A D | nfs3_vnops.c | 335 error = nfs3_getattr_otw(vp, &va, cr); in nfs3_open() 446 (void) nfs3_getattr_otw(vp, &va, cr); in nfs3_close() 5247 error = nfs3_getattr_otw(vp, &va, cr); in nfs3_map()
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfs.h | 2340 extern int nfs3_getattr_otw(vnode_t *, struct vattr *, cred_t *);
|