Home
last modified time | relevance | path

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

/openbmc/u-boot/include/zfs/
H A Ddsl_dir.h16 uint64_t dd_head_dataset_obj; member
/openbmc/u-boot/fs/zfs/
H A Dzfs.c1440 headobj = zfs_to_cpu64(((dsl_dir_phys_t *) DN_BONUS(&dn->dn))->dd_head_dataset_obj, dn->endian); in dnode_get_fullpath()
2178 headobj = zfs_to_cpu64(((dsl_dir_phys_t *) DN_BONUS(&mdn.dn))->dd_head_dataset_obj, mdn.endian); in fill_fs_info()
2303 …headobj = zfs_to_cpu64(((dsl_dir_phys_t *) DN_BONUS(&data->dnode.dn))->dd_head_dataset_obj, data->… in zfs_ls()