Searched refs:mountpath (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_vnops.c67 lookup_simple(const atf_tc_t *tc, const char *mountpath) argument
72 strcpy(final, mountpath);
73 snprintf(pb, sizeof(pb), "%s/../%s", mountpath, basename(final));
77 snprintf(pb, sizeof(pb), "%s/./../%s", mountpath, basename(final));
85 lookup_complex(const atf_tc_t *tc, const char *mountpath) argument
93 snprintf(pb, sizeof(pb), "%s/dir", mountpath);
99 snprintf(pb, sizeof(pb), "%s/./dir/../././dir/.", mountpath);
156 dir_simple(const atf_tc_t *tc, const char *mountpath) argument
164 snprintf(pb, sizeof(pb), "%s/dir", mountpath);
178 dir_notempty(const atf_tc_t *tc, const char *mountpath) argument
[all...]

Completed in 37 milliseconds