Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_ioctl.h456 uint64_t zc_history_offset; member
/illumos-gate/usr/src/lib/libzfs_core/common/
H A Dlibzfs_core.c795 zc.zc_history_offset = (uint64_t)(uintptr_t)packed; in recv_impl()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c4340 zc.zc_history_offset = *off; in get_history()
4365 *off = zc.zc_history_offset; in get_history()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c1880 if ((error = spa_history_get(spa, &zc->zc_history_offset, in zfs_ioc_pool_get_history()
5092 if (zc->zc_history_offset != 0 && in zfs_ioc_recv()
5093 (error = get_nvlist(zc->zc_history_offset, zc->zc_history_len, in zfs_ioc_recv()