Lines Matching refs:cpu_to_le32
155 if (get_sb(feature) & cpu_to_le32(F2FS_FEATURE_RO)) in is_valid_ssa_node_blk()
202 sum_entry->nid = cpu_to_le32(nid); in is_valid_ssa_node_blk()
276 if (get_sb(feature) & cpu_to_le32(F2FS_FEATURE_RO)) in is_valid_ssa_data_blk()
330 sum_entry->nid = cpu_to_le32(parent_nid); in is_valid_ssa_data_blk()
715 cpu_to_le32(i_links + 1); in fsck_chk_inode_blk()
749 if (c.feature & cpu_to_le32(F2FS_FEATURE_EXTRA_ATTR)) { in fsck_chk_inode_blk()
778 cpu_to_le32(F2FS_FEATURE_FLEXIBLE_INLINE_XATTR)) && in fsck_chk_inode_blk()
801 if ((node_blk->i.i_flags & cpu_to_le32(F2FS_CASEFOLD_FL)) && in fsck_chk_inode_blk()
803 !(c.feature & cpu_to_le32(F2FS_FEATURE_CASEFOLD)))) { in fsck_chk_inode_blk()
807 node_blk->i.i_flags &= ~cpu_to_le32(F2FS_CASEFOLD_FL); in fsck_chk_inode_blk()
1008 node_blk->i.i_namelen = cpu_to_le32(child_d->i_namelen); in fsck_chk_inode_blk()
1037 node_blk->i.i_links = cpu_to_le32(child.links); in fsck_chk_inode_blk()
1105 if ((c.feature & cpu_to_le32(F2FS_FEATURE_INODE_CHKSUM)) && in fsck_chk_inode_blk()
1117 cpu_to_le32(calculated); in fsck_chk_inode_blk()
1365 dentry->hash_code = cpu_to_le32(hash_code); in f2fs_check_hash_code()
1426 dentry->ino = cpu_to_le32(child->p_ino); in __chk_dots_dentries()
1436 dentry->ino = cpu_to_le32(F2FS_ROOT_INO(sbi)); in __chk_dots_dentries()
1442 dentry->ino = cpu_to_le32(child->pp_ino); in __chk_dots_dentries()
1813 new_blk->entry_count = cpu_to_le32(new_entry_count); in fsck_chk_orphan_node()
2087 node_blk->i.i_links = cpu_to_le32(node->actual_links); in fix_hard_links()
2205 cpu_to_le32(crc); in fix_checkpoint()
2388 if (get_sb(feature) & cpu_to_le32(F2FS_FEATURE_RO) && in check_curseg_offset()
2565 fnode->i.i_namelen = cpu_to_le32(namelen); in fsck_do_reconnect_file()
2985 if ((get_sb(feature) & cpu_to_le32(F2FS_FEATURE_RO)) && in fsck_chk_curseg_info()
3041 if (c.feature & cpu_to_le32(F2FS_FEATURE_LOST_FOUND)) { in fsck_verify()