Home
last modified time | relevance | path

Searched refs:be_mount_zone_root (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libbe/common/
H A Dlibbe_priv.h168 int be_mount_zone_root(zfs_handle_t *, be_mount_data_t *);
H A Dbe_mount.c351 if ((ret = be_mount_zone_root(zhp, &md)) != BE_SUCCESS) { in _be_mount()
582 be_mount_zone_root(zfs_handle_t *zhp, be_mount_data_t *md) in be_mount_zone_root() function
794 if ((ret = be_mount_zone_root(zhp, &zone_md)) in be_get_legacy_fs()
2538 if ((ret = be_mount_zone_root(zone_zhp, &zone_md)) != BE_SUCCESS) { in be_mount_one_zone()
H A Dbe_utils.c2341 if (be_mount_zone_root(zhp, &md) != BE_SUCCESS) { in be_update_zone_vfstab()