Searched refs:GFS2_MAGIC (Results 1 – 2 of 2) sorted by relevance
601 ld->ld_header.mh_magic = cpu_to_be32(GFS2_MAGIC); in gfs2_get_log_desc()617 if (*ptr == cpu_to_be32(GFS2_MAGIC)) in gfs2_check_magic()869 mh->mh_magic = cpu_to_be32(GFS2_MAGIC); in revoke_lo_before_commit()1031 *eptr = cpu_to_be32(GFS2_MAGIC); in databuf_lo_scan_elements()
16 #define GFS2_MAGIC 0x01161970 macro