Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dnfs4.h103 OP_REMOVE = 28, enumerator
/Linux-v5.4/fs/nfsd/
Dnfs4xdr.c1833 [OP_REMOVE] = (nfsd4_dec)nfsd4_decode_remove,
4342 [OP_REMOVE] = (nfsd4_enc)nfsd4_encode_remove,
Dnfs4proc.c2490 [OP_REMOVE] = {
/Linux-v5.4/fs/nfs/
Dnfs4xdr.c1650 encode_op_hdr(xdr, OP_REMOVE, decode_remove_maxsz, hdr); in encode_remove()
5241 status = decode_op_hdr(xdr, OP_REMOVE); in decode_remove()