Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/nfs/
H A Dmount.h158 #define NFSMNT_REFERRAL 0x40000000 /* Is a referral */ macro
160 #define NFSMNT_EPHEMERAL (NFSMNT_MIRRORMOUNT | NFSMNT_REFERRAL)
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c1747 esi->esi_mount_flags = NFSMNT_REFERRAL; in nfs4_trigger_esi_create_referral()
2041 if (nargs->flags & NFSMNT_REFERRAL) { in nfs4_trigger_nargs_create()
2074 if (nargs->flags & NFSMNT_REFERRAL) { in nfs4_trigger_nargs_create()
H A Dnfs4_vfsops.c2313 if (flags & NFSMNT_REFERRAL) in nfs4rootvp()