Searched refs:zfs_unmount (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A DMakefile19 TESTDIR = $(ROOTOPTPKG)/tests/functional/cli_root/zfs_unmount
34 FILES = zfs_unmount.cfg \
35 zfs_unmount.kshlib
H A Dzfs_unmount.kshlib31 . $STF_SUITE/tests/functional/cli_root/zfs_unmount/zfs_unmount.cfg
H A Dzfs_unmount_002_pos.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_unmount/zfs_unmount.kshlib
H A Dzfs_unmount_003_pos.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_unmount/zfs_unmount.kshlib
H A Dzfs_unmount_004_pos.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_unmount/zfs_unmount.kshlib
H A Dzfs_unmount_005_pos.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_unmount/zfs_unmount.kshlib
H A Dzfs_unmount_007_neg.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_unmount/zfs_unmount.kshlib
H A Dzfs_unmount_all_001_pos.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_unmount/zfs_unmount.kshlib
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/
H A DMakefile59 zfs_unmount \
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzfs.c655 if (zfs_unmount(zhp, NULL, 0) == 0) {
945 if (zfs_unmount(zhp, NULL, 0) == 0)
1069 if (zfs_unmount(zhp, NULL, 0) != 0) {
1108 NULL) == 0 && zfs_unmount(ohp, NULL, 0) == 0)
1639 if (zfs_unmount(zhp, zoneroot, 0) != 0) {
1640 if (force && zfs_unmount(zhp, zoneroot, MS_FORCE) ==
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dhomedir.c243 if ((zfs_unmount(zhp, NULL, 0) == 0) &&
/illumos-gate/usr/src/cmd/zinject/
H A Dzinject.c1075 if (zfs_unmount(zhp, NULL, 0) != 0)
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_mount.c651 if (zfs_unmount(zhp, NULL, ud->force ? MS_FORCE : 0) != 0) {
1101 if (zfs_unmount(zhp, NULL, 0) != 0) {
1315 if (zfs_unmount(zhp, NULL, ud->force ? MS_FORCE : 0) != 0) {
1346 * been unmounted (from above call to zfs_unmount), and
2206 if (zfs_unmount(zhp, NULL, ud->force ? MS_FORCE : 0) != 0) {
H A Dbe_create.c1792 if (zfs_unmount(zhp, NULL, MS_FORCE) != 0 ||
1811 if (zfs_unmount(zhp, NULL, MS_FORCE) != 0 ||
2567 if ((ret = zfs_unmount(zhp, NULL, MS_FORCE)) != 0) {
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_changelist.c127 if (zfs_unmount(cn->cn_handle, NULL,
H A Dlibzfs.h700 extern int zfs_unmount(zfs_handle_t *, const char *, int);
H A Dlibzfs_mount.c37 * zfs_unmount()
435 zfs_unmount(zfs_handle_t *zhp, const char *mountpoint, int flags) function
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c1062 zfs_unmount(zhp, NULL, cb->cb_force ? MS_FORCE : 0) != 0 ||
6312 ret = zfs_unmount(zhp, NULL, flags);
6369 * zfs entries and call zfs_unmount() for each one.
6488 if (zfs_unmount(node->un_zhp,
6518 * zfs_unmount().

Completed in 1485 milliseconds