Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dnfs4.h121 OP_DESTROY_SESSION = 44, enumerator
/Linux-v5.4/fs/nfsd/
Dnfs4xdr.c1851 [OP_DESTROY_SESSION] = (nfsd4_dec)nfsd4_decode_destroy_session,
4360 [OP_DESTROY_SESSION] = (nfsd4_enc)nfsd4_encode_noop,
Dnfs4proc.c2601 [OP_DESTROY_SESSION] = {
Dnfs4state.c2991 1 << (OP_DESTROY_SESSION - 32) | in nfsd4_exchange_id()
/Linux-v5.4/fs/nfs/
Dnfs4proc.c7934 1 << (OP_DESTROY_SESSION - 32) |
7965 1 << (OP_DESTROY_SESSION - 32) | in nfs4_sp4_select_mode()
8002 test_bit(OP_DESTROY_SESSION, sp->enforce.u.longs) && in nfs4_sp4_select_mode()
Dnfs4xdr.c1890 encode_op_hdr(xdr, OP_DESTROY_SESSION, decode_destroy_session_maxsz, hdr); in encode_destroy_session()
5700 return decode_op_hdr(xdr, OP_DESTROY_SESSION); in decode_destroy_session()