Home
last modified time | relevance | path

Searched refs:lrh_type (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c132 __swab32s(&rec->lrh_type); in lustre_swab_llog_rec()
135 switch (rec->lrh_type) { in lustre_swab_llog_rec()
271 rec->lrh_type, rec); in lustre_swab_llog_rec()
286 CDEBUG(D_OTHER, "\tllh_hdr.lrh_type: %#x\n", h->llh_hdr.lrh_type); in print_llog_hdr()
Dllog.c127 llh->llh_hdr.lrh_type = LLOG_HDR_MAGIC; in llog_read_header()
271 rec, rec->lrh_type); in llog_process_thread()
277 rec->lrh_type, rec->lrh_index); in llog_process_thread()
Dobd_config.c1073 switch (rec->lrh_type) { in class_config_llog_handler()
1239 rec->lrh_type); in class_config_llog_handler()
1306 LASSERT(rec->lrh_type == OBD_CFG_REC); in class_config_parse_rec()
1357 if (rec->lrh_type == OBD_CFG_REC) { in class_config_dump_handler()
1361 LCONSOLE(D_WARNING, "unhandled lrh_type: %#x\n", rec->lrh_type); in class_config_dump_handler()
Dllog_cat.c155 if (rec->lrh_type != LLOG_LOGID_MAGIC) { in llog_cat_process_cb()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dllog_client.c298 if (llh_hdr->lrh_type != LLOG_HDR_MAGIC) { in llog_client_read_header()
300 llh_hdr->lrh_type, LLOG_HDR_MAGIC); in llog_client_read_header()
Dwiretest.c3281 LASSERTF((int)offsetof(struct llog_rec_hdr, lrh_type) == 8, "found %lld\n", in lustre_assert_wire_constants()
3282 (long long)(int)offsetof(struct llog_rec_hdr, lrh_type)); in lustre_assert_wire_constants()
3283 LASSERTF((int)sizeof(((struct llog_rec_hdr *)0)->lrh_type) == 4, "found %lld\n", in lustre_assert_wire_constants()
3284 (long long)(int)sizeof(((struct llog_rec_hdr *)0)->lrh_type)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1467 if (rec->cr_hdr.lrh_type != CHANGELOG_REC) { in changelog_kkuc_cb()
1470 cs->cs_obd->obd_name, rec->cr_hdr.lrh_type, in changelog_kkuc_cb()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2976 (((r)->lrh_type & __swab32(LLOG_OP_MASK)) == __swab32(LLOG_OP_MAGIC))
2985 __u32 lrh_type; member