Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs4.h129 OP_LAYOUTRETURN = 51, enumerator
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4xdr.c2150 [OP_LAYOUTRETURN] = (nfsd4_dec)nfsd4_decode_layoutreturn,
2156 [OP_LAYOUTRETURN] = (nfsd4_dec)nfsd4_decode_notsupp,
5103 [OP_LAYOUTRETURN] = (nfsd4_enc)nfsd4_encode_layoutreturn,
5109 [OP_LAYOUTRETURN] = (nfsd4_enc)nfsd4_encode_noop,
H A Dnfs4proc.c3146 [OP_LAYOUTRETURN] = {
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4xdr.c2037 encode_op_hdr(xdr, OP_LAYOUTRETURN, decode_layoutreturn_maxsz, hdr); in encode_layoutreturn()
5958 status = decode_op_hdr(xdr, OP_LAYOUTRETURN); in decode_layoutreturn()
H A Dnfs4proc.c8357 1 << (OP_LAYOUTRETURN - 32) |
8433 if (test_bit(OP_LAYOUTRETURN, sp->allow.u.longs)) { in nfs4_sp4_select_mode()