Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dllog_client.c332 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()
Dwiretest.c3249 CLASSERT(LLOG_HDR_MAGIC == 275010873); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c237 case LLOG_HDR_MAGIC: in lustre_swab_llog_rec()
Dllog.c188 llh->llh_hdr.lrh_type = LLOG_HDR_MAGIC; in llog_read_header()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2987 LLOG_HDR_MAGIC = LLOG_OP_MAGIC | 0x45539, enumerator