Searched refs:dd_head_dataset_obj (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | dsl_dir.h | 29 uint64_t dd_head_dataset_obj; member
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dsl_destroy.c | 403 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, FTAG, &hds)); in dsl_destroy_snapshot_sync_impl() 456 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, FTAG, &ds_head)); in dsl_destroy_snapshot_sync_impl() 761 ASSERT0(dsl_dir_phys(dd)->dd_head_dataset_obj); in dsl_dir_destroy_sync() 944 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj = 0; in dsl_destroy_head_sync_impl()
|
H A D | dsl_dataset.c | 435 err = dmu_bonus_hold(mos, dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, in dsl_dataset_get_snapname() 729 obj = dsl_dir_phys(dd)->dd_head_dataset_obj; in dsl_dataset_hold_flags() 1053 ASSERT(dsl_dir_phys(dd)->dd_head_dataset_obj == 0); in dsl_dataset_create_sync_dd() 1108 dsl_dir_phys(origin->ds_dir)->dd_head_dataset_obj, in dsl_dataset_create_sync_dd() 1149 dsl_dir_phys(dd)->dd_head_dataset_obj = dsobj; in dsl_dataset_create_sync_dd() 3355 dd_head_dataset_obj; in dsl_dataset_promote_sync() 3501 dsl_dir_phys(snap->ds->ds_dir)->dd_head_dataset_obj, in promote_hold()
|
H A D | spa_history.c | 611 dsl_dir_phys(dd)->dd_head_dataset_obj); in spa_history_log_internal_dd()
|
H A D | dsl_dir.c | 581 dsl_dir_phys(dd)->dd_head_dataset_obj, FTAG, &ds)); in dsl_dir_init_fs_ss_count() 732 if ((obj = dsl_dir_phys(dd)->dd_head_dataset_obj) == 0) in dsl_enforce_ds_ss_limits() 1366 boolean_t ismos = (dsl_dir_phys(dd)->dd_head_dataset_obj == 0); in dsl_dir_tempreserve_impl()
|
H A D | dmu_objset.c | 2539 dsl_dir_phys(dd)->dd_head_dataset_obj) in dmu_dir_list_next() 2608 thisobj = dsl_dir_phys(dd)->dd_head_dataset_obj; in dmu_objset_find_dp_impl() 2843 thisobj = dsl_dir_phys(dd)->dd_head_dataset_obj; in dmu_objset_find_impl()
|
H A D | dsl_pool.c | 276 dsl_dir_phys(dd)->dd_head_dataset_obj, FTAG, &ds); in dsl_pool_open()
|
H A D | dsl_crypt.c | 1732 dsl_dir_phys(target)->dd_head_dataset_obj, FTAG, &targetds)); in dsl_dataset_promote_crypt_sync() 1734 dsl_dir_phys(origin)->dd_head_dataset_obj, FTAG, &originds)); in dsl_dataset_promote_crypt_sync()
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | dsl_dir.h | 67 uint64_t dd_head_dataset_obj; member
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 1141 ((dsl_dir_phys_t *)DN_BONUS(mdn))->dd_head_dataset_obj; in get_objset_mdn() 1186 headobj = ((dsl_dir_phys_t *)DN_BONUS(mdn))->dd_head_dataset_obj; in get_objset_mdn()
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 1298 uint64_t dd_head_dataset_obj; member
|
/illumos-gate/usr/src/boot/libsa/zfs/ |
H A D | zfsimpl.c | 3176 *objnum = dd->dd_head_dataset_obj; in zfs_lookup_dataset() 3339 *objid = dd->dd_head_dataset_obj; in zfs_get_root()
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb.c | 1650 (u_longlong_t)dd->dd_head_dataset_obj); in dump_dsl_dir()
|