Searched refs:GFS2_MAGIC (Results 1 – 11 of 11) sorted by relevance
88 if (unlikely(magic != GFS2_MAGIC)) { in gfs2_meta_check()110 if (unlikely(magic != GFS2_MAGIC)) in gfs2_metatype_check_i()
379 ld->ld_header.mh_magic = cpu_to_be32(GFS2_MAGIC); in gfs2_get_log_desc()397 if (*ptr == cpu_to_be32(GFS2_MAGIC)) in gfs2_check_magic()641 mh->mh_magic = cpu_to_be32(GFS2_MAGIC); in revoke_lo_before_commit()798 *eptr = cpu_to_be32(GFS2_MAGIC); in databuf_lo_scan_elements()
227 if (unlikely(mh->mh_magic != cpu_to_be32(GFS2_MAGIC))) { in gfs2_trans_add_meta()
170 mh->mh_magic = cpu_to_be32(GFS2_MAGIC); in meta_prep_new()
156 error = lh->lh_header.mh_magic != cpu_to_be32(GFS2_MAGIC) || in get_log_header()
157 if (sb->sb_magic != GFS2_MAGIC || in gfs2_check_sb()1058 sb->s_magic = GFS2_MAGIC; in fill_super()
709 str->di_header.mh_magic = cpu_to_be32(GFS2_MAGIC); in gfs2_dinode_out()1214 buf->f_type = GFS2_MAGIC; in gfs2_statfs()
1069 rgl->rl_magic = cpu_to_be32(GFS2_MAGIC); in gfs2_rgrp_ondisk2lvb()1189 if (cpu_to_be32(GFS2_MAGIC) != rgd->rd_rgl->rl_magic) { in gfs2_rgrp_bh_get()1223 if (cpu_to_be32(GFS2_MAGIC) != rgd->rd_rgl->rl_magic) in update_rgrp_lvb()
981 qlvb->qb_magic = cpu_to_be32(GFS2_MAGIC); in update_qd()1009 if (force_refresh || qd->qd_qb.qb_magic != cpu_to_be32(GFS2_MAGIC)) { in do_glock()
692 lh->lh_header.mh_magic = cpu_to_be32(GFS2_MAGIC); in gfs2_write_log_header()
16 #define GFS2_MAGIC 0x01161970 macro