Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dnfs4.h130 OP_LAYOUTGET = 50, enumerator
/linux-6.15/fs/nfsd/
H A Dnfs4xdr.c2421 [OP_LAYOUTGET] = nfsd4_decode_layoutget,
2427 [OP_LAYOUTGET] = nfsd4_decode_notsupp,
5775 [OP_LAYOUTGET] = nfsd4_encode_layoutget,
5781 [OP_LAYOUTGET] = nfsd4_encode_noop,
H A Dnfs4proc.c3651 [OP_LAYOUTGET] = {
/linux-6.15/fs/nfs/
H A Dnfs4xdr.c2035 encode_op_hdr(xdr, OP_LAYOUTGET, decode_layoutget_maxsz, hdr); in encode_layoutget()
6044 status = decode_op_hdr(xdr, OP_LAYOUTGET); in decode_layoutget()