Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnfs4.h104 OP_DESTROY_SESSION = 44, enumerator
/linux-4.1.27/fs/nfsd/
Dnfs4xdr.c1752 [OP_DESTROY_SESSION] = (nfsd4_dec)nfsd4_decode_destroy_session,
3831 1 << (OP_DESTROY_SESSION - 32) |
4241 [OP_DESTROY_SESSION] = (nfsd4_enc)nfsd4_encode_noop,
Dnfs4proc.c2216 [OP_DESTROY_SESSION] = {
/linux-4.1.27/fs/nfs/
Dnfs4proc.c6722 1 << (OP_DESTROY_SESSION - 32) |
6750 1 << (OP_DESTROY_SESSION - 32) | in nfs4_sp4_select_mode()
6784 test_bit(OP_DESTROY_SESSION, sp->enforce.u.longs) && in nfs4_sp4_select_mode()
Dnfs4xdr.c1847 encode_op_hdr(xdr, OP_DESTROY_SESSION, decode_destroy_session_maxsz, hdr); in encode_destroy_session()
5670 return decode_op_hdr(xdr, OP_DESTROY_SESSION); in decode_destroy_session()