Home
last modified time | relevance | path

Searched refs:LLOG_HDR_MAGIC (Results 1 – 5 of 5) sorted by relevance

/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.c3247 CLASSERT(LLOG_HDR_MAGIC == 275010873); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dllog.c127 llh->llh_hdr.lrh_type = LLOG_HDR_MAGIC; in llog_read_header()
Dllog_swab.c237 case LLOG_HDR_MAGIC: in lustre_swab_llog_rec()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2971 LLOG_HDR_MAGIC = LLOG_OP_MAGIC | 0x45539, enumerator