OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TXG_INITIAL
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
txg.h
42
#define
TXG_INITIAL
TXG_SIZE /* initial txg */
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfeature.c
421
tx->tx_txg ==
TXG_INITIAL
));
spa_history.c
450
if (tx->tx_txg ==
TXG_INITIAL
|| !spa_writeable(spa)) {
bpobj.c
580
if (mintxg <
TXG_INITIAL
&& maxtxg == UINT64_MAX && bpo->bpo_havecomp)
spa.c
2497
TXG_INITIAL
- 1 : spa_last_synced_txg(spa) - TXG_DEFER_SIZE - 1;
3078
TXG_INITIAL
: safe_rewind_txg;
3689
uint64_t txg =
TXG_INITIAL
;
5023
* Set newvd's DTL to [
TXG_INITIAL
, dtl_max_txg) so that we account
5029
vdev_dtl_dirty(newvd, DTL_MISSING,
TXG_INITIAL
,
5030
dtl_max_txg -
TXG_INITIAL
);
6607
ASSERT(tx->tx_txg !=
TXG_INITIAL
);
6688
if (tx->tx_txg !=
TXG_INITIAL
)
6745
if (tx->tx_txg !=
TXG_INITIAL
)
spa_misc.c
1435
* When we are creating the pool (tx_txg==
TXG_INITIAL
), we can't
1441
if (tx->tx_txg !=
TXG_INITIAL
)
dsl_scan.c
254
if (scn->scn_phys.scn_min_txg >
TXG_INITIAL
)
zil.c
1757
zilog->zl_destroy_txg =
TXG_INITIAL
- 1;
dsl_dataset.c
848
dsphys->ds_creation_txg = tx->tx_txg ==
TXG_INITIAL
? 1 : tx->tx_txg;
1409
* The origin's ds_creation_txg has to be <
TXG_INITIAL
2311
if (dsl_dataset_phys(ds)->ds_prev_snap_txg <
TXG_INITIAL
) {
2599
* so dd_origin_txg will be <
TXG_INITIAL
, so
metaslab.c
1514
* a new one (txg ==
TXG_INITIAL
), all space is available now.
1521
if (txg <=
TXG_INITIAL
)
/src/external/cddl/osnet/dist/cmd/zdb/
zdb.c
1974
dds.dds_creation_txg =
TXG_INITIAL
;
3388
BP_SET_BIRTH(bp,
TXG_INITIAL
,
TXG_INITIAL
);
3664
if (max_txg <
TXG_INITIAL
) {
Completed in 29 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026