Searched refs:le32_to_cpu (Results 1 – 5 of 5) sorted by relevance
22 #member, le32_to_cpu((ptr)->member), le32_to_cpu((ptr)->member) ); \146 le32_to_cpu(segno_in_journal(&info->sit_sums->journal, i))); in dbg_print_info_struct()193 if (le32_to_cpu(sb->magic) != F2FS_SUPER_MAGIC) { in read_f2fs_sb()195 le32_to_cpu(sb->magic), F2FS_SUPER_MAGIC); in read_f2fs_sb()239 cp_addr += le32_to_cpu(cp_block->cp_pack_total_block_count) - 1; in validate_checkpoint()270 blk_size = 1U << le32_to_cpu(sb->log_blocksize); in get_valid_checkpoint_info()275 cp1_start_blk_no = le32_to_cpu(sb->cp_blkaddr); in get_valid_checkpoint_info()279 cp2_start_blk_no = cp1_start_blk_no + (1 << le32_to_cpu(sb->log_blocks_per_seg)); in get_valid_checkpoint_info()341 unsigned int ckpt_flags = le32_to_cpu(cp->ckpt_flags); in is_set_ckpt_flags()347 return info->cp_valid_cp_blkaddr + le32_to_cpu(cp->cp_pack_total_block_count) in sum_blk_addr()[all …]
72 #define le32_to_cpu(x) (x) macro
308 …XTIME(xtime, inode, raw_inode) do { (inode)->xtime.tv_sec = (signed)le32_to_cpu((raw_inode)->xt…310 …_INODE(raw_inode, einode, xtime)) (einode)->xtime.tv_sec = (signed)le32_to_cpu((raw_inode)->xt…
283 return ((ext4_fsblk_t)le32_to_cpu(es->s_blocks_count_hi) << 32) | in ext4_blocks_count()284 le32_to_cpu(es->s_blocks_count_lo); in ext4_blocks_count()288 return ((ext4_fsblk_t)le32_to_cpu(es->s_r_blocks_count_hi) << 32) | in ext4_r_blocks_count()289 le32_to_cpu(es->s_r_blocks_count_lo); in ext4_r_blocks_count()
430 if (le32_to_cpu(sb.s_magic) != EXT4_SUPER_MAGIC) { in get_fs_size()