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

  /src/sys/fs/nfs/common/
nfsproto.h 393 #define NFSV4LOCKT_READ 1
  /src/sys/fs/nfs/server/
nfs_nfsdserv.c 2199 case NFSV4LOCKT_READ:
2344 *tl++ = txdr_unsigned(NFSV4LOCKT_READ);
2393 case NFSV4LOCKT_READ:
2455 *tl++ = txdr_unsigned(NFSV4LOCKT_READ);
2502 case NFSV4LOCKT_READ:
  /src/sys/fs/nfs/client/
nfs_clrpcops.c 651 u_int32_t type = NFSV4LOCKT_READ;
665 type = NFSV4LOCKT_READ;
683 type = NFSV4LOCKT_READ;
3770 NFSV4LOCKT_READ, cred, p, 0);
3848 *tl++ = txdr_unsigned(NFSV4LOCKT_READ);
3971 *tl++ = txdr_unsigned(NFSV4LOCKT_READ);

Completed in 19 milliseconds