Home
last modified time | relevance | path

Searched refs:LLOG_LOGID_MAGIC (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c125 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()
Dllog_swab.c253 case LLOG_LOGID_MAGIC: in lustre_swab_llog_rec()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2993 LLOG_LOGID_MAGIC = LLOG_OP_MAGIC | 0x4553b, enumerator
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3250 CLASSERT(LLOG_LOGID_MAGIC == 275010875); in lustre_assert_wire_constants()