Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnfs4.h91 OP_LOCK = 12, enumerator
/linux/fs/nfsd/
H A Dnfs4xdr.c2505 [OP_LOCK] = nfsd4_decode_lock,
2681 if (op->opnum == OP_LOCK || op->opnum == OP_LOCKT) in nfsd4_decode_compound()
6098 [OP_LOCK] = nfsd4_encode_lock,
H A Dnfs4proc.c3633 [OP_LOCK] = {
/linux/fs/nfs/
H A Dnfs4xdr.c1343 encode_op_hdr(xdr, OP_LOCK, decode_lock_maxsz, hdr); in encode_lock()
5148 status = decode_op_hdr(xdr, OP_LOCK); in decode_lock()