Searched refs:rump_pub_vfs_getmp (Results 1 – 4 of 4) sorted by relevance
33 int rump_pub_vfs_getmp(const char *, struct mount **);
282 rump_pub_vfs_getmp(const char *arg1, struct mount **arg2) in rump_pub_vfs_getmp() function
618 rv = rump_pub_vfs_getmp(mountpath, &fs->ukfs_mp); in doukfsmount()
446 if ((rv = rump_pub_vfs_getmp("/", &p2m->p2m_mp)) != 0) { in setupfs()