Home
last modified time | relevance | path

Searched refs:LUSTRE_MSG_MAGIC_V2 (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c66 case LUSTRE_MSG_MAGIC_V2: in lustre_msg_hdr_size()
112 size = lustre_msg_size(LUSTRE_MSG_MAGIC_V2, 1, &pblen); in lustre_msg_early_size()
150 case LUSTRE_MSG_MAGIC_V2: in lustre_msg_size()
164 case LUSTRE_MSG_MAGIC_V2: in lustre_packed_msg_size()
181 msg->lm_magic = LUSTRE_MSG_MAGIC_V2; in lustre_init_msg_v2()
360 case LUSTRE_MSG_MAGIC_V2: in lustre_pack_reply_flags()
414 case LUSTRE_MSG_MAGIC_V2: in lustre_msg_buf()
475 case LUSTRE_MSG_MAGIC_V2: in lustre_shrink_msg()
631 case LUSTRE_MSG_MAGIC_V2: in lustre_unpack_req_ptlrpc_body()
643 case LUSTRE_MSG_MAGIC_V2: in lustre_unpack_rep_ptlrpc_body()
[all …]
Dimport.c1124 (imp->imp_msg_magic == LUSTRE_MSG_MAGIC_V2)) in ptlrpc_connect_interpret()
1138 (imp->imp_msg_magic == LUSTRE_MSG_MAGIC_V2)) in ptlrpc_connect_interpret()
Dsec.c1555 LASSERT(msg->lm_magic == LUSTRE_MSG_MAGIC_V2); in _sptlrpc_enlarge_msg_inplace()
Dwiretest.c641 LASSERTF(LUSTRE_MSG_MAGIC_V2 == 0x0BD00BD3, "found 0x%.8x\n", in lustre_assert_wire_constants()
642 LUSTRE_MSG_MAGIC_V2); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dgenops.c945 imp->imp_msg_magic = LUSTRE_MSG_MAGIC_V2; in class_new_import()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h157 #define LUSTRE_MSG_MAGIC_V2 0x0BD00BD3 macro
160 #define LUSTRE_MSG_MAGIC LUSTRE_MSG_MAGIC_V2
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h2768 case LUSTRE_MSG_MAGIC_V2: in ptlrpc_req_get_repsize()