Lines Matching refs:cpu_to_be32
383 ld->ld_header.mh_magic = cpu_to_be32(GFS2_MAGIC); in gfs2_get_log_desc()
384 ld->ld_header.mh_type = cpu_to_be32(GFS2_METATYPE_LD); in gfs2_get_log_desc()
385 ld->ld_header.mh_format = cpu_to_be32(GFS2_FORMAT_LD); in gfs2_get_log_desc()
386 ld->ld_type = cpu_to_be32(ld_type); in gfs2_get_log_desc()
387 ld->ld_length = cpu_to_be32(ld_length); in gfs2_get_log_desc()
388 ld->ld_data1 = cpu_to_be32(ld_data1); in gfs2_get_log_desc()
401 if (*ptr == cpu_to_be32(GFS2_MAGIC)) in gfs2_check_magic()
645 mh->mh_magic = cpu_to_be32(GFS2_MAGIC); in revoke_lo_before_commit()
646 mh->mh_type = cpu_to_be32(GFS2_METATYPE_LB); in revoke_lo_before_commit()
647 mh->mh_format = cpu_to_be32(GFS2_FORMAT_LB); in revoke_lo_before_commit()
803 *eptr = cpu_to_be32(GFS2_MAGIC); in databuf_lo_scan_elements()