Searched refs:spa_history_get (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | spa_history.c | 425 spa_history_get(spa_t *spa, uint64_t *offp, uint64_t *len, char *buf) in spa_history_get() function
|
H A D | zfs_ioctl.c | 1881 if ((error = spa_history_get(spa, &zc->zc_history_offset, in zfs_ioc_pool_get_history()
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | spa.h | 1015 extern int spa_history_get(spa_t *spa, uint64_t *offset, uint64_t *len_read,
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb.c | 1365 if ((error = spa_history_get(spa, &off, &len, buf)) != 0) { in dump_history()
|