Home
last modified time | relevance | path

Searched refs:i_uid_high (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/ext2/
H A Dinode.c1408 i_uid |= le16_to_cpu(raw_inode->i_uid_high) << 16; in ext2_iget()
1533 raw_inode->i_uid_high = cpu_to_le16(high_16_bits(uid)); in __ext2_write_inode()
1536 raw_inode->i_uid_high = 0; in __ext2_write_inode()
1542 raw_inode->i_uid_high = 0; in __ext2_write_inode()
H A Dext2.h351 #define i_uid_high osd2.linux2.l_i_uid_high macro
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch805 -#define i_uid_high osd2.linux2.l_i_uid_high
813 -#define i_uid_high osd2.hurd2.h_i_uid_high
/openbmc/linux/fs/ext4/
H A Dinode.c4313 raw_inode->i_uid_high = 0; in ext4_fill_raw_inode()
4316 raw_inode->i_uid_high = in ext4_fill_raw_inode()
4324 raw_inode->i_uid_high = 0; in ext4_fill_raw_inode()
4821 i_uid |= le16_to_cpu(raw_inode->i_uid_high) << 16; in __ext4_iget()
H A Dext4.h952 #define i_uid_high osd2.linux2.l_i_uid_high macro
959 #define i_uid_high osd2.hurd2.h_i_uid_high macro