Searched refs:ndvas (Results 1 – 3 of 3) sorted by relevance
2709 int ndvas = BP_GET_NDVAS(bp); in metaslab_group_alloc_verify() local2711 for (int d = 0; d < ndvas; d++) { in metaslab_group_alloc_verify()3369 int ndvas, uint64_t txg, blkptr_t *hintbp, int flags, in metaslab_alloc() argument3386 ASSERT(ndvas > 0 && ndvas <= spa_max_replication(spa)); in metaslab_alloc()3388 ASSERT(hintbp == NULL || ndvas <= BP_GET_NDVAS(hintbp)); in metaslab_alloc()3391 for (int d = 0; d < ndvas; d++) { in metaslab_alloc()3414 ASSERT(BP_GET_NDVAS(bp) == ndvas); in metaslab_alloc()3427 int ndvas = BP_GET_NDVAS(bp); in metaslab_free() local3434 for (int d = 0; d < ndvas; d++) in metaslab_free()3444 int ndvas = BP_GET_NDVAS(bp); in metaslab_claim() local[all …]
809 int ndvas = BP_GET_NDVAS(bp); in zil_add_block() local823 for (i = 0; i < ndvas; i++) { in zil_add_block()
1194 int ndvas = dump_opt['d'] > 5 ? BP_GET_NDVAS(bp) : 1; in snprintf_blkptr_compact() local1212 for (int i = 0; i < ndvas; i++) in snprintf_blkptr_compact()