Searched refs:ext2fs_set_i_gid_high (Results 1 – 6 of 6) sorted by relevance
/third_party/e2fsprogs/misc/ |
D | mk_hugefiles.c | 246 ext2fs_set_i_gid_high(inode, (gid >> 16) & 0xffff); in create_directory() 284 ext2fs_set_i_gid_high(inode, (gid >> 16) & 0xffff); in mk_hugefile()
|
D | fuse2fs.c | 1004 ext2fs_set_i_gid_high(inode, ctxt->gid >> 16); in op_mknod() 1130 ext2fs_set_i_gid_high(inode, ctxt->gid >> 16); in op_mkdir() 1505 ext2fs_set_i_gid_high(inode, ctxt->gid >> 16); in op_symlink() 1983 ext2fs_set_i_gid_high(inode, group >> 16); in op_chown() 2913 ext2fs_set_i_gid_high(inode, ctxt->gid >> 16); in op_create()
|
D | create_inode.c | 126 ext2fs_set_i_gid_high(inode, st->st_gid >> 16); in set_inode_extra()
|
D | mke2fs.c | 488 ext2fs_set_i_gid_high(inode, root_gid >> 16); in create_root_dir()
|
/third_party/e2fsprogs/contrib/android/ |
D | perms.c | 148 ext2fs_set_i_gid_high(inode, (__u16) (gid >> 16)); in set_perms_and_caps()
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | ext2_fs.h | 544 #define ext2fs_set_i_gid_high(inode,x) ((inode).osd2.linux2.l_i_gid_high = (x)) macro
|