Home
last modified time | relevance | path

Searched refs:zfs_is_mounted (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_mount.c299 if (zfs_is_mounted(zhp, &mp)) { in _be_mount()
475 if (!zfs_is_mounted(zhp, &mp)) { in _be_unmount()
741 if (!zfs_is_mounted(zhp, &fld->altroot)) { in be_get_legacy_fs()
781 if (!zfs_is_mounted(zhp, &zone_md.altroot)) { in be_get_legacy_fs()
1016 if (!zfs_is_mounted(zhp, NULL)) { in be_mount_pool()
1289 if (!zfs_is_mounted(zhp, NULL)) in be_unmount_callback()
1637 if (zfs_is_mounted(zhp, &mp) && (getzoneid() != GLOBAL_ZONEID || in loopback_mount_shared_fs()
2667 if (zfs_is_mounted(zhp, &mp) && mp != NULL && in be_get_ds_from_dir_callback()
H A Dbe_activate.c728 if (!zfs_is_mounted(pool_zhp, &zpool_mntpt)) { in be_get_grub_vers()
756 if (!zfs_is_mounted(zhp, &temp_mntpnt)) { in be_get_grub_vers()
1112 if (!zfs_is_mounted(zhp, &tmp_mntpnt)) { in be_do_copy_grub_cap()
1153 if (!zfs_is_mounted(zhp, &pool_mntpnt)) { in be_do_copy_grub_cap()
1369 if (!zfs_is_mounted(zhp, &tmp_mntpt)) { in be_do_installboot()
1511 if (!zfs_is_mounted(zhp, &temp_mntpt)) { in be_promote_zone_ds()
H A Dbe_utils.c730 if (!zfs_is_mounted(zhp, &pool_mntpnt)) { in be_append_menu()
1039 if (!zfs_is_mounted(zhp, &pool_mntpnt)) { in be_remove_menu()
1488 if (!zfs_is_mounted(zhp, &pool_mntpnt)) { in be_default_grub_bootfs()
1654 if (!zfs_is_mounted(zhp, &pool_mntpnt)) { in be_change_grub_default()
1879 if (!zfs_is_mounted(zhp, &pool_mntpnt)) { in be_update_menu()
2161 if (!zfs_is_mounted(zhp, &rpool_mntpnt)) { in be_has_menu_entry()
2332 if (!zfs_is_mounted(zhp, &md.altroot)) { in be_update_zone_vfstab()
2855 if (zfs_is_mounted(zhp, &mp)) { in be_zfs_find_current_be_callback()
H A Dbe_rename.c247 if (zfs_is_mounted(zhp, &mp) && mp == NULL) { in be_rename()
H A Dbe_create.c539 if (zfs_is_mounted(zhp, &mp)) { in be_destroy()
567 if (zfs_is_mounted(zhp, NULL)) { in be_destroy()
934 if (zfs_is_mounted(zhp, &bt.obe_altroot) && bt.obe_altroot == NULL) { in be_copy()
1725 if (!zfs_is_mounted(zhp, &mp)) { in be_destroy_zones()
2040 if (!zfs_is_mounted(obe_zhp, &temp_mntpt)) { in be_copy_zones()
3096 "/") != 0 && zfs_is_mounted(zhp, NULL)) { in be_prep_clone_send_fs()
H A Dbe_zones.c590 if (zfs_is_mounted(zhp, &mp) && mp != NULL && in be_find_mounted_zone_root_callback()
H A Dbe_list.c1098 be_node->be_mounted = zfs_is_mounted(zhp, in be_get_node_data()
1224 if (!(dataset->be_ds_mounted = zfs_is_mounted(zfshp, in be_get_ds_data()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_changelist.c260 mounted = zfs_is_mounted(cn->cn_handle, NULL); in changelist_postfix()
477 zfs_is_mounted(zhp, NULL); in change_one()
690 zfs_is_mounted(temp, NULL); in changelist_gather()
H A Dmapfile-vers116 zfs_is_mounted;
H A Dlibzfs_mount.c297 zfs_is_mounted(zfs_handle_t *zhp, char **where) in zfs_is_mounted() function
581 if (!zfs_is_mounted(zhp, &mountpoint)) in zfs_is_shared_proto()
H A Dlibzfs.h776 extern boolean_t zfs_is_mounted(zfs_handle_t *, char **);
H A Dlibzfs_dataset.c1888 zfs_is_mounted(zhp, NULL))) { in zfs_prop_set_list()
4466 if (zfs_is_mounted(zhp, &mountpnt)) { in zfs_rename()
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c821 if (!zfs_is_mounted(fs_handle, NULL)) in sa_get_zfs_share_common()
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c6356 if (!zfs_is_mounted(zhp, NULL) && in share_mount_one()
6386 zfs_is_mounted(zhp, NULL)) { in share_mount_one()
7057 } else if (!zfs_is_mounted(zhp, NULL)) { in unshare_unmount()