Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_history.c411 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 Dzfs_ioctl.c1753 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 Dspa.h1129 extern int spa_history_get(spa_t *spa, uint64_t *offset, uint64_t *len_read,
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c2080 if ((error = spa_history_get(spa, &off, &len, buf)) != 0) { in dump_history()