Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c2475 int ndvas, uint64_t txg, blkptr_t *hintbp, int flags) in metaslab_alloc() argument
2491 ASSERT(ndvas > 0 && ndvas <= spa_max_replication(spa)); in metaslab_alloc()
2493 ASSERT(hintbp == NULL || ndvas <= BP_GET_NDVAS(hintbp)); in metaslab_alloc()
2495 for (int d = 0; d < ndvas; d++) { in metaslab_alloc()
2508 ASSERT(BP_GET_NDVAS(bp) == ndvas); in metaslab_alloc()
2521 int ndvas = BP_GET_NDVAS(bp); in metaslab_free() local
2528 for (int d = 0; d < ndvas; d++) in metaslab_free()
2538 int ndvas = BP_GET_NDVAS(bp); in metaslab_claim() local
2554 for (int d = 0; d < ndvas; d++) in metaslab_claim()
H A Dzil.c770 int ndvas = BP_GET_NDVAS(bp); in zil_add_block() local
784 for (i = 0; i < ndvas; i++) { in zil_add_block()
/titanic_53/usr/src/cmd/zdb/
H A Dzdb.c1166 int ndvas = dump_opt['d'] > 5 ? BP_GET_NDVAS(bp) : 1; in snprintf_blkptr_compact() local
1184 for (int i = 0; i < ndvas; i++) in snprintf_blkptr_compact()