Home
last modified time | relevance | path

Searched refs:OP_LOCK (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dnfs4.h88 OP_LOCK = 12, enumerator
/kernel/linux/linux-5.10/fs/nfsd/
Dnfs4xdr.c2108 [OP_LOCK] = (nfsd4_dec)nfsd4_decode_lock,
2275 if (op->opnum == OP_LOCK || op->opnum == OP_LOCKT) in nfsd4_decode_compound()
5061 [OP_LOCK] = (nfsd4_enc)nfsd4_encode_lock,
Dnfs4proc.c2869 [OP_LOCK] = {
/kernel/linux/linux-5.10/fs/nfs/
Dnfs4xdr.c1328 encode_op_hdr(xdr, OP_LOCK, decode_lock_maxsz, hdr); in encode_lock()
4971 status = decode_op_hdr(xdr, OP_LOCK); in decode_lock()