Home
last modified time | relevance | path

Searched refs:OP_LAYOUTRETURN (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/include/linux/
H A Dnfs4.h131 OP_LAYOUTRETURN = 51, enumerator
/linux-6.15/fs/nfsd/
H A Dnfs4xdr.c2422 [OP_LAYOUTRETURN] = nfsd4_decode_layoutreturn,
2428 [OP_LAYOUTRETURN] = nfsd4_decode_notsupp,
5776 [OP_LAYOUTRETURN] = nfsd4_encode_layoutreturn,
5782 [OP_LAYOUTRETURN] = nfsd4_encode_noop,
H A Dnfs4proc.c3664 [OP_LAYOUTRETURN] = {
/linux-6.15/fs/nfs/
H A Dnfs4xdr.c2099 encode_op_hdr(xdr, OP_LAYOUTRETURN, decode_layoutreturn_maxsz, hdr); in encode_layoutreturn()
6113 status = decode_op_hdr(xdr, OP_LAYOUTRETURN); in decode_layoutreturn()
H A Dnfs4proc.c8827 1 << (OP_LAYOUTRETURN - 32) |
8903 if (test_bit(OP_LAYOUTRETURN, sp->allow.u.longs)) { in nfs4_sp4_select_mode()