Searched refs:is_referral (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_attr.c150 sarg.is_referral = B_FALSE;
653 if (sarg->is_referral) {
669 if (sarg->is_referral) {
H A Dnfs_srv.c497 int is_referral = 0; local
526 is_referral = 1;
532 if (vp->v_type != VLNK && !is_referral) {
544 if (is_referral) {
H A Dnfs3_srv.c745 int is_referral = 0; local
768 is_referral = 1;
770 if (vp->v_type != VLNK && !is_referral) {
798 if (is_referral) {
836 if (is_referral && vap != NULL)
H A Dnfs4_srv.c1616 sarg.is_referral = B_FALSE;
2327 sarg.is_referral = B_FALSE;
2341 sarg.is_referral = B_TRUE;
3745 int is_referral; local
3764 is_referral = 1;
3768 is_referral = 0;
3796 if (is_referral) {
5146 sarg.is_referral = B_FALSE;
5441 sarg.is_referral = B_FALSE;
5503 sarg.is_referral
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1130 bool_t is_referral; /* because sometimes we tell lies */ member in struct:nfs4_svgetit_arg

Completed in 76 milliseconds