Home
last modified time | relevance | path

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

/titanic_50/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddsl_dir.h49 } dsl_dir_phys_t; typedef
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_dir.h85 } dsl_dir_phys_t; typedef
118 inline dsl_dir_phys_t *
/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1140 ((dsl_dir_phys_t *)DN_BONUS(mdn))->dd_head_dataset_obj; in get_objset_mdn()
1169 ((dsl_dir_phys_t *)DN_BONUS(mdn))->dd_child_dir_zapobj; in get_objset_mdn()
1185 headobj = ((dsl_dir_phys_t *)DN_BONUS(mdn))->dd_head_dataset_obj; in get_objset_mdn()
/titanic_50/usr/src/uts/common/fs/zfs/
H A Ddsl_dir.c137 extern inline dsl_dir_phys_t *dsl_dir_phys(dsl_dir_t *dd);
185 ASSERT3U(doi.doi_bonus_size, >=, sizeof (dsl_dir_phys_t)); in dsl_dir_hold_obj()
895 dsl_dir_phys_t *ddphys; in dsl_dir_create_sync()
899 DMU_OT_DSL_DIR, sizeof (dsl_dir_phys_t), tx); in dsl_dir_create_sync()
/titanic_50/usr/src/cmd/zdb/
H A Dzdb.c1308 dsl_dir_phys_t *dd = data; in dump_dsl_dir()
1318 ASSERT3U(size, >=, sizeof (dsl_dir_phys_t)); in dump_dsl_dir()