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

  /src/sys/fs/nfs/common/
nfsproto.h 394 #define NFSV4LOCKT_WRITE 2
  /src/sys/fs/nfs/server/
nfs_nfsdserv.c 2204 case NFSV4LOCKT_WRITE:
2342 *tl++ = txdr_unsigned(NFSV4LOCKT_WRITE);
2398 case NFSV4LOCKT_WRITE:
2453 *tl++ = txdr_unsigned(NFSV4LOCKT_WRITE);
2506 case NFSV4LOCKT_WRITE:
  /src/sys/fs/nfs/client/
nfs_clrpcops.c 681 type = NFSV4LOCKT_WRITE;
3850 *tl++ = txdr_unsigned(NFSV4LOCKT_WRITE);
3880 if (type == NFSV4LOCKT_WRITE)
3973 *tl++ = txdr_unsigned(NFSV4LOCKT_WRITE);

Completed in 21 milliseconds