Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dhighuid.h96 #define high_16_bits(x) (((x) & 0xFFFF0000) >> 16) macro
/linux-4.19.296/fs/ext2/
Dinode.c1561 raw_inode->i_uid_high = cpu_to_le16(high_16_bits(uid)); in __ext2_write_inode()
1562 raw_inode->i_gid_high = cpu_to_le16(high_16_bits(gid)); in __ext2_write_inode()
/linux-4.19.296/fs/ext4/
Dinode.c5357 cpu_to_le16(high_16_bits(i_uid)); in ext4_do_update_inode()
5359 cpu_to_le16(high_16_bits(i_gid)); in ext4_do_update_inode()