Searched refs:referral (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c2281 /* LOOKUP succeeded but GETATTR failed? This could be a referral. */
2289 /* too many symlink/referral redirections */
3254 int error = 0, pathbuflen = MAXPATHLEN, i, mntflags = 0, referral, skipcopy = 0; local
3267 referral = (np->n_vattr.nva_flags & NFS_FFLAG_TRIGGER_REFERRAL);
3268 if (referral)
3331 if (referral) {
3379 if (referral)
3458 if (!referral) {
3465 if (referral) /* don't copy the fs locations for a referral */
[all...]
H A Dnfs_subs.c1341 int referral = np->n_vattr.nva_flags & NFS_FFLAG_TRIGGER_REFERRAL; local
1488 if (vp && referral)
1489 nvap->nva_flags |= referral;

Completed in 30 milliseconds