Home
last modified time | relevance | path

Searched refs:ndvas (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c2473 int ndvas, uint64_t txg, blkptr_t *hintbp, int flags) in metaslab_alloc() argument
2489 ASSERT(ndvas > 0 && ndvas <= spa_max_replication(spa)); in metaslab_alloc()
2491 ASSERT(hintbp == NULL || ndvas <= BP_GET_NDVAS(hintbp)); in metaslab_alloc()
2493 for (int d = 0; d < ndvas; d++) { in metaslab_alloc()
2506 ASSERT(BP_GET_NDVAS(bp) == ndvas); in metaslab_alloc()
2519 int ndvas = BP_GET_NDVAS(bp); in metaslab_free() local
2526 for (int d = 0; d < ndvas; d++) in metaslab_free()
2536 int ndvas = BP_GET_NDVAS(bp); in metaslab_claim() local
2552 for (int d = 0; d < ndvas; d++) in metaslab_claim()
H A Dzil.c769 int ndvas = BP_GET_NDVAS(bp); in zil_add_block() local
783 for (i = 0; i < ndvas; i++) { in zil_add_block()
/titanic_41/usr/src/cmd/zdb/
H A Dzdb.c1153 int ndvas = dump_opt['d'] > 5 ? BP_GET_NDVAS(bp) : 1; in snprintf_blkptr_compact() local
1171 for (int i = 0; i < ndvas; i++) in snprintf_blkptr_compact()