Home
last modified time | relevance | path

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

/external/f2fs-tools/mkfs/
Df2fs_format_main.c103 c.root_uid = c.root_gid = 0; in add_default_options()
169 if (parse_root_owner(optarg, &c.root_uid, &c.root_gid)) in f2fs_parse_options()
Df2fs_format.c1095 raw_node->i.i_uid = cpu_to_le32(c.root_uid); in f2fs_write_root_inode()
1253 raw_node->i.i_uid = cpu_to_le32(c.root_uid); in f2fs_write_qf_inode()
1452 raw_node->i.i_uid = cpu_to_le32(c.root_uid); in f2fs_write_lpf_inode()
/external/e2fsprogs/misc/
Dmke2fs.c92 static uid_t root_uid; variable
474 if (root_uid != 0 || root_gid != 0) { in create_root_dir()
482 inode.i_uid = root_uid; in create_root_dir()
483 ext2fs_set_i_uid_high(inode, root_uid >> 16); in create_root_dir()
700 if (root_uid != 0 || root_gid != 0) in show_stats()
701 printf(_("Root directory owner=%u:%u\n"), root_uid, root_gid); in show_stats()
1010 root_uid = strtoul(arg, &p, 0); in parse_extended_opts()
1028 root_uid = getuid(); in parse_extended_opts()
/external/f2fs-tools/include/
Df2fs_fs.h394 u_int32_t root_uid; member
1413 u_int32_t *root_uid, u_int32_t *root_gid) in parse_root_owner() argument
1426 *root_uid = atoi(uid); in parse_root_owner()
/external/f2fs-tools/lib/
Dlibf2fs.c629 c.root_uid = getuid(); in f2fs_init_configuration()
/external/e2fsprogs/po/
Dnl.po5712 " root_uid=<UID van hoofdmap>\n"