Searched refs:zfs_is_mounted (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_changelist.c | 228 mounted = zfs_is_mounted(cn->cn_handle, NULL); in changelist_postfix() 445 zfs_is_mounted(zhp, NULL); in change_one() 658 zfs_is_mounted(temp, NULL); in changelist_gather()
|
H A D | mapfile-vers | 91 zfs_is_mounted;
|
H A D | libzfs_mount.c | 220 zfs_is_mounted(zfs_handle_t *zhp, char **where) in zfs_is_mounted() function 468 if (!zfs_is_mounted(zhp, &mountpoint)) in zfs_is_shared_proto()
|
H A D | libzfs.h | 696 extern boolean_t zfs_is_mounted(zfs_handle_t *, char **);
|
/titanic_50/usr/src/lib/libbe/common/ |
H A D | be_activate.c | 671 if (!zfs_is_mounted(pool_zhp, &zpool_mntpt)) { in be_get_grub_vers() 699 if (!zfs_is_mounted(zhp, &temp_mntpnt)) { in be_get_grub_vers() 1038 if (!zfs_is_mounted(zhp, &tmp_mntpnt)) { in be_do_copy_grub_cap() 1079 if (!zfs_is_mounted(zhp, &pool_mntpnt)) { in be_do_copy_grub_cap() 1241 if (!zfs_is_mounted(zhp, &tmp_mntpt)) { in be_do_installboot() 1419 if (!zfs_is_mounted(zhp, &temp_mntpt)) { in be_promote_zone_ds()
|
H A D | be_mount.c | 293 if (zfs_is_mounted(zhp, &mp)) { in _be_mount() 465 if (!zfs_is_mounted(zhp, &mp)) { in _be_unmount() 731 if (!zfs_is_mounted(zhp, &fld->altroot)) { in be_get_legacy_fs() 771 if (!zfs_is_mounted(zhp, &zone_md.altroot)) { in be_get_legacy_fs() 1006 if (!zfs_is_mounted(zhp, NULL)) { in be_mount_pool() 1311 if (!zfs_is_mounted(zhp, NULL)) in be_unmount_callback() 1665 if (zfs_is_mounted(zhp, &mp) && (getzoneid() != GLOBAL_ZONEID || in loopback_mount_shared_fs() 2712 if (zfs_is_mounted(zhp, &mp) && mp != NULL && in be_get_ds_from_dir_callback()
|
H A D | be_rename.c | 199 if (zfs_is_mounted(zhp, &mp) && mp == NULL) { in be_rename()
|
H A D | be_utils.c | 452 if (!zfs_is_mounted(zhp, &pool_mntpnt)) { in be_append_menu() 751 if (!zfs_is_mounted(zhp, &pool_mntpnt)) { in be_remove_menu() 1200 if (!zfs_is_mounted(zhp, &pool_mntpnt)) { in be_default_grub_bootfs() 1361 if (!zfs_is_mounted(zhp, &pool_mntpnt)) { in be_change_grub_default() 1586 if (!zfs_is_mounted(zhp, &pool_mntpnt)) { in be_update_menu() 1860 if (!zfs_is_mounted(zhp, &rpool_mntpnt)) { in be_has_menu_entry() 2032 if (!zfs_is_mounted(zhp, &md.altroot)) { in be_update_zone_vfstab() 2565 if (zfs_is_mounted(zhp, &mp)) { in be_zfs_find_current_be_callback()
|
H A D | be_create.c | 505 if (zfs_is_mounted(zhp, &mp)) { in be_destroy() 533 if (zfs_is_mounted(zhp, NULL)) { in be_destroy() 886 if (zfs_is_mounted(zhp, &bt.obe_altroot) && bt.obe_altroot == NULL) { in be_copy() 1648 if (!zfs_is_mounted(zhp, &mp)) { in be_destroy_zones() 1959 if (!zfs_is_mounted(obe_zhp, &temp_mntpt)) { in be_copy_zones() 3006 "/") != 0 && zfs_is_mounted(zhp, NULL)) { in be_prep_clone_send_fs()
|
H A D | be_zones.c | 577 if (zfs_is_mounted(zhp, &mp) && mp != NULL && in be_find_mounted_zone_root_callback()
|
H A D | be_list.c | 1096 be_node->be_mounted = zfs_is_mounted(zhp, in be_get_node_data() 1222 if (!(dataset->be_ds_mounted = zfs_is_mounted(zfshp, in be_get_ds_data()
|
/titanic_50/usr/src/lib/libshare/common/ |
H A D | libshare_zfs.c | 804 if (!zfs_is_mounted(zlist[i], NULL)) in sa_get_zfs_shares()
|
/titanic_50/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 5933 if (!zfs_is_mounted(zhp, NULL) && in share_mount_one() 5963 zfs_is_mounted(zhp, NULL)) { in share_mount_one() 6569 } else if (!zfs_is_mounted(zhp, NULL)) { in unshare_unmount()
|