Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1116 uint64_t objnum, headobj; in get_objset_mdn() local
1124 headobj = *obj; in get_objset_mdn()
1140 headobj = in get_objset_mdn()
1186 headobj = ((dsl_dir_phys_t *)DN_BONUS(mdn))->dd_head_dataset_obj; in get_objset_mdn()
1188 *obj = headobj; in get_objset_mdn()
1191 if (errnum = dnode_get(mosmdn, headobj, 0, mdn, stack)) in get_objset_mdn()
1202 if (zap_lookup(mdn, snapname + 1, &headobj, stack)) in get_objset_mdn()
1204 if (errnum = dnode_get(mosmdn, headobj, 0, mdn, stack)) in get_objset_mdn()
1207 *obj = headobj; in get_objset_mdn()