Searched refs:zfs_is_mounted (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/lib/libbe/common/ |
H A D | be_mount.c | 299 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 D | be_activate.c | 728 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 D | be_utils.c | 730 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 D | be_create.c | 539 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 D | be_rename.c | 247 if (zfs_is_mounted(zhp, &mp) && mp == NULL) { in be_rename()
|
H A D | be_zones.c | 590 if (zfs_is_mounted(zhp, &mp) && mp != NULL && in be_find_mounted_zone_root_callback()
|
H A D | be_list.c | 1098 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 D | libzfs_changelist.c | 260 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 D | mapfile-vers | 127 zfs_is_mounted;
|
H A D | libzfs_mount.c | 297 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 D | libzfs.h | 776 extern boolean_t zfs_is_mounted(zfs_handle_t *, char **);
|
H A D | libzfs_dataset.c | 1888 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 D | libshare_zfs.c | 821 if (!zfs_is_mounted(fs_handle, NULL)) in sa_get_zfs_share_common()
|
/illumos-gate/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 6382 if (!zfs_is_mounted(zhp, NULL) && in share_mount_one() 6412 zfs_is_mounted(zhp, NULL)) { in share_mount_one() 7083 } else if (!zfs_is_mounted(zhp, NULL)) { in unshare_unmount()
|