Searched refs:ext2fs_set_i_uid_high (Results 1 – 4 of 4) sorted by relevance
244 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()
483 ext2fs_set_i_uid_high(inode, root_uid >> 16); in create_root_dir()
146 ext2fs_set_i_uid_high(inode, (__u16) (uid >> 16)); in set_perms_and_caps()
531 #define ext2fs_set_i_uid_high(inode,x) ((inode).osd2.linux2.l_i_uid_high = (x)) macro