Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnfs4.h131 OP_LAYOUTGET = 50, enumerator
/linux/fs/nfsd/
H A Dnfs4xdr.c2546 [OP_LAYOUTGET] = nfsd4_decode_layoutget,
2552 [OP_LAYOUTGET] = nfsd4_decode_notsupp,
6139 [OP_LAYOUTGET] = nfsd4_encode_layoutget,
6145 [OP_LAYOUTGET] = nfsd4_encode_noop,
H A Dnfs4proc.c3904 [OP_LAYOUTGET] = {
/linux/fs/nfs/
H A Dnfs4xdr.c2063 encode_op_hdr(xdr, OP_LAYOUTGET, decode_layoutget_maxsz, hdr); in encode_layoutget()
6116 status = decode_op_hdr(xdr, OP_LAYOUTGET); in decode_layoutget()