Searched refs:optint (Results 1 – 1 of 1) sorted by relevance
382 unsigned long optint; in ncp_parse_options() local400 while ((optval = ncp_getopt("ncpfs", &options, ncp_opts, NULL, &optarg, &optint)) != 0) { in ncp_parse_options()406 data->uid = make_kuid(current_user_ns(), optint); in ncp_parse_options()413 data->gid = make_kgid(current_user_ns(), optint); in ncp_parse_options()420 data->mounted_uid = make_kuid(current_user_ns(), optint); in ncp_parse_options()427 data->file_mode = optint; in ncp_parse_options()430 data->dir_mode = optint; in ncp_parse_options()433 data->time_out = optint; in ncp_parse_options()436 data->retry_count = optint; in ncp_parse_options()439 data->flags = optint; in ncp_parse_options()[all …]