Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec_null.c360 if (lustre_msghdr_get_flags(req->rq_reqmsg) & MSGHDR_AT_SUPPORT) in null_authorize()
Dimport.c681 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()
Devents.c128 ((lustre_msghdr_get_flags(req->rq_reqmsg) & MSGHDR_AT_SUPPORT))) { in reply_in_callback()
Dservice.c936 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()
Dniobuf.c336 !(lustre_msghdr_get_flags(req->rq_reqmsg) & MSGHDR_AT_SUPPORT)) { in ptlrpc_at_set_reply()
Dsec_plain.c862 if (lustre_msghdr_get_flags(req->rq_reqmsg) & MSGHDR_AT_SUPPORT) in plain_authorize()
Dsec.c1008 (lustre_msghdr_get_flags(req->rq_reqmsg) & MSGHDR_AT_SUPPORT)) { in sptlrpc_cli_unwrap_reply()
Dwiretest.c835 LASSERTF(MSGHDR_AT_SUPPORT == 1, "found %lld\n", in lustre_assert_wire_constants()
836 (long long)MSGHDR_AT_SUPPORT); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1069 #define MSGHDR_AT_SUPPORT 0x1 macro