Home
last modified time | relevance | path

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

/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddsl_dataset.h53 } dsl_dataset_phys_t; typedef
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_dataset.h146 } dsl_dataset_phys_t; typedef
226 inline dsl_dataset_phys_t *
/titanic_44/usr/src/uts/common/fs/zfs/
H A Ddsl_dataset.c78 extern inline dsl_dataset_phys_t *dsl_dataset_phys(dsl_dataset_t *ds);
88 dsl_dataset_phys_t *ds_phys; in parent_delta()
314 dsl_dataset_phys_t *headphys; in dsl_dataset_get_snapname()
789 dsl_dataset_phys_t *dsphys; in dsl_dataset_create_sync_dd()
802 DMU_OT_DSL_DATASET, sizeof (dsl_dataset_phys_t), tx); in dsl_dataset_create_sync_dd()
806 bzero(dsphys, sizeof (dsl_dataset_phys_t)); in dsl_dataset_create_sync_dd()
1313 dsl_dataset_phys_t *dsphys; in dsl_dataset_snapshot_sync_impl()
1340 DMU_OT_DSL_DATASET, sizeof (dsl_dataset_phys_t), tx); in dsl_dataset_snapshot_sync_impl()
1344 bzero(dsphys, sizeof (dsl_dataset_phys_t)); in dsl_dataset_snapshot_sync_impl()
H A Ddmu_tx.c718 dsl_dataset_phys_t *ds_phys; in dmu_tx_hold_zap()
H A Ddsl_dir.c237 dsl_dataset_phys_t *origin_phys; in dsl_dir_hold_obj()
/titanic_44/usr/src/uts/common/fs/getgen/
H A Dgetgen.c49 dsl_dataset_phys_t *ds_phys; in gg_ioc_get_gen()
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1190 snapobj = ((dsl_dataset_phys_t *)DN_BONUS(mdn))-> in get_objset_mdn()
1204 bp = &((dsl_dataset_phys_t *)DN_BONUS(mdn))->ds_bp; in get_objset_mdn()
/titanic_44/usr/src/cmd/zdb/
H A Dzdb.c1360 dsl_dataset_phys_t *ds = data; in dump_dsl_dataset()