Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c683 imp->imp_msghdr_flags &= ~MSGHDR_AT_SUPPORT; in ptlrpc_connect_import()
1149 imp->imp_msghdr_flags |= MSGHDR_AT_SUPPORT; in ptlrpc_connect_interpret()
1151 imp->imp_msghdr_flags &= ~MSGHDR_AT_SUPPORT; in ptlrpc_connect_interpret()
Dsec_null.c367 if (lustre_msghdr_get_flags(req->rq_reqmsg) & MSGHDR_AT_SUPPORT) in null_authorize()
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.c1182 if ((lustre_msghdr_get_flags(req->rq_reqmsg) & MSGHDR_AT_SUPPORT) == 0) in ptlrpc_at_add_timed()
1271 if (!(lustre_msghdr_get_flags(req->rq_reqmsg) & MSGHDR_AT_SUPPORT)) { in ptlrpc_at_send_early_reply()
1840 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.c1051 (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()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1058 #define MSGHDR_AT_SUPPORT 0x1 macro