Searched refs:high_16_bits (Results 1 – 4 of 4) sorted by relevance
95 #define high_16_bits(x) (((x) & 0xFFFF0000) >> 16) macro
1465 raw_inode->i_uid_high = cpu_to_le16(high_16_bits(uid)); in __ext2_write_inode()1466 raw_inode->i_gid_high = cpu_to_le16(high_16_bits(gid)); in __ext2_write_inode()
3067 cpu_to_le16(high_16_bits(i_uid)); in ext3_do_update_inode()3069 cpu_to_le16(high_16_bits(i_gid)); in ext3_do_update_inode()
4481 cpu_to_le16(high_16_bits(i_uid)); in ext4_do_update_inode()4483 cpu_to_le16(high_16_bits(i_gid)); in ext4_do_update_inode()