Lines Matching refs:replicated
682 int replicated;
699 replicated = (mfs_in->mfs_next != NULL);
701 if (replicated && hasmntopt(&m, MNTOPT_SOFT)) {
704 "mount on %s is soft and will not be replicated.", mntpnt);
705 replicated = 0;
707 if (replicated && !hasmntopt(&m, MNTOPT_RO)) {
710 "mount on %s is not read-only and will not be replicated.",
712 replicated = 0;
714 if (replicated)
720 if (replicated)
721 trace_prt(1, " nfsmount: replicated mount on %s %s:\n",
1060 * If the mount is not replicated, we don't want to
1066 if (!replicated)
1092 * Since we don't support different NFS versions in replicated
1140 * If we don't have a fh yet, and if this is not a replicated
1148 !replicated && skipentry)
1169 if (trace > 4 && replicated)
2296 if (!replicated)