Home
last modified time | relevance | path

Searched refs:spa_history_get (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_history.c425 spa_history_get(spa_t *spa, uint64_t *offp, uint64_t *len, char *buf) in spa_history_get() function
H A Dzfs_ioctl.c1881 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 Dspa.h1015 extern int spa_history_get(spa_t *spa, uint64_t *offset, uint64_t *len_read,
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1365 if ((error = spa_history_get(spa, &off, &len, buf)) != 0) { in dump_history()