Home
last modified time | relevance | path

Searched refs:OP_DESTROY_SESSION (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dnfs4.h122 OP_DESTROY_SESSION = 44, enumerator
/openbmc/linux/fs/nfsd/
H A Dnfs4xdr.c2363 [OP_DESTROY_SESSION] = nfsd4_decode_destroy_session,
5298 [OP_DESTROY_SESSION] = nfsd4_encode_noop,
H A Dnfs4proc.c3411 [OP_DESTROY_SESSION] = {
H A Dnfs4state.c3313 1 << (OP_DESTROY_SESSION - 32) | in nfsd4_exchange_id()
/openbmc/linux/fs/nfs/
H A Dnfs4proc.c8603 1 << (OP_DESTROY_SESSION - 32) |
8634 1 << (OP_DESTROY_SESSION - 32) | in nfs4_sp4_select_mode()
8671 test_bit(OP_DESTROY_SESSION, sp->enforce.u.longs) && in nfs4_sp4_select_mode()
H A Dnfs4xdr.c1915 encode_op_hdr(xdr, OP_DESTROY_SESSION, decode_destroy_session_maxsz, hdr); in encode_destroy_session()
5823 return decode_op_hdr(xdr, OP_DESTROY_SESSION); in decode_destroy_session()