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 | 821 uint64_t zlp_txg; /* specific txg to load */ member
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | spa.c | 6515 error = spa_load_best(spa, state, policy.zlp_txg, 7469 "(RECOVERY MODE)", pool, (longlong_t)policy.zlp_txg); 7471 error = spa_load_best(spa, state, policy.zlp_txg, policy.zlp_rewind); 7617 if (policy.zlp_txg != UINT64_MAX) { 7618 spa->spa_load_max_txg = policy.zlp_txg; 7621 spa_load_name(spa), (longlong_t)policy.zlp_txg);
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs.abi | 6429 <var-decl name='zlp_txg' type-id='9c313c2d' visibility='default'/>
|