Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c2621 dmu_objset_find_ctx_t *child_dcp = in dmu_objset_find_dp_impl() local
2622 kmem_alloc(sizeof (*child_dcp), KM_SLEEP); in dmu_objset_find_dp_impl()
2623 *child_dcp = *dcp; in dmu_objset_find_dp_impl()
2624 child_dcp->dc_ddobj = attr->za_first_integer; in dmu_objset_find_dp_impl()
2625 child_dcp->dc_ddname = spa_strdup(attr->za_name); in dmu_objset_find_dp_impl()
2628 dmu_objset_find_dp_cb, child_dcp, TQ_SLEEP); in dmu_objset_find_dp_impl()
2630 dmu_objset_find_dp_impl(child_dcp); in dmu_objset_find_dp_impl()