Searched refs:spa_history_get (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa_history.c | 411 spa_history_get(spa_t *spa, uint64_t *offp, uint64_t *len, char *buf) in spa_history_get() function 624 EXPORT_SYMBOL(spa_history_get);
|
| H A D | zfs_ioctl.c | 1753 if ((error = spa_history_get(spa, &zc->zc_history_offset, in zfs_ioc_pool_get_history()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | spa.h | 1129 extern int spa_history_get(spa_t *spa, uint64_t *offset, uint64_t *len_read,
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 2080 if ((error = spa_history_get(spa, &off, &len, buf)) != 0) { in dump_history()
|