Searched refs:NFSMNT_NFSV3 (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/sys/fs/nfsclient/
H A Dnfs.h52 (VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV3)
56 (VFSTONFS((v)->v_mount)->nm_flag & (NFSMNT_NFSV3 | NFSMNT_NFSV4))
H A Dnfs_clvfsops.c189 } else if (nmp->nm_flag & NFSMNT_NFSV3) {
254 if (nfsv3_diskless.root_args.flags & NFSMNT_NFSV3) {
594 if ((argp->flags & (NFSMNT_NFSV3 | NFSMNT_NFSV4)) == 0) {
859 args.flags |= NFSMNT_NFSV3;
1088 ~(NFSMNT_NFSV3 |
1096 (NFSMNT_NFSV3 |
1368 if ((argp->flags & (NFSMNT_NFSV3 | NFSMNT_NFSV4)) == 0)
1373 if ((argp->flags & (NFSMNT_NFSV3 | NFSMNT_NFSV4)) == 0) {
1396 else if ((argp->flags & NFSMNT_NFSV3))
1495 if (argp->flags & NFSMNT_NFSV3)
[all...]
H A Dnfs_clbio.c123 if ((nmp->nm_flag & NFSMNT_NFSV3) != 0 &&
275 if ((nmp->nm_flag & NFSMNT_NFSV3) != 0 &&
448 if ((nmp->nm_flag & NFSMNT_NFSV3) != 0 &&
895 if ((nmp->nm_flag & NFSMNT_NFSV3) != 0 &&
H A Dnfs_clport.c888 if (nmp->nm_flag & (NFSMNT_NFSV3 | NFSMNT_NFSV4)) {
/freebsd-10-stable/sys/nfsclient/
H A Dnfsargs.h80 #define NFSMNT_NFSV3 0x00000200 /* Use NFS Version 3 protocol */ macro
H A Dnfs_krpc.c212 if (nmp->nm_flag & NFSMNT_NFSV3)
497 if (nmp->nm_flag & NFSMNT_NFSV3) {
540 (nmp->nm_flag & NFSMNT_NFSV3) ? procnum : nfsv2_procid[procnum],
588 if ((nmp->nm_flag & NFSMNT_NFSV3) &&
618 if ((nmp->nm_flag & NFSMNT_NFSV3) &&
634 if (nmp->nm_flag & NFSMNT_NFSV3) {
639 probe_procnum = (nmp->nm_flag & NFSMNT_NFSV3) ?
660 if (nmp->nm_flag & NFSMNT_NFSV3) {
665 probe_procnum = (nmp->nm_flag & NFSMNT_NFSV3) ?
H A Dnfs_vfsops.c249 if (nfsv3_diskless.root_args.flags & NFSMNT_NFSV3) {
276 int error = 0, v3 = (nmp->nm_flag & NFSMNT_NFSV3), retattr;
631 if ((argp->flags & NFSMNT_NFSV3) == 0)
659 if (argp->flags & NFSMNT_NFSV3) {
907 args.flags |= NFSMNT_NFSV3;
1138 ~(NFSMNT_NFSV3 | NFSMNT_NOLOCKD /*|NFSMNT_XLATECOOKIE*/)) |
1140 (NFSMNT_NFSV3 | NFSMNT_NOLOCKD /*|NFSMNT_XLATECOOKIE*/));
1267 if ((argp->flags & NFSMNT_NFSV3) == 0)
1274 if ((argp->flags & NFSMNT_NFSV3) && argp->sotype == SOCK_STREAM) {
1339 if (argp->flags & NFSMNT_NFSV3)
[all...]
H A Dnfs.h91 #define NFS_ISV3(v) (VFSTONFS((v)->v_mount)->nm_flag & NFSMNT_NFSV3)
H A Dnfs_bio.c117 if ((nmp->nm_flag & NFSMNT_NFSV3) != 0 &&
269 if ((nmp->nm_flag & NFSMNT_NFSV3) != 0 &&
444 if ((nmp->nm_flag & NFSMNT_NFSV3) != 0 &&
885 if ((nmp->nm_flag & NFSMNT_NFSV3) != 0 &&
/freebsd-10-stable/sys/nfs/
H A Dnfs_diskless.c118 nd->flags &= ~(NFSMNT_NFSV3 | NFSMNT_NFSV4);
121 nd->flags |= NFSMNT_NFSV3;
252 nd3->root_args.flags = (NFSMNT_NFSV3 | NFSMNT_WSIZE |
H A Dbootp_subr.c1835 args->flags |= NFSMNT_NFSV3;
1861 if ((args->flags & NFSMNT_NFSV3) != 0) {
1872 if (args->flags & NFSMNT_NFSV3) {
1892 NFSMNT_NFSV3) ? NFS_VER3 : NFS_VER2,
/freebsd-10-stable/contrib/amd/conf/nfs_prot/
H A Dnfs_prot_freebsd3.h178 * If you don't want NFSv3, then you will have to turn off the NFSMNT_NFSV3
182 #ifdef NFSMNT_NFSV3
202 #endif /* NFSMNT_NFSV3 */
/freebsd-10-stable/sys/fs/nfs/
H A Dnfsport.h844 #define NFSHASNFSV3(n) ((n)->nm_flag & NFSMNT_NFSV3)
847 #define NFSHASNFSV3OR4(n) ((n)->nm_flag & (NFSMNT_NFSV3 | NFSMNT_NFSV4))

Completed in 112 milliseconds