HomeSort by: relevance | last modified time | path
    Searched refs:ND_NFSV41 (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/fs/nfs/client/
nfs_clcomsubs.c 148 nd->nd_flag |= ND_NFSV41;
173 if ((nd->nd_flag & ND_NFSV41) != 0) {
196 if ((nd->nd_flag & ND_NFSV41) != 0)
203 if ((nd->nd_flag & ND_NFSV41) != 0 &&
239 (nd->nd_flag & ND_NFSV41) == 0) {
  /src/sys/fs/nfs/server/
nfs_nfsdkrpc.c 362 if ((nd->nd_flag & ND_NFSV41) != 0)
380 if ((nd->nd_flag & ND_NFSV41) != 0)
383 if ((nd->nd_flag & ND_NFSV41) != 0) {
nfs_nfsdserv.c 684 if ((nd->nd_flag & ND_NFSV41) != 0)
689 if ((nd->nd_flag & ND_NFSV41) != 0)
839 if ((nd->nd_flag & ND_NFSV41) != 0)
844 if ((nd->nd_flag & ND_NFSV41) != 0)
2239 if ((nd->nd_flag & ND_NFSV41) != 0)
2244 if ((nd->nd_flag & ND_NFSV41) != 0)
2266 if ((nd->nd_flag & ND_NFSV41) != 0)
2271 if ((nd->nd_flag & ND_NFSV41) != 0)
2419 if ((nd->nd_flag & ND_NFSV41) != 0)
2424 if ((nd->nd_flag & ND_NFSV41) != 0
    [all...]
nfs_nfsdstate.c 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 &&
575 if (((nd->nd_flag & ND_NFSV41) != 0 &&
577 ((nd->nd_flag & ND_NFSV41) == 0 &
    [all...]
nfs_nfsdsocket.c 769 (op >= NFSV4OP_NOPS && (nd->nd_flag & ND_NFSV41) == 0) ||
770 (op >= NFSV41_NOPS && (nd->nd_flag & ND_NFSV41) != 0)) {
801 if ((nd->nd_flag & ND_NFSV41) != 0) {
nfs_nfsdsubs.c 1518 else if ((nd->nd_flag & ND_NFSV41) != 0) {
2120 nd->nd_flag |= ND_NFSV41;
  /src/sys/fs/nfs/common/
nfs.h 639 #define ND_NFSV41 0x02000000

Completed in 17 milliseconds