Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/fs/vfs/
H A Dt_vfsops.c45 tmount(const atf_tc_t *tc, const char *path) in tmount() function
193 ATF_TC_FSAPPLY(tmount, "mount/unmount");
203 ATF_TP_FSAPPLY(tmount); in ATF_TP_ADD_TCS()
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dvop_rename46 this->tmount = this->tvp != NULL ?
48 this->tfi_fs = this->tmount != NULL ?
49 stringof(this->tmount->mnt_stat.f_fstypename) : "";
50 this->tfi_mount = this->tmount != NULL ?
51 stringof(this->tmount->mnt_stat.f_mntonname) : "";