Searched refs:dmu_object_info_from_db (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | spa_history.c | 231 dmu_object_info_from_db(dbp, &doi); in spa_history_log_sync() 368 dmu_object_info_from_db(dbp, &doi); in spa_history_get()
|
H A D | space_map.c | 408 dmu_object_info_from_db(sm->sm_dbuf, &doi); in space_map_truncate() 496 dmu_object_info_from_db(sm->sm_dbuf, &doi); in space_map_free()
|
H A D | dsl_deadlist.c | 103 dmu_object_info_from_db(dl->dl_dbuf, &doi); in dsl_deadlist_open()
|
H A D | zfs_znode.c | 1123 dmu_object_info_from_db(db, &doi); in zfs_zget() 1214 dmu_object_info_from_db(db, &doi); in zfs_rezget() 1911 dmu_object_info_from_db(*db, &doi); in zfs_grab_sa_handle()
|
H A D | zap_micro.c | 468 dmu_object_info_from_db(db, &doi); in zap_lockdir() 592 dmu_object_info_from_db(db, &doi); in mzap_create_impl()
|
H A D | dsl_dir.c | 187 dmu_object_info_from_db(dbuf, &doi); in dsl_dir_hold_obj() 2000 dmu_object_info_from_db(dd->dd_dbuf, &doi); in dsl_dir_is_zapified()
|
H A D | sa.c | 1370 dmu_object_info_from_db(db, &doi); in sa_handle_get_from_db() 1903 dmu_object_info_from_db((dmu_buf_t *)hdl->sa_bonus, doi); in sa_object_info()
|
H A D | dsl_dataset.c | 418 dmu_object_info_from_db(dbuf, &doi); in dsl_dataset_hold_obj() 3530 dmu_object_info_from_db(ds->ds_dbuf, &doi); in dsl_dataset_is_zapified()
|
H A D | dmu.c | 1939 dmu_object_info_from_db(dmu_buf_t *db_fake, dmu_object_info_t *doi) in dmu_object_info_from_db() function
|
H A D | metaslab.c | 1682 dmu_object_info_from_db(sm->sm_dbuf, &doi); in metaslab_should_condense()
|
/titanic_44/usr/src/uts/common/fs/getgen/ |
H A D | getgen.c | 92 dmu_object_info_from_db(db, &doi); in gg_ioc_get_gen()
|
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu.h | 800 void dmu_object_info_from_db(dmu_buf_t *db, dmu_object_info_t *doi);
|
/titanic_44/usr/src/cmd/ztest/ |
H A D | ztest.c | 1295 dmu_object_info_from_db(db, &doi); in ztest_bt_bonus() 1592 dmu_object_info_from_db(db, &doi); in ztest_replay_write() 1862 dmu_object_info_from_db(db, &doi); in ztest_get_data() 1970 dmu_object_info_from_db(db, &doi); in ztest_lookup()
|