Lines Matching refs:be32_to_cpu
167 if (be32_to_cpu(vh->vh_magic) != VHMAGIC) { in module_exit()
179 csum += be32_to_cpu(cs); in module_exit()
200 name, (int) be32_to_cpu(vh->vh_vd[i].vd_lbn), in module_exit()
201 (int) be32_to_cpu(vh->vh_vd[i].vd_nbytes)); in module_exit()
207 pt_type = (int) be32_to_cpu(vh->vh_pt[i].pt_type); in module_exit()
212 if (be32_to_cpu(vh->vh_pt[i].pt_nblks)) { in module_exit()
214 i, (int)be32_to_cpu(vh->vh_pt[i].pt_firstlbn), in module_exit()
215 (int)be32_to_cpu(vh->vh_pt[i].pt_nblks), in module_exit()
221 sblock = be32_to_cpu(vh->vh_pt[i].pt_firstlbn); in module_exit()
240 if (!IS_EFS_MAGIC(be32_to_cpu(super->fs_magic))) in efs_validate_super()
243 sb->fs_magic = be32_to_cpu(super->fs_magic); in efs_validate_super()
244 sb->total_blocks = be32_to_cpu(super->fs_size); in efs_validate_super()
245 sb->first_block = be32_to_cpu(super->fs_firstcg); in efs_validate_super()
246 sb->group_size = be32_to_cpu(super->fs_cgfsize); in efs_validate_super()
247 sb->data_free = be32_to_cpu(super->fs_tfree); in efs_validate_super()
248 sb->inode_free = be32_to_cpu(super->fs_tinode); in efs_validate_super()