Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libfsimage/zfs/
A Dfsys_zfs.c886 uint64_t objnum, headobj; in get_objset_mdn() local
894 headobj = *obj; in get_objset_mdn()
910 headobj = in get_objset_mdn()
955 headobj = ((dsl_dir_phys_t *)DN_BONUS(mdn))->dd_head_dataset_obj; in get_objset_mdn()
957 *obj = headobj; in get_objset_mdn()
960 if ((errnum = dnode_get(mosmdn, headobj, DMU_OT_DSL_DATASET, mdn, stack))) in get_objset_mdn()
971 if (zap_lookup(mdn, snapname + 1, &headobj, stack)) in get_objset_mdn()
973 if ((errnum = dnode_get(mosmdn, headobj, in get_objset_mdn()
977 *obj = headobj; in get_objset_mdn()

Completed in 11 milliseconds