Lines Matching refs:cpu_to_be32
376 ld->ld_header.mh_magic = cpu_to_be32(GFS2_MAGIC); in gfs2_get_log_desc()
377 ld->ld_header.mh_type = cpu_to_be32(GFS2_METATYPE_LD); in gfs2_get_log_desc()
378 ld->ld_header.mh_format = cpu_to_be32(GFS2_FORMAT_LD); in gfs2_get_log_desc()
379 ld->ld_type = cpu_to_be32(ld_type); in gfs2_get_log_desc()
380 ld->ld_length = cpu_to_be32(ld_length); in gfs2_get_log_desc()
381 ld->ld_data1 = cpu_to_be32(ld_data1); in gfs2_get_log_desc()
394 if (*ptr == cpu_to_be32(GFS2_MAGIC)) in gfs2_check_magic()
638 mh->mh_magic = cpu_to_be32(GFS2_MAGIC); in revoke_lo_before_commit()
639 mh->mh_type = cpu_to_be32(GFS2_METATYPE_LB); in revoke_lo_before_commit()
640 mh->mh_format = cpu_to_be32(GFS2_FORMAT_LB); in revoke_lo_before_commit()
796 *eptr = cpu_to_be32(GFS2_MAGIC); in databuf_lo_scan_elements()