Searched refs:resuid (Results 1 – 1 of 1) sorted by relevance
86 static unsigned long resgid, resuid; variable1066 resuid = strtoul(optarg, &tmp, 0); in parse_tune2fs_options()1072 resuid = pw->pw_uid; in parse_tune2fs_options()2100 sb->s_def_resuid = resuid; in main()2102 printf(_("Setting reserved blocks uid to %lu\n"), resuid); in main()