Lines Matching refs:cpu_to_le16
68 sb->free_blocks_high = cpu_to_le16(free_blocks >> 32); in ext4fs_sb_free_blocks_dec()
79 bg->free_inodes = cpu_to_le16(free_inodes & 0xffff); in ext4fs_bg_free_inodes_dec()
81 bg->free_inodes_high = cpu_to_le16(free_inodes >> 16); in ext4fs_bg_free_inodes_dec()
92 bg->free_blocks = cpu_to_le16(free_blocks & 0xffff); in ext4fs_bg_free_blocks_dec()
94 bg->free_blocks_high = cpu_to_le16(free_blocks >> 16); in ext4fs_bg_free_blocks_dec()
105 bg->bg_itable_unused = cpu_to_le16(free_inodes & 0xffff); in ext4fs_bg_itable_unused_dec()
107 bg->bg_itable_unused_high = cpu_to_le16(free_inodes >> 16); in ext4fs_bg_itable_unused_dec()
120 sb->free_blocks_high = cpu_to_le16(free_blocks >> 32); in ext4fs_sb_set_free_blocks()
150 bg->bg_flags = cpu_to_le16(flags); in ext4fs_bg_set_flags()
467 dir->direntlen = cpu_to_le16(dentry_length); in check_void_in_dentry()
540 dir->direntlen = cpu_to_le16(used_len); in ext4fs_update_parent_dentry()
607 dir->direntlen = cpu_to_le16(sizeof_void_space); in ext4fs_update_parent_dentry()
609 dir->direntlen = cpu_to_le16(fs->blksz - totalbytes); in ext4fs_update_parent_dentry()
921 previous_dir->direntlen = cpu_to_le16(new_len); in unlink_filename()