Home
last modified time | relevance | path

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

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