Home
last modified time | relevance | path

Searched refs:MSGHDR_AT_SUPPORT (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_null.c358 if (lustre_msghdr_get_flags(req->rq_reqmsg) & MSGHDR_AT_SUPPORT) in null_authorize()
Dimport.c689 imp->imp_msghdr_flags &= ~MSGHDR_AT_SUPPORT; in ptlrpc_connect_import()
1143 imp->imp_msghdr_flags |= MSGHDR_AT_SUPPORT; in ptlrpc_connect_interpret()
1145 imp->imp_msghdr_flags &= ~MSGHDR_AT_SUPPORT; in ptlrpc_connect_interpret()
Devents.c128 ((lustre_msghdr_get_flags(req->rq_reqmsg) & MSGHDR_AT_SUPPORT))) { in reply_in_callback()
Dniobuf.c339 !(lustre_msghdr_get_flags(req->rq_reqmsg) & MSGHDR_AT_SUPPORT)) { in ptlrpc_at_set_reply()
Dservice.c1180 if ((lustre_msghdr_get_flags(req->rq_reqmsg) & MSGHDR_AT_SUPPORT) == 0) in ptlrpc_at_add_timed()
1268 if (!(lustre_msghdr_get_flags(req->rq_reqmsg) & MSGHDR_AT_SUPPORT)) { in ptlrpc_at_send_early_reply()
1836 MSGHDR_AT_SUPPORT) ? in ptlrpc_server_handle_req_in()
Dsec_plain.c863 if (lustre_msghdr_get_flags(req->rq_reqmsg) & MSGHDR_AT_SUPPORT) in plain_authorize()
Dsec.c1050 (lustre_msghdr_get_flags(req->rq_reqmsg) & MSGHDR_AT_SUPPORT)) { in sptlrpc_cli_unwrap_reply()
Dwiretest.c837 LASSERTF(MSGHDR_AT_SUPPORT == 1, "found %lld\n", in lustre_assert_wire_constants()
838 (long long)MSGHDR_AT_SUPPORT); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1063 #define MSGHDR_AT_SUPPORT 0x1 macro