Searched refs:high_16_bits (Results 1 – 3 of 3) sorted by relevance
95 #define high_16_bits(x) (((x) & 0xFFFF0000) >> 16) macro
1477 raw_inode->i_uid_high = cpu_to_le16(high_16_bits(uid)); in __ext2_write_inode()1478 raw_inode->i_gid_high = cpu_to_le16(high_16_bits(gid)); in __ext2_write_inode()
4525 cpu_to_le16(high_16_bits(i_uid)); in ext4_do_update_inode()4527 cpu_to_le16(high_16_bits(i_gid)); in ext4_do_update_inode()