Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs4.h104 OP_REMOVE = 28, enumerator
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4xdr.c2124 [OP_REMOVE] = (nfsd4_dec)nfsd4_decode_remove,
5077 [OP_REMOVE] = (nfsd4_enc)nfsd4_encode_remove,
H A Dnfs4proc.c2968 [OP_REMOVE] = {
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4xdr.c1647 encode_op_hdr(xdr, OP_REMOVE, decode_remove_maxsz, hdr); in encode_remove()
5273 status = decode_op_hdr(xdr, OP_REMOVE); in decode_remove()