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

/freebsd-10.1-release/tools/tools/zfsboottest/
H A Dzfsboottest.c159 if (zfs_mount(spa, rootobj, &zfsmnt)) {
161 if (zfs_mount(spa, 0, &zfsmnt)) {
/freebsd-10.1-release/sys/boot/i386/zfsboot/
H A Dzfsboot.c528 if (zfs_spa_init(spa) != 0 || zfs_mount(spa, 0, &zfsmount) != 0) {
737 if (zfs_mount(newspa, newroot, &zfsmount)) {
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/zinject/
H A Dzinject.c983 ret = (zfs_mount(zhp, NULL, 0) != 0);
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_changelist.c242 if (zfs_mount(cn->cn_handle, NULL, 0) != 0)
H A Dlibzfs_mount.c34 * zfs_mount()
268 zfs_mount(zfs_handle_t *zhp, const char *options, int flags) function
1153 if (zfs_mount(cb.cb_handles[i], mntopts, flags) != 0)
H A Dlibzfs.h697 extern int zfs_mount(zfs_handle_t *, const char *, int);
H A Dlibzfs_dataset.c3033 if (zfs_mount(h, NULL, 0) != 0) {
/freebsd-10.1-release/sys/boot/zfs/
H A Dzfs.c541 rv = zfs_mount(spa, dev->root_guid, mount);
H A Dzfsimpl.c1928 zfs_mount(const spa_t *spa, uint64_t rootobj, struct zfsmount *mount) function
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c92 static int zfs_mount(vfs_t *vfsp);
105 .vfs_mount = zfs_mount,
211 "zfs_mount: Can't get unique major "
1600 zfs_mount(vfs_t *vfsp) function
2318 * from zfs_mount(). Release it here. If we came through
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c680 if ((ret = zfs_mount(clone, NULL, 0)) == 0)
883 if (zfs_mount(zhp, NULL, 0) != 0) {
5798 zfs_mount(zhp, NULL, 0) != 0)
5837 if (zfs_mount(zhp, options, flags) != 0)
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c1035 if (zfs_mount(pool, NULL, 0) == 0)

Completed in 283 milliseconds