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