Lines Matching refs:fs32_to_cpu
31 befs_sb->magic1 = fs32_to_cpu(sb, disk_sb->magic1);
32 befs_sb->magic2 = fs32_to_cpu(sb, disk_sb->magic2);
33 befs_sb->magic3 = fs32_to_cpu(sb, disk_sb->magic3);
34 befs_sb->block_size = fs32_to_cpu(sb, disk_sb->block_size);
35 befs_sb->block_shift = fs32_to_cpu(sb, disk_sb->block_shift);
38 befs_sb->inode_size = fs32_to_cpu(sb, disk_sb->inode_size);
40 befs_sb->blocks_per_ag = fs32_to_cpu(sb, disk_sb->blocks_per_ag);
41 befs_sb->ag_shift = fs32_to_cpu(sb, disk_sb->ag_shift);
42 befs_sb->num_ags = fs32_to_cpu(sb, disk_sb->num_ags);
44 befs_sb->flags = fs32_to_cpu(sb, disk_sb->flags);