Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Dext2_fs.h434 __u16 l_i_gid_high; /* were reserved2[0] */ member
482 __u16 l_i_gid_high; /* were reserved2[0] */ member
526 #define i_gid_high osd2.linux2.l_i_gid_high
541 #define inode_gid(inode) ((inode).i_gid | (unsigned)(inode).osd2.linux2.l_i_gid_high << 16)
544 #define ext2fs_set_i_gid_high(inode,x) ((inode).osd2.linux2.l_i_gid_high = (x))
Dtst_inode_size.c72 check_field(osd2.linux2.l_i_gid_high, 2); in main()
Dswapfs.c307 t->osd2.linux2.l_i_gid_high = in ext2fs_swap_inode_full()
308 ext2fs_swab16 (f->osd2.linux2.l_i_gid_high); in ext2fs_swap_inode_full()
/third_party/e2fsprogs/debugfs/
Dset_fields.c202 { "gid", &set_inode.i_gid, &set_inode.osd2.linux2.l_i_gid_high,
/third_party/e2fsprogs/ext2ed/
Dext2.descriptors111 __u16 l_i_gid_high; /* were reserved2[0] */