Home
last modified time | relevance | path

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

/third_party/e2fsprogs/misc/
Dmk_hugefiles.c244 ext2fs_set_i_uid_high(inode, (uid >> 16) & 0xffff); in create_directory()
282 ext2fs_set_i_uid_high(inode, (uid >> 16) & 0xffff); in mk_hugefile()
Dfuse2fs.c1002 ext2fs_set_i_uid_high(inode, ctxt->uid >> 16); in op_mknod()
1128 ext2fs_set_i_uid_high(inode, ctxt->uid >> 16); in op_mkdir()
1503 ext2fs_set_i_uid_high(inode, ctxt->uid >> 16); in op_symlink()
1970 ext2fs_set_i_uid_high(inode, owner >> 16); in op_chown()
2911 ext2fs_set_i_uid_high(inode, ctxt->uid >> 16); in op_create()
Dcreate_inode.c124 ext2fs_set_i_uid_high(inode, st->st_uid >> 16); in set_inode_extra()
Dmke2fs.c486 ext2fs_set_i_uid_high(inode, root_uid >> 16); in create_root_dir()
/third_party/e2fsprogs/contrib/android/
Dperms.c147 ext2fs_set_i_uid_high(inode, (__u16) (uid >> 16)); in set_perms_and_caps()
/third_party/e2fsprogs/lib/ext2fs/
Dext2_fs.h543 #define ext2fs_set_i_uid_high(inode,x) ((inode).osd2.linux2.l_i_uid_high = (x)) macro