Searched refs:ND_NFSV41 (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c367 if ((nd->nd_flag & ND_NFSV41) != 0)
385 if ((nd->nd_flag & ND_NFSV41) != 0)
388 if ((nd->nd_flag & ND_NFSV41) != 0) {
H A Dnfs_nfsdserv.c723 if ((nd->nd_flag & ND_NFSV41) != 0)
728 if ((nd->nd_flag & ND_NFSV41) != 0)
904 if ((nd->nd_flag & ND_NFSV41) != 0)
909 if ((nd->nd_flag & ND_NFSV41) != 0)
2329 if ((nd->nd_flag & ND_NFSV41) != 0 &&
2347 if ((nd->nd_flag & ND_NFSV41) != 0)
2352 if ((nd->nd_flag & ND_NFSV41) != 0)
2375 if ((nd->nd_flag & ND_NFSV41) != 0 &&
2393 if ((nd->nd_flag & ND_NFSV41) != 0)
2398 if ((nd->nd_flag & ND_NFSV41) !
[all...]
H A Dnfs_nfsdstate.c313 if ((nd->nd_flag & ND_NFSV41) != 0 && confirmp->lval[1] != 0) {
339 if ((nd->nd_flag & ND_NFSV41) != 0)
452 if ((nd->nd_flag & ND_NFSV41) != 0)
513 if ((nd->nd_flag & ND_NFSV41) != 0) {
562 if ((nd->nd_flag & ND_NFSV41) == 0) {
603 if ((nd == NULL || (nd->nd_flag & ND_NFSV41) == 0 ||
625 if ((nd->nd_flag & ND_NFSV41) != 0) {
635 if (nd != NULL && (nd->nd_flag & ND_NFSV41) != 0 &&
679 if (((nd->nd_flag & ND_NFSV41) != 0 &&
681 ((nd->nd_flag & ND_NFSV41)
[all...]
H A Dnfs_nfsdsocket.c766 (op >= NFSV4OP_NOPS && (nd->nd_flag & ND_NFSV41) == 0) ||
767 (op >= NFSV41_NOPS && (nd->nd_flag & ND_NFSV41) != 0)) {
803 if ((nd->nd_flag & ND_NFSV41) != 0) {
H A Dnfs_nfsdsubs.c1449 if (len == NFSX_V4PNFSFH && (nd->nd_flag & ND_NFSV41) != 0) {
1520 else if ((nd->nd_flag & ND_NFSV41) != 0) {
2123 nd->nd_flag |= ND_NFSV41;
H A Dnfs_nfsdport.c2891 if ((nd->nd_flag & ND_NFSV41) == 0)
/freebsd-12-stable/sys/fs/nfs/
H A Dnfs.h430 if (((n)->nd_flag & ND_NFSV41) == 0) { \
456 if (((n)->nd_flag & ND_NFSV41) == 0) { \
466 if (((n)->nd_flag & ND_NFSV41) == 0) \
695 #define ND_NFSV41 0x02000000 macro
H A Dnfs_commonkrpc.c848 if ((nd->nd_flag & (ND_NFSV41 | ND_HASSLOTID)) ==
849 (ND_NFSV41 | ND_HASSLOTID) && nmp != NULL &&
984 (nd->nd_flag & ND_NFSV41) != 0) {
H A Dnfs_commonsubs.c303 nd->nd_flag |= ND_NFSV41;
310 nd->nd_flag |= ND_NFSV41;
336 if ((nd->nd_flag & ND_NFSV41) != 0) {
359 if ((nd->nd_flag & ND_NFSV41) != 0)
366 if ((nd->nd_flag & ND_NFSV41) != 0 &&
405 (nd->nd_flag & ND_NFSV41) == 0) {

Completed in 93 milliseconds