Searched refs:MSGHDR_AT_SUPPORT (Results 1 – 9 of 9) sorted by relevance
360 if (lustre_msghdr_get_flags(req->rq_reqmsg) & MSGHDR_AT_SUPPORT) in null_authorize()
681 imp->imp_msghdr_flags &= ~MSGHDR_AT_SUPPORT; in ptlrpc_connect_import()1133 imp->imp_msghdr_flags |= MSGHDR_AT_SUPPORT; in ptlrpc_connect_interpret()1135 imp->imp_msghdr_flags &= ~MSGHDR_AT_SUPPORT; in ptlrpc_connect_interpret()
128 ((lustre_msghdr_get_flags(req->rq_reqmsg) & MSGHDR_AT_SUPPORT))) { in reply_in_callback()
936 if ((lustre_msghdr_get_flags(req->rq_reqmsg) & MSGHDR_AT_SUPPORT) == 0) in ptlrpc_at_add_timed()1024 if (!(lustre_msghdr_get_flags(req->rq_reqmsg) & MSGHDR_AT_SUPPORT)) { in ptlrpc_at_send_early_reply()1554 MSGHDR_AT_SUPPORT) ? in ptlrpc_server_handle_req_in()
336 !(lustre_msghdr_get_flags(req->rq_reqmsg) & MSGHDR_AT_SUPPORT)) { in ptlrpc_at_set_reply()
862 if (lustre_msghdr_get_flags(req->rq_reqmsg) & MSGHDR_AT_SUPPORT) in plain_authorize()
1008 (lustre_msghdr_get_flags(req->rq_reqmsg) & MSGHDR_AT_SUPPORT)) { in sptlrpc_cli_unwrap_reply()
835 LASSERTF(MSGHDR_AT_SUPPORT == 1, "found %lld\n", in lustre_assert_wire_constants()836 (long long)MSGHDR_AT_SUPPORT); in lustre_assert_wire_constants()
1069 #define MSGHDR_AT_SUPPORT 0x1 macro