Home
last modified time | relevance | path

Searched refs:ext2fs_set_i_gid_high (Results 1 – 6 of 6) sorted by relevance

/third_party/e2fsprogs/misc/
Dmk_hugefiles.c246 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()
Dfuse2fs.c1004 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()
Dcreate_inode.c126 ext2fs_set_i_gid_high(inode, st->st_gid >> 16); in set_inode_extra()
Dmke2fs.c488 ext2fs_set_i_gid_high(inode, root_gid >> 16); in create_root_dir()
/third_party/e2fsprogs/contrib/android/
Dperms.c148 ext2fs_set_i_gid_high(inode, (__u16) (gid >> 16)); in set_perms_and_caps()
/third_party/e2fsprogs/lib/ext2fs/
Dext2_fs.h544 #define ext2fs_set_i_gid_high(inode,x) ((inode).osd2.linux2.l_i_gid_high = (x)) macro