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

  /src/sys/fs/nfs/server/
nfs_nfsdsubs.c 493 NFSERR_EXPIRED,
500 NFSERR_EXPIRED,
580 NFSERR_EXPIRED,
667 NFSERR_EXPIRED,
722 NFSERR_EXPIRED,
812 NFSERR_EXPIRED,
869 NFSERR_EXPIRED,
890 NFSERR_EXPIRED,
940 NFSERR_EXPIRED,
1060 NFSERR_EXPIRED,
    [all...]
nfs_nfsdstate.c 553 error = NFSERR_EXPIRED;
643 error = NFSERR_EXPIRED;
1651 * Since NFSERR_EXPIRED, NFSERR_ADMINREVOKED are not valid
1656 if (error == NFSERR_EXPIRED || error == NFSERR_ADMINREVOKED)
1820 error = NFSERR_EXPIRED;
2373 * it match and return NFSERR_EXPIRED. Should I let it
2394 error = NFSERR_EXPIRED;
2512 * If an error does show up, return NFSERR_EXPIRED, since the
2520 error = NFSERR_EXPIRED;
2592 error = NFSERR_EXPIRED;
    [all...]
  /src/sys/fs/nfs/common/
oldnfsproto.h 102 #define NFSERR_EXPIRED 10011
nfsproto.h 124 #define NFSERR_EXPIRED 10011
  /src/sys/fs/nfs/client/
nfs_clrpcops.c 359 } else if ((error == NFSERR_EXPIRED || error == NFSERR_BADSTATEID)
367 ((error == NFSERR_EXPIRED || error == NFSERR_BADSTATEID) &&
819 * when a mount has just occurred and when the server replies NFSERR_EXPIRED.
1128 } else if ((error == NFSERR_EXPIRED ||
1137 ((error == NFSERR_EXPIRED || error == NFSERR_BADSTATEID) &&
1383 } else if ((error == NFSERR_EXPIRED ||
1392 ((error == NFSERR_EXPIRED || error == NFSERR_BADSTATEID) &&
1552 } else if ((error == NFSERR_EXPIRED ||
1561 ((error == NFSERR_EXPIRED || error == NFSERR_BADSTATEID) &&
1880 } else if ((error == NFSERR_EXPIRED ||
    [all...]
nfs_clport.c 1224 case NFSERR_EXPIRED:
nfs_clstate.c 1428 * Called for an Open when NFSERR_EXPIRED is received from the server.
1581 * Called when an NFSERR_EXPIRED is received from the server.
2200 * This function is called when a server replies with NFSERR_EXPIRED.
2495 } else if (error == NFSERR_EXPIRED)

Completed in 23 milliseconds