Searched refs:high_16_bits (Results 1 – 4 of 4) sorted by relevance
96 #define high_16_bits(x) (((x) & 0xFFFF0000) >> 16) macro
1533 raw_inode->i_uid_high = cpu_to_le16(high_16_bits(uid)); in __ext2_write_inode()1534 raw_inode->i_gid_high = cpu_to_le16(high_16_bits(gid)); in __ext2_write_inode()
512 minor = high_16_bits(lower_32_bits(fw_ver)); in hns_roce_get_fw_ver()
4317 cpu_to_le16(high_16_bits(i_uid)); in ext4_fill_raw_inode()4319 cpu_to_le16(high_16_bits(i_gid)); in ext4_fill_raw_inode()