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

/linux-master/include/linux/
H A Dnfs4.h122 OP_DESTROY_SESSION = 44, enumerator in enum:nfs_opnum4
/linux-master/fs/nfsd/
H A Dnfs4xdr.c2371 [OP_DESTROY_SESSION] = nfsd4_decode_destroy_session,
5580 [OP_DESTROY_SESSION] = nfsd4_encode_noop,
H A Dnfs4proc.c3427 [OP_DESTROY_SESSION] = {
3431 .op_name = "OP_DESTROY_SESSION",
H A Dnfs4state.c3508 1 << (OP_DESTROY_SESSION - 32) |
/linux-master/fs/nfs/
H A Dnfs4proc.c8603 1 << (OP_DESTROY_SESSION - 32) |
8634 1 << (OP_DESTROY_SESSION - 32) |
8671 test_bit(OP_DESTROY_SESSION, sp->enforce.u.longs) &&
H A Dnfs4xdr.c1924 encode_op_hdr(xdr, OP_DESTROY_SESSION, decode_destroy_session_maxsz, hdr);
5832 return decode_op_hdr(xdr, OP_DESTROY_SESSION);

Completed in 399 milliseconds