Searched refs:ZPOOL_HIST_TXG (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa_history.c | 231 if (nvlist_lookup_uint64(nvl, ZPOOL_HIST_TXG, &uint64) == 0) in spa_history_log_notify() 300 fnvlist_lookup_uint64(nvl, ZPOOL_HIST_TXG), in spa_history_log_sync() 307 fnvlist_lookup_uint64(nvl, ZPOOL_HIST_TXG), in spa_history_log_sync() 528 fnvlist_add_uint64(nvl, ZPOOL_HIST_TXG, tx->tx_txg); in log_internal()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 1448 #define ZPOOL_HIST_TXG "history txg" macro
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 9095 rec, ZPOOL_HIST_TXG), in print_history_records() 9102 rec, ZPOOL_HIST_TXG), in print_history_records()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 2108 ZPOOL_HIST_TXG, &txg) == 0); in dump_history()
|