Searched refs:nfs4_getattr_otw (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/nfs/ |
H A D | nfs4.h | 1279 extern int nfs4_getattr_otw(vnode_t *, nfs4_ga_res_t *, cred_t *, int);
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_client.c | 187 return (nfs4_getattr_otw(vp, &gar, cr, 0)); in nfs4_validate_caches() 803 nfs4_getattr_otw(vnode_t *vp, nfs4_ga_res_t *garp, cred_t *cr, int get_acl) in nfs4_getattr_otw() function 945 error = nfs4_getattr_otw(vp, &gar, cr, 0); in nfs4getattr()
|
H A D | nfs4_vnops.c | 2257 return (nfs4_getattr_otw(*vpp, &gar, cr, 0)); in nfs4_open_non_reg_file() 12618 error = nfs4_getattr_otw(vp, &gar, cr, 1); in nfs4_getsecattr()
|