Searched refs:zlp_txg (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | zfs_comutil.c | 109 zlpp->zlp_txg = UINT64_MAX; in zpool_get_load_policy() 126 (void) nvpair_value_uint64(elem, &zlpp->zlp_txg); in zpool_get_load_policy()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 594 uint64_t zlp_txg; /* specific txg to load */ member
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa.c | 5071 error = spa_load_best(spa, state, policy.zlp_txg, 6001 "(RECOVERY MODE)", pool, (longlong_t)policy.zlp_txg); 6003 error = spa_load_best(spa, state, policy.zlp_txg, policy.zlp_rewind); 6140 if (policy.zlp_txg != UINT64_MAX) { 6141 spa->spa_load_max_txg = policy.zlp_txg; 6144 poolname, (longlong_t)policy.zlp_txg);
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs.abi | 3880 …<var-decl name='zlp_txg' type-id='type-id-53' visibility='default' filepath='../../include/sys/fs/…
|