Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dhighuid.h95 #define high_16_bits(x) (((x) & 0xFFFF0000) >> 16) macro
/linux-4.4.14/fs/ext2/
Dinode.c1477 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()
/linux-4.4.14/fs/ext4/
Dinode.c4525 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()