| /src/sys/fs/nfs/server/ |
| nfs_nfsdkrpc.c | 135 nd.nd_flag = ND_NFSV2; 143 nd.nd_flag = ND_NFSV3; 152 nd.nd_flag = ND_NFSV4; 170 if (nfs_privport && (nd.nd_flag & ND_NFSV4) == 0) { 223 nd.nd_flag |= ND_GSS; 225 nd.nd_flag |= (ND_GSS | ND_GSSINTEGRITY); 227 nd.nd_flag |= (ND_GSS | ND_GSSPRIVACY); 256 if ((nd.nd_flag & ND_NFSV4) != 0) { 330 nd->nd_flag |= ND_STREAMSOCK; 345 if ((nd->nd_flag & ND_NFSV2) && nd->nd_nam2 != NULL & [all...] |
| nfs_nfsdserv.c | 108 if ((nd->nd_flag & ND_NFSV4) && 155 if (nd->nd_flag & ND_NFSV3) { 160 if (nd->nd_flag & ND_NFSV4) { 196 if (nd->nd_flag & ND_NFSV4) { 242 if (nd->nd_flag & ND_NFSV4) { 327 if (nd->nd_flag & ND_NFSV4) { 338 if (nd->nd_flag & ND_NFSV3) { 357 } else if (!nd->nd_repstat && (nd->nd_flag & ND_NFSV4)) 381 if (!nd->nd_repstat && (nd->nd_flag & ND_NFSV4)) 385 if (!nd->nd_repstat && (nd->nd_flag & ND_NFSV4)) [all...] |
| nfs_nfsdsubs.c | 1387 if (nd->nd_flag & ND_NFSV3) 1399 if (nd->nd_flag & ND_NFSV3) { 1444 if (nd->nd_flag & (ND_NFSV3 | ND_NFSV4)) { 1447 if (len == 0 && nfs_pubfhset && (nd->nd_flag & ND_NFSV3) && 1449 nd->nd_flag |= ND_PUBLOOKUP; 1453 if (nd->nd_flag & ND_NFSV4) { 1480 if ((nd->nd_flag & ND_NFSV2) && nfs_pubfhset && 1483 nd->nd_flag |= ND_PUBLOOKUP; 1508 if (nd->nd_flag & (ND_NFSV3 | ND_NFSV4)) { 1511 if (nd->nd_flag & ND_NFSV3 [all...] |
| nfs_nfsdport.c | 382 if (nd->nd_flag & ND_PUBLOOKUP) { 401 (nd->nd_flag & ND_NFSV4) == 0) { 453 if (!(nd->nd_flag & ND_PUBLOOKUP)) { 1030 if ((nd->nd_flag & ND_NFSV3) && 1043 if (nd->nd_flag & ND_NFSV2) { 1592 if (nd->nd_flag & ND_NFSV2) { 1608 if (nd->nd_flag & ND_NFSV3) { 1625 if (nd->nd_flag & ND_NFSV2) 1637 if (nd->nd_flag & ND_NFSV3) 1667 if (nd->nd_flag & ND_NFSV3) [all...] |
| nfs_nfsdsocket.c | 487 if (!(nd->nd_flag & ND_NFSV4)) { 493 if ((nd->nd_flag & ND_NFSV3) && nfsrv_mallocmget_limit()) { 516 if (nd->nd_flag & ND_PUBLOOKUP) 532 if (!(nd->nd_flag & ND_NFSV4) && nfsrv_nonidempotent[nd->nd_procnum]) 533 nd->nd_flag |= ND_SAVEREPLY; 541 if (nd->nd_repstat && (nd->nd_flag & ND_NFSV2)) { 557 if (nd->nd_flag & ND_NFSV4) { 593 if (nd->nd_repstat && (nd->nd_flag & ND_SAVEREPLY) && 607 nd->nd_flag &= ~ND_SAVEREPLY; 769 (op >= NFSV4OP_NOPS && (nd->nd_flag & ND_NFSV41) == 0) | [all...] |
| nfs_nfsdstate.c | 192 ((nd->nd_flag & ND_GSS) != 0 && nfsrv_nogsscallback != 0)) 234 if ((nd->nd_flag & ND_NFSV41) != 0 && confirmp->lval[1] != 0) { 260 if ((nd->nd_flag & ND_NFSV41) != 0) 350 if ((nd->nd_flag & ND_NFSV41) != 0) 410 if ((nd->nd_flag & ND_NFSV41) != 0) { 458 if ((nd->nd_flag & ND_NFSV41) == 0) { 499 if ((nd == NULL || (nd->nd_flag & ND_NFSV41) == 0 || 521 if ((nd->nd_flag & ND_NFSV41) != 0) { 531 if (nd != NULL && (nd->nd_flag & ND_NFSV41) != 0 && 534 if ((nd->nd_flag & ND_HASSEQUENCE) != 0) [all...] |
| nfs_nfsdcache.c | 342 if (nd->nd_flag & ND_NFSV4) 344 else if (nd->nd_flag & ND_NFSV3) 352 if (nd->nd_flag & ND_SAMETCPCONN) 505 ((nd->nd_flag & ND_SAVEREPLY) && (rp->rc_flag & RC_UDP)) || 506 ((nd->nd_flag & ND_SAVEREPLY) && !(rp->rc_flag & RC_UDP) && 514 if ((nd->nd_flag & ND_NFSV2) &&
|
| /src/sys/fs/nfs/client/ |
| nfs_clcomsubs.c | 146 nd->nd_flag = ND_NFSV4 | ND_NFSCL; 148 nd->nd_flag |= ND_NFSV41; 150 nd->nd_flag = ND_NFSV3 | ND_NFSCL; 152 nd->nd_flag = ND_NFSV2 | ND_NFSCL; 170 if (nd->nd_flag & ND_NFSV4) { 173 if ((nd->nd_flag & ND_NFSV41) != 0) { 196 if ((nd->nd_flag & ND_NFSV41) != 0) 203 if ((nd->nd_flag & ND_NFSV41) != 0 && 233 nd->nd_flag |= ND_V4WCCATTR; 239 (nd->nd_flag & ND_NFSV41) == 0) [all...] |
| nfs_clrpcops.c | 216 if (nd->nd_flag & ND_NFSV4) { 228 if (nd->nd_flag & ND_NFSV3) { 234 if (nd->nd_flag & ND_NFSV4) { 241 if (nd->nd_flag & ND_NFSV4) 431 nd->nd_flag |= ND_USEGSSNAME; 760 nd->nd_flag |= ND_USEGSSNAME; 936 nd->nd_flag |= ND_USEGSSNAME; 960 nd->nd_flag |= ND_USEGSSNAME; 973 nd->nd_flag |= ND_USEGSSNAME; 1009 if (nd->nd_flag & ND_NFSV4) [all...] |
| nfs_clkrpc.c | 81 nd.nd_flag = (ND_NFSCB | ND_NFSV4); 157 nd->nd_flag |= ND_STREAMSOCK;
|
| nfs_clport.c | 738 if (nd->nd_flag & ND_NFSV3) { 753 } else if ((nd->nd_flag & (ND_NOMOREDATA | ND_NFSV4 | ND_V4WCCATTR)) 765 nd->nd_flag |= ND_NOMOREDATA; 791 if (nd->nd_flag & ND_NOMOREDATA) 793 if (nd->nd_flag & ND_NFSV3) { 796 } else if (nd->nd_flag & ND_NFSV4) { 805 nd->nd_flag |= ND_NOMOREDATA; 834 switch (nd->nd_flag & (ND_NFSV2 | ND_NFSV3 | ND_NFSV4)) { 951 if (nd->nd_flag & ND_NFSV4) 953 else if (nd->nd_flag & ND_NFSV3 [all...] |
| /src/sys/fs/nfs/common/ |
| nfs_commonkrpc.c | 551 nd->nd_flag |= ND_USEGSSNAME; 552 if ((nd->nd_flag & ND_USEGSSNAME) != 0) { 592 (nd->nd_flag & ND_USEGSSNAME) != 0) { 646 if ((nd->nd_flag & ND_NFSV4) && 655 if ((nd->nd_flag & ND_NFSV2) != 0) { 667 if ((nd->nd_flag & ND_NFSV4) && procnum == NFSV4PROC_COMPOUND) 675 if (nd->nd_flag & ND_NFSV4) { 679 } else if (nd->nd_flag & ND_NFSV3) { 827 if ((nd->nd_flag & ND_NFSV4) != 0) { 883 (nd->nd_flag & ND_NFSV4) & [all...] |
| nfsclstate.h | 369 if (((n)->nd_flag & ND_INCRSEQID)) \
|
| nfs.h | 159 (((n)->nd_flag & (ND_NFSV3 | ND_NFSV4)) ? \ 590 u_int32_t nd_flag; /* nd_flag */ member in struct:nfsrv_descript 613 /* Bits for "nd_flag" */
|
| nfs_commonsubs.c | 492 switch (nd->nd_flag & (ND_NFSV2 | ND_NFSV3 | ND_NFSV4)) { 670 if (nd->nd_flag & (ND_NFSV3 | ND_NFSV4)) { 2752 if ((nd->nd_flag & ND_KERBV) == 0 && 2753 ((nd->nd_flag & ND_NFSCL) != 0 || 2968 if ((nd->nd_flag & ND_KERBV) == 0 && 2969 ((nd->nd_flag & ND_NFSCL) != 0 || 3157 nd->nd_flag = ND_GSSINITREPLY; 3889 if ((nd->nd_flag & ND_GSSINITREPLY) == 0 && 3902 if ((nd->nd_flag & ND_GSSINITREPLY) == 0) 4152 nd->nd_flag |= ND_HASSEQUENCE [all...] |
| /src/sys/nfs/ |
| nfs_serv.c | 184 (nfsd->nd_flag & ND_KERBAUTH), false); 246 (nfsd->nd_flag & ND_KERBAUTH), false); 254 nfsm_reply(NFSX_FATTR(nfsd->nd_flag & ND_NFSV3)); 257 nfsm_build(fp, struct nfs_fattr *, NFSX_FATTR(nfsd->nd_flag & ND_NFSV3)); 281 int v3 = (nfsd->nd_flag & ND_NFSV3), gcheck = 0; 334 (nfsd->nd_flag & ND_KERBAUTH), false); 410 int v3 = (nfsd->nd_flag & ND_NFSV3), pubflag; 426 lwp, (nfsd->nd_flag & ND_KERBAUTH), pubflag); 538 int v3 = (nfsd->nd_flag & ND_NFSV3); 578 &rdonly, (nfsd->nd_flag & ND_KERBAUTH), false) [all...] |
| nfs_socket.c | 598 if (nd->nd_flag & ND_KERBFULL) { 1036 nd->nd_flag = 0; 1055 nd->nd_flag = ND_NFSV3; 1060 (!nd->nd_flag && nd->nd_procnum > NFSV2PROC_STATFS)) { 1065 if ((nd->nd_flag & ND_NFSV3) == 0) 1074 nd->nd_flag &= ~ND_KERBAUTH; 1170 nd->nd_flag |= ND_KERBFULL; 1232 nd->nd_flag |= ND_KERBNICK;
|
| nfsm_subs.h | 443 if (error && !(nfsd->nd_flag & ND_NFSV3)) \ 452 if (error && (!(nfsd->nd_flag & ND_NFSV3) || \ 482 if (nfsd->nd_flag & ND_NFSV3) { \
|
| nfs.h | 156 (((n)->nd_flag & ND_NFSV3) ? (((n)->nd_nam2) ? \ 536 int nd_flag; /* nd_flag */ member in struct:nfsrv_descript 546 /* Bits for "nd_flag" */
|
| nfs_syscalls.c | 392 nfsd->nfsd_nd->nd_flag |= ND_KERBFULL; 452 nfsd->nfsd_nd->nd_flag |= ND_KERBFULL; 774 (!(nd->nd_flag & ND_NFSV3) && 1080 if (nd->nd_flag & ND_NFSV3)
|
| nfs_srvcache.c | 360 if ((nd->nd_flag & ND_NFSV3) == 0 &&
|
| nfs_subs.c | 1683 if (nfsd->nd_flag & ND_NFSV3) { 2006 if (nd->nd_flag & ND_NFSV3) {
|
| /src/sys/compat/linux/common/ |
| linux_file64.c | 252 int error, nd_flag; local 286 nd_flag = NOFOLLOW; 288 nd_flag = FOLLOW; 290 return do_sys_statat(l, fd, path, nd_flag, st);
|
| /src/sys/kern/ |
| vfs_syscalls.c | 3169 int error, nd_flag, vmode; local 3179 nd_flag = FOLLOW | LOCKLEAF | LOCKSHARED | TRYEMULROOT; 3181 nd_flag &= ~FOLLOW; 3187 NDINIT(&nd, LOOKUP, nd_flag, pb); 3245 do_sys_stat(const char *userpath, unsigned int nd_flag, struct stat *sb) 3248 return do_sys_statat(NULL, AT_FDCWD, userpath, nd_flag, sb); 3253 unsigned int nd_flag, struct stat *sb) 3266 NDINIT(&nd, LOOKUP, nd_flag | LOCKLEAF | TRYEMULROOT, pb); 3331 unsigned int nd_flag; local 3336 nd_flag = NOFOLLOW [all...] |