Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_acl_vnops.c419 int rfscall_flags) in acl_getxattrdir2() argument
444 &doqueue, &res.status, rfscall_flags, &fi); in acl_getxattrdir2()
454 if (!(rfscall_flags & RFSCALL_SOFT)) in acl_getxattrdir2()
619 int rfscall_flags) in acl_getxattrdir3() argument
646 &doqueue, &res.status, rfscall_flags, &fi); in acl_getxattrdir3()
673 if (!(rfscall_flags & RFSCALL_SOFT)) in acl_getxattrdir3()
H A Dnfs_vnops.c1778 int flags, vnode_t *rdir, cred_t *cr, int rfscall_flags) in nfslookup() argument
1808 if (rfscall_flags & RFSCALL_SOFT) in nfslookup()
1834 error = nfslookup_otw(dvp, nm, vpp, cr, rfscall_flags); in nfslookup()
1906 int rfscall_flags) in nfslookup_otw() argument
1934 &douprintf, &dr.dr_status, rfscall_flags, &fi); in nfslookup_otw()
1952 if (!(rfscall_flags & RFSCALL_SOFT)) in nfslookup_otw()
H A Dnfs3_vnops.c2010 int flags, vnode_t *rdir, cred_t *cr, int rfscall_flags) in nfs3lookup() argument
2040 if (rfscall_flags & RFSCALL_SOFT) in nfs3lookup()
2073 error = nfs3lookup_otw(dvp, nm, vpp, cr, rfscall_flags); in nfs3lookup()
2144 int rfscall_flags) in nfs3lookup_otw() argument
2179 &douprintf, &res.status, rfscall_flags, &fi); in nfs3lookup_otw()
2211 if (!(rfscall_flags & RFSCALL_SOFT)) in nfs3lookup_otw()