Searched refs:zlp_txg (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zfs_comutil.c | 107 zlpp->zlp_txg = UINT64_MAX; in zpool_get_load_policy() 124 (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 | 711 uint64_t zlp_txg; /* specific txg to load */ member
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa.c | 5841 error = spa_load_best(spa, state, policy.zlp_txg, 6776 "(RECOVERY MODE)", pool, (longlong_t)policy.zlp_txg); 6778 error = spa_load_best(spa, state, policy.zlp_txg, policy.zlp_rewind); 6922 if (policy.zlp_txg != UINT64_MAX) { 6923 spa->spa_load_max_txg = policy.zlp_txg; 6926 poolname, (longlong_t)policy.zlp_txg);
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 5934 <var-decl name='zlp_txg' type-id='9c313c2d' visibility='default'/>
|