Home
last modified time | relevance | path

Searched refs:GFS2_MAGIC (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/fs/gfs2/
Dutil.h85 if (unlikely(magic != GFS2_MAGIC)) { in gfs2_meta_check()
107 if (unlikely(magic != GFS2_MAGIC)) in gfs2_metatype_check_i()
Dlops.c581 ld->ld_header.mh_magic = cpu_to_be32(GFS2_MAGIC); in gfs2_get_log_desc()
599 if (*ptr == cpu_to_be32(GFS2_MAGIC)) in gfs2_check_magic()
861 mh->mh_magic = cpu_to_be32(GFS2_MAGIC); in revoke_lo_before_commit()
1020 *eptr = cpu_to_be32(GFS2_MAGIC); in databuf_lo_scan_elements()
Dtrans.c222 if (unlikely(mh->mh_magic != cpu_to_be32(GFS2_MAGIC))) { in gfs2_trans_add_meta()
Dmeta_io.c167 mh->mh_magic = cpu_to_be32(GFS2_MAGIC); in meta_prep_new()
Drecovery.c125 if (lh->lh_header.mh_magic != cpu_to_be32(GFS2_MAGIC) || in __get_log_header()
Dsuper.c460 str->di_header.mh_magic = cpu_to_be32(GFS2_MAGIC); in gfs2_dinode_out()
965 buf->f_type = GFS2_MAGIC; in gfs2_statfs()
Dops_fstype.c165 if (sb->sb_magic != GFS2_MAGIC || in gfs2_check_sb()
1067 sb->s_magic = GFS2_MAGIC; in gfs2_fill_super()
Drgrp.c1078 rgl->rl_magic = cpu_to_be32(GFS2_MAGIC); in gfs2_rgrp_ondisk2lvb()
1222 if (cpu_to_be32(GFS2_MAGIC) != rgd->rd_rgl->rl_magic) { in gfs2_rgrp_bh_get()
1256 if (cpu_to_be32(GFS2_MAGIC) != rgd->rd_rgl->rl_magic) in update_rgrp_lvb()
Dquota.c978 qlvb->qb_magic = cpu_to_be32(GFS2_MAGIC); in update_qd()
1006 if (force_refresh || qd->qd_qb.qb_magic != cpu_to_be32(GFS2_MAGIC)) { in do_glock()
Dlog.c694 lh->lh_header.mh_magic = cpu_to_be32(GFS2_MAGIC); in gfs2_write_log_header()
/Linux-v5.4/include/uapi/linux/
Dgfs2_ondisk.h16 #define GFS2_MAGIC 0x01161970 macro