Home
last modified time | relevance | path

Searched refs:high_16_bits (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dhighuid.h96 #define high_16_bits(x) (((x) & 0xFFFF0000) >> 16) macro
/openbmc/linux/fs/ext2/
H A Dinode.c1533 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()
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_main.c512 minor = high_16_bits(lower_32_bits(fw_ver)); in hns_roce_get_fw_ver()
/openbmc/linux/fs/ext4/
H A Dinode.c4283 cpu_to_le16(high_16_bits(i_uid)); in ext4_fill_raw_inode()
4285 cpu_to_le16(high_16_bits(i_gid)); in ext4_fill_raw_inode()