Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnfs4.h128 OP_LAYOUTGET = 50, enumerator
/openbmc/linux/fs/nfsd/
H A Dnfs4xdr.c2378 [OP_LAYOUTGET] = nfsd4_decode_layoutget,
2384 [OP_LAYOUTGET] = nfsd4_decode_notsupp,
5313 [OP_LAYOUTGET] = nfsd4_encode_layoutget,
5319 [OP_LAYOUTGET] = nfsd4_encode_noop,
H A Dnfs4proc.c3463 [OP_LAYOUTGET] = {
/openbmc/linux/fs/nfs/
H A Dnfs4xdr.c2001 encode_op_hdr(xdr, OP_LAYOUTGET, decode_layoutget_maxsz, hdr); in encode_layoutget()
5984 status = decode_op_hdr(xdr, OP_LAYOUTGET); in decode_layoutget()