Searched refs:zfs_is_mounted (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_changelist.c232 mounted = zfs_is_mounted(cn->cn_handle, NULL);
449 zfs_is_mounted(zhp, NULL);
662 zfs_is_mounted(temp, NULL);
H A Dlibzfs_mount.c35 * zfs_is_mounted()
285 zfs_is_mounted(zfs_handle_t *zhp, char **where) function
533 if (!zfs_is_mounted(zhp, &mountpoint))
H A Dlibzfs.h698 extern boolean_t zfs_is_mounted(zfs_handle_t *, char **);
H A Dlibzfs_dataset.c1694 zfs_is_mounted(zhp, NULL))) {
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_rename.c199 if (zfs_is_mounted(zhp, &mp) && mp == NULL) {
H A Dbe_activate.c670 if (!zfs_is_mounted(pool_zhp, &zpool_mntpt)) {
698 if (!zfs_is_mounted(zhp, &temp_mntpnt)) {
1042 if (!zfs_is_mounted(zhp, &tmp_mntpnt)) {
1083 if (!zfs_is_mounted(zhp, &pool_mntpnt)) {
1247 if (!zfs_is_mounted(zhp, &tmp_mntpt)) {
1458 if (!zfs_is_mounted(zhp, &temp_mntpt)) {
H A Dbe_mount.c293 if (zfs_is_mounted(zhp, &mp)) {
465 if (!zfs_is_mounted(zhp, &mp)) {
486 * If we didn't get a mountpoint from the zfs_is_mounted call,
731 if (!zfs_is_mounted(zhp, &fld->altroot)) {
771 if (!zfs_is_mounted(zhp, &zone_md.altroot)) {
1006 if (!zfs_is_mounted(zhp, NULL)) {
1311 if (!zfs_is_mounted(zhp, NULL))
1665 if (zfs_is_mounted(zhp, &mp) && (getzoneid() != GLOBAL_ZONEID ||
1668 * If we didn't get a mountpoint from the zfs_is_mounted call,
2712 if (zfs_is_mounted(zh
[all...]
H A Dbe_create.c507 if (zfs_is_mounted(zhp, &mp)) {
535 if (zfs_is_mounted(zhp, NULL)) {
888 if (zfs_is_mounted(zhp, &bt.obe_altroot) && bt.obe_altroot == NULL) {
1650 if (!zfs_is_mounted(zhp, &mp)) {
1961 if (!zfs_is_mounted(obe_zhp, &temp_mntpt)) {
3009 "/") != 0 && zfs_is_mounted(zhp, NULL)) {
H A Dbe_utils.c667 if (!zfs_is_mounted(zhp, &pool_mntpnt)) {
966 if (!zfs_is_mounted(zhp, &pool_mntpnt)) {
1415 if (!zfs_is_mounted(zhp, &pool_mntpnt)) {
1576 if (!zfs_is_mounted(zhp, &pool_mntpnt)) {
1801 if (!zfs_is_mounted(zhp, &pool_mntpnt)) {
2075 if (!zfs_is_mounted(zhp, &rpool_mntpnt)) {
2247 if (!zfs_is_mounted(zhp, &md.altroot)) {
2780 if (zfs_is_mounted(zhp, &mp)) {
H A Dbe_zones.c577 if (zfs_is_mounted(zhp, &mp) && mp != NULL &&
H A Dbe_list.c1087 * returned from the zfs_is_mounted call. If the
1091 be_node->be_mounted = zfs_is_mounted(zhp,
1213 * returned from the zfs_is_mounted call. If the
1217 if (!(dataset->be_ds_mounted = zfs_is_mounted(zfshp,
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c804 if (!zfs_is_mounted(zlist[i], NULL))
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c5935 if (!zfs_is_mounted(zhp, NULL) &&
5965 zfs_is_mounted(zhp, NULL)) {
6571 } else if (!zfs_is_mounted(zhp, NULL)) {

Completed in 124 milliseconds