Searched refs:OP_LAYOUTRETURN (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | nfs4.h | 129 OP_LAYOUTRETURN = 51, enumerator
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs4xdr.c | 2371 [OP_LAYOUTRETURN] = nfsd4_decode_layoutreturn, 2377 [OP_LAYOUTRETURN] = nfsd4_decode_notsupp, 5306 [OP_LAYOUTRETURN] = nfsd4_encode_layoutreturn, 5312 [OP_LAYOUTRETURN] = nfsd4_encode_noop,
|
H A D | nfs4proc.c | 3478 [OP_LAYOUTRETURN] = {
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4xdr.c | 2065 encode_op_hdr(xdr, OP_LAYOUTRETURN, decode_layoutreturn_maxsz, hdr); in encode_layoutreturn() 6053 status = decode_op_hdr(xdr, OP_LAYOUTRETURN); in decode_layoutreturn()
|
H A D | nfs4proc.c | 8614 1 << (OP_LAYOUTRETURN - 32) | 8690 if (test_bit(OP_LAYOUTRETURN, sp->allow.u.longs)) { in nfs4_sp4_select_mode()
|