Lines Matching refs:cpu_to_le16
69 sb->free_blocks_high = cpu_to_le16(free_blocks >> 32); in ext4fs_sb_free_blocks_dec()
80 bg->free_inodes = cpu_to_le16(free_inodes & 0xffff); in ext4fs_bg_free_inodes_dec()
82 bg->free_inodes_high = cpu_to_le16(free_inodes >> 16); in ext4fs_bg_free_inodes_dec()
93 bg->free_blocks = cpu_to_le16(free_blocks & 0xffff); in ext4fs_bg_free_blocks_dec()
95 bg->free_blocks_high = cpu_to_le16(free_blocks >> 16); in ext4fs_bg_free_blocks_dec()
106 bg->bg_itable_unused = cpu_to_le16(free_inodes & 0xffff); in ext4fs_bg_itable_unused_dec()
108 bg->bg_itable_unused_high = cpu_to_le16(free_inodes >> 16); in ext4fs_bg_itable_unused_dec()
121 sb->free_blocks_high = cpu_to_le16(free_blocks >> 32); in ext4fs_sb_set_free_blocks()
151 bg->bg_flags = cpu_to_le16(flags); in ext4fs_bg_set_flags()
468 dir->direntlen = cpu_to_le16(dentry_length); in check_void_in_dentry()
542 dir->direntlen = cpu_to_le16(used_len); in ext4fs_update_parent_dentry()
609 dir->direntlen = cpu_to_le16(sizeof_void_space); in ext4fs_update_parent_dentry()
611 dir->direntlen = cpu_to_le16(fs->blksz - totalbytes); in ext4fs_update_parent_dentry()
923 previous_dir->direntlen = cpu_to_le16(new_len); in unlink_filename()