OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dmu_tx_create_assigned
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dmu_tx.h
141
extern dmu_tx_t *
dmu_tx_create_assigned
(struct dsl_pool *dp, uint64_t txg);
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa_errlog.c
368
tx =
dmu_tx_create_assigned
(spa->spa_dsl_pool, txg);
dsl_pool.c
446
dmu_tx_t *tx =
dmu_tx_create_assigned
(dp, txg);
570
tx =
dmu_tx_create_assigned
(dp, txg);
ddt.c
1121
tx =
dmu_tx_create_assigned
(spa->spa_dsl_pool, txg);
vdev.c
2159
tx =
dmu_tx_create_assigned
(spa->spa_dsl_pool, txg);
2381
tx =
dmu_tx_create_assigned
(spa_get_dsl(spa), txg);
2460
tx =
dmu_tx_create_assigned
(spa->spa_dsl_pool, txg);
dmu_tx.c
76
dmu_tx_create_assigned
(struct dsl_pool *dp, uint64_t txg)
function
spa.c
2932
tx =
dmu_tx_create_assigned
(dp, spa_first_txg(spa));
3825
tx =
dmu_tx_create_assigned
(dp, txg);
6892
tx =
dmu_tx_create_assigned
(dp, txg);
metaslab.c
2303
tx =
dmu_tx_create_assigned
(spa_get_dsl(spa), txg);
Completed in 34 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026