t_vnops.c | 180 char plain[MAXPATHLEN], with_slash[MAXPATHLEN]; local in function:do_dir_slash 187 snprintf(with_slash, sizeof(with_slash), "%s/dir/", mountpath); 188 if (rump_sys_mkdir(with_slash, 0777) == -1) 194 if (rump_sys_stat(with_slash, &sb) != -1 || errno != ENOENT)
|