Home
last modified time | relevance | path

Searched refs:NFSV4LOCKT_WRITE (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/fs/nfs/
Dnfsproto.h425 #define NFSV4LOCKT_WRITE 2 macro
/freebsd-12-stable/sys/fs/nfsserver/
Dnfs_nfsdserv.c2293 case NFSV4LOCKT_WRITE: in nfsrvd_lock()
2474 *tl++ = txdr_unsigned(NFSV4LOCKT_WRITE); in nfsrvd_lock()
2530 case NFSV4LOCKT_WRITE: in nfsrvd_lockt()
2585 *tl++ = txdr_unsigned(NFSV4LOCKT_WRITE); in nfsrvd_lockt()
2638 case NFSV4LOCKT_WRITE: in nfsrvd_locku()
/freebsd-12-stable/sys/fs/nfsclient/
Dnfs_clrpcops.c769 type = NFSV4LOCKT_WRITE; in nfsrpc_doclose()
4060 *tl++ = txdr_unsigned(NFSV4LOCKT_WRITE); in nfsrpc_lockt()
4091 if (type == NFSV4LOCKT_WRITE) in nfsrpc_lockt()
4183 *tl++ = txdr_unsigned(NFSV4LOCKT_WRITE); in nfsrpc_lock()