Home | History | Annotate | Download | only in libukfs

Lines Matching refs:mountpath

531 	const char *mountpath, int mntflags, void *arg, size_t alen)
556 if (builddirs(mountpath, 0777, rumpmkdir, NULL) == -1) {
584 mi.mi_mountpath = mountpath;
597 rv = rump_sys_statvfs1(mountpath, &svfsb, ST_WAIT);
603 if (strcmp(svfsb.f_mntonname, mountpath) == 0 &&
610 rv = rump_sys_mount(vfsname, mountpath, mntflags, arg, alen);
618 rv = rump_pub_vfs_getmp(mountpath, &fs->ukfs_mp);
626 fs->ukfs_mountpath = strdup(mountpath);
645 rump_sys_unmount(mountpath, MNT_FORCE);
661 const char *mountpath, int mntflags, void *arg, size_t alen)
665 mountpath, mntflags, arg, alen);
670 struct ukfs_part *part, const char *mountpath, int mntflags,
675 mountpath, mntflags, arg, alen);