Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext2/
H A Dinode.c1409 i_gid |= le16_to_cpu(raw_inode->i_gid_high) << 16; in ext2_iget()
1534 raw_inode->i_gid_high = cpu_to_le16(high_16_bits(gid)); in __ext2_write_inode()
1537 raw_inode->i_gid_high = 0; in __ext2_write_inode()
1543 raw_inode->i_gid_high = 0; in __ext2_write_inode()
H A Dext2.h352 #define i_gid_high osd2.linux2.l_i_gid_high macro
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch806 -#define i_gid_high osd2.linux2.l_i_gid_high
814 -#define i_gid_high osd2.hurd2.h_i_gid_high
/openbmc/linux/fs/ext4/
H A Dinode.c4314 raw_inode->i_gid_high = 0; in ext4_fill_raw_inode()
4318 raw_inode->i_gid_high = in ext4_fill_raw_inode()
4325 raw_inode->i_gid_high = 0; in ext4_fill_raw_inode()
4822 i_gid |= le16_to_cpu(raw_inode->i_gid_high) << 16; in __ext4_iget()
H A Dext4.h953 #define i_gid_high osd2.linux2.l_i_gid_high macro
960 #define i_gid_high osd2.hurd2.h_i_gid_high macro