Lines Matching refs:be32_to_cpu
163 if (be32_to_cpu(vh->vh_magic) != VHMAGIC) { in module_exit()
175 csum += be32_to_cpu(cs); in module_exit()
196 name, (int) be32_to_cpu(vh->vh_vd[i].vd_lbn), in module_exit()
197 (int) be32_to_cpu(vh->vh_vd[i].vd_nbytes)); in module_exit()
203 pt_type = (int) be32_to_cpu(vh->vh_pt[i].pt_type); in module_exit()
208 if (be32_to_cpu(vh->vh_pt[i].pt_nblks)) { in module_exit()
210 i, (int)be32_to_cpu(vh->vh_pt[i].pt_firstlbn), in module_exit()
211 (int)be32_to_cpu(vh->vh_pt[i].pt_nblks), in module_exit()
217 sblock = be32_to_cpu(vh->vh_pt[i].pt_firstlbn); in module_exit()
236 if (!IS_EFS_MAGIC(be32_to_cpu(super->fs_magic))) in efs_validate_super()
239 sb->fs_magic = be32_to_cpu(super->fs_magic); in efs_validate_super()
240 sb->total_blocks = be32_to_cpu(super->fs_size); in efs_validate_super()
241 sb->first_block = be32_to_cpu(super->fs_firstcg); in efs_validate_super()
242 sb->group_size = be32_to_cpu(super->fs_cgfsize); in efs_validate_super()
243 sb->data_free = be32_to_cpu(super->fs_tfree); in efs_validate_super()
244 sb->inode_free = be32_to_cpu(super->fs_tinode); in efs_validate_super()