Searched refs:nfs_getattr_otw (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_client.c | 152 return (nfs_getattr_otw(vp, &va, cr)); in nfs_validate_caches() 857 nfs_getattr_otw(vnode_t *vp, struct vattr *vap, cred_t *cr) in nfs_getattr_otw() function 917 error = nfs_getattr_otw(vp, vap, cr); in nfsgetattr()
|
H A D | nfs_vnops.c | 296 error = nfs_getattr_otw(vp, &va, cr); in nfs_open() 407 (void) nfs_getattr_otw(vp, &va, cr); in nfs_close() 4335 error = nfs_getattr_otw(vp, &va, cr); in nfs_map()
|
/titanic_41/usr/src/uts/common/nfs/ |
H A D | nfs.h | 897 extern int nfs_getattr_otw(vnode_t *, struct vattr *, cred_t *);
|