Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDdmu.c2421 dmu_object_info_from_dnode(dnode_t *dn, dmu_object_info_t *doi) in dmu_object_info_from_dnode() function
2446 dmu_object_info_from_dnode(dn, doi); in dmu_object_info()
2461 dmu_object_info_from_dnode(DB_DNODE(db), doi); in dmu_object_info_from_db()
2586 EXPORT_SYMBOL(dmu_object_info_from_dnode);
HDzap_micro.c531 dmu_object_info_from_dnode(dn, &doi); in zap_lockdir_impl()
/freebsd-14-stable/sys/contrib/openzfs/include/sys/
HDdmu.h940 void dmu_object_info_from_dnode(dnode_t *dn, dmu_object_info_t *doi);
/freebsd-14-stable/sys/contrib/openzfs/cmd/zdb/
HDzdb.c3781 dmu_object_info_from_dnode(dn, &doi); in dump_object()