Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnfs4.h86 OP_REMOVE = 28, enumerator
/linux-4.4.14/fs/nfsd/
Dnfs4proc.c2095 [OP_REMOVE] = {
Dnfs4xdr.c1735 [OP_REMOVE] = (nfsd4_dec)nfsd4_decode_remove,
4243 [OP_REMOVE] = (nfsd4_enc)nfsd4_encode_remove,
/linux-4.4.14/fs/nfs/
Dnfs4xdr.c1626 encode_op_hdr(xdr, OP_REMOVE, decode_remove_maxsz, hdr); in encode_remove()
5255 status = decode_op_hdr(xdr, OP_REMOVE); in decode_remove()