Searched refs:OP_LAYOUTRETURN (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/ |
D | nfs4.h | 128 OP_LAYOUTRETURN = 51, enumerator
|
/Linux-v4.19/fs/nfsd/ |
D | nfs4xdr.c | 1852 [OP_LAYOUTRETURN] = (nfsd4_dec)nfsd4_decode_layoutreturn, 1858 [OP_LAYOUTRETURN] = (nfsd4_dec)nfsd4_decode_notsupp, 4337 [OP_LAYOUTRETURN] = (nfsd4_enc)nfsd4_encode_layoutreturn, 4343 [OP_LAYOUTRETURN] = (nfsd4_enc)nfsd4_encode_noop,
|
D | nfs4proc.c | 2425 [OP_LAYOUTRETURN] = {
|
/Linux-v4.19/fs/nfs/ |
D | nfs4xdr.c | 2037 encode_op_hdr(xdr, OP_LAYOUTRETURN, decode_layoutreturn_maxsz, hdr); in encode_layoutreturn() 6129 status = decode_op_hdr(xdr, OP_LAYOUTRETURN); in decode_layoutreturn()
|
D | nfs4proc.c | 7734 1 << (OP_LAYOUTRETURN - 32) | 7810 if (test_bit(OP_LAYOUTRETURN, sp->allow.u.longs)) { in nfs4_sp4_select_mode()
|