Searched refs:spa_history (Results 1 – 5 of 5) sorted by relevance
| /trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | spa_history.c | 91 ASSERT(spa->spa_history == 0); in spa_history_create_obj() 92 spa->spa_history = dmu_object_alloc(mos, DMU_OT_SPA_HISTORY, in spa_history_create_obj() 98 &spa->spa_history, tx) == 0); in spa_history_create_obj() 100 VERIFY(0 == dmu_bonus_hold(mos, spa->spa_history, FTAG, &dbp)); in spa_history_create_obj() 132 if ((err = dmu_read(mos, spa->spa_history, phys_bof, firstread, in spa_history_advance_bof() 136 if ((err = dmu_read(mos, spa->spa_history, in spa_history_advance_bof() 169 dmu_write(mos, spa->spa_history, phys_eof, firstwrite, buf, tx); in spa_history_write() 174 dmu_write(mos, spa->spa_history, shpp->sh_pool_create_len, in spa_history_write() 214 if (!spa->spa_history) in spa_history_log_sync() 222 VERIFY0(dmu_bonus_hold(mos, spa->spa_history, FTAG, &dbp)); in spa_history_log_sync() [all …]
|
| HD | spa.c | 2609 error = spa_dir_prop(spa, DMU_POOL_HISTORY, &spa->spa_history); in spa_load_impl()
|
| /trueos/sys/cddl/contrib/opensolaris/uts/common/ |
| HD | Makefile.files | 76 spa_history.o \
|
| /trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| HD | spa_impl.h | 200 uint64_t spa_history; /* history object */ member
|
| /trueos/sys/conf/ |
| HD | files | 185 cddl/contrib/opensolaris/uts/common/fs/zfs/spa_history.c optional zfs compile-with "${ZFS_C}"
|