Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnfs4.h104 OP_DESTROY_SESSION = 44, enumerator
/linux-4.4.14/fs/nfsd/
Dnfs4xdr.c1753 [OP_DESTROY_SESSION] = (nfsd4_dec)nfsd4_decode_destroy_session,
3851 1 << (OP_DESTROY_SESSION - 32) |
4261 [OP_DESTROY_SESSION] = (nfsd4_enc)nfsd4_encode_noop,
Dnfs4proc.c2201 [OP_DESTROY_SESSION] = {
/linux-4.4.14/fs/nfs/
Dnfs4proc.c6860 1 << (OP_DESTROY_SESSION - 32) |
6888 1 << (OP_DESTROY_SESSION - 32) | in nfs4_sp4_select_mode()
6922 test_bit(OP_DESTROY_SESSION, sp->enforce.u.longs) && in nfs4_sp4_select_mode()
Dnfs4xdr.c1864 encode_op_hdr(xdr, OP_DESTROY_SESSION, decode_destroy_session_maxsz, hdr); in encode_destroy_session()
5756 return decode_op_hdr(xdr, OP_DESTROY_SESSION); in decode_destroy_session()