Searched refs:lrh_type (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | llog_swab.c | 135 __swab32s(&rec->lrh_type); in lustre_swab_llog_rec() 138 switch (rec->lrh_type) { in lustre_swab_llog_rec() 274 rec->lrh_type, rec); in lustre_swab_llog_rec() 289 CDEBUG(D_OTHER, "\tllh_hdr.lrh_type: %#x\n", h->llh_hdr.lrh_type); in print_llog_hdr()
|
D | llog_cat.c | 125 rec.lid_hdr.lrh_type = LLOG_LOGID_MAGIC; in llog_cat_new_log() 538 if (rec->lrh_type != LLOG_LOGID_MAGIC) { in llog_cat_process_cb() 634 if (le32_to_cpu(rec->lrh_type) != LLOG_LOGID_MAGIC) { in llog_cat_reverse_process_cb() 762 if (rec->lrh_type != LLOG_LOGID_MAGIC) { in cat_cancel_cb()
|
D | llog.c | 188 llh->llh_hdr.lrh_type = LLOG_HDR_MAGIC; in llog_read_header() 332 rec, rec->lrh_type); in llog_process_thread() 338 rec->lrh_type, rec->lrh_index); in llog_process_thread()
|
D | obd_config.c | 1397 switch (rec->lrh_type) { in class_config_llog_handler() 1564 rec->lrh_type); in class_config_llog_handler() 1630 LASSERT(rec->lrh_type == OBD_CFG_REC); in class_config_parse_rec() 1678 if (rec->lrh_type == OBD_CFG_REC) { in class_config_dump_handler() 1682 LCONSOLE(D_WARNING, "unhandled lrh_type: %#x\n", rec->lrh_type); in class_config_dump_handler()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | llog_client.c | 332 if (llh_hdr->lrh_type != LLOG_HDR_MAGIC) { in llog_client_read_header() 334 llh_hdr->lrh_type, LLOG_HDR_MAGIC); in llog_client_read_header()
|
D | wiretest.c | 3283 LASSERTF((int)offsetof(struct llog_rec_hdr, lrh_type) == 8, "found %lld\n", in lustre_assert_wire_constants() 3284 (long long)(int)offsetof(struct llog_rec_hdr, lrh_type)); in lustre_assert_wire_constants() 3285 LASSERTF((int)sizeof(((struct llog_rec_hdr *)0)->lrh_type) == 4, "found %lld\n", in lustre_assert_wire_constants() 3286 (long long)(int)sizeof(((struct llog_rec_hdr *)0)->lrh_type)); in lustre_assert_wire_constants()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2997 (((r)->lrh_type & __swab32(LLOG_OP_MASK)) == __swab32(LLOG_OP_MAGIC)) 3006 __u32 lrh_type; member
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 1562 if (rec->cr_hdr.lrh_type != CHANGELOG_REC) { in changelog_kkuc_cb() 1565 cs->cs_obd->obd_name, rec->cr_hdr.lrh_type, in changelog_kkuc_cb()
|