Searched refs:zlp_txg (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zfs_comutil.c | 108 zlpp->zlp_txg = UINT64_MAX; in zpool_get_load_policy() 125 (void) nvpair_value_uint64(elem, &zlpp->zlp_txg); in zpool_get_load_policy()
|
/freebsd/sys/contrib/openzfs/include/sys/fs/ |
H A D | zfs.h | 718 uint64_t zlp_txg; /* specific txg to load */ member
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa.c | 5991 error = spa_load_best(spa, state, policy.zlp_txg, 6926 "(RECOVERY MODE)", pool, (longlong_t)policy.zlp_txg); 6928 error = spa_load_best(spa, state, policy.zlp_txg, policy.zlp_rewind); 7072 if (policy.zlp_txg != UINT64_MAX) { 7073 spa->spa_load_max_txg = policy.zlp_txg; 7076 poolname, (longlong_t)policy.zlp_txg);
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 6134 <var-decl name='zlp_txg' type-id='9c313c2d' visibility='default'/>
|