Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dnfs4.h128 OP_LAYOUTGET = 50, enumerator
/kernel/linux/linux-5.10/fs/nfsd/
Dnfs4xdr.c2149 [OP_LAYOUTGET] = (nfsd4_dec)nfsd4_decode_layoutget,
2155 [OP_LAYOUTGET] = (nfsd4_dec)nfsd4_decode_notsupp,
5113 [OP_LAYOUTGET] = (nfsd4_enc)nfsd4_encode_layoutget,
5119 [OP_LAYOUTGET] = (nfsd4_enc)nfsd4_encode_noop,
Dnfs4proc.c3125 [OP_LAYOUTGET] = {
/kernel/linux/linux-5.10/fs/nfs/
Dnfs4xdr.c1973 encode_op_hdr(xdr, OP_LAYOUTGET, decode_layoutget_maxsz, hdr); in encode_layoutget()
5887 status = decode_op_hdr(xdr, OP_LAYOUTGET); in decode_layoutget()