Searched refs:ndvas (Results 1 – 5 of 5) sorted by relevance
52 int ndvas = ddt_phys_dva_count(ddp, v, in ddt_stat_generate() local58 for (int d = 0; d < ndvas; d++) in ddt_stat_generate()
4666 int ndvas = BP_GET_NDVAS(bp); in metaslab_group_alloc_verify() local4668 for (int d = 0; d < ndvas; d++) { in metaslab_group_alloc_verify()5876 int ndvas, uint64_t txg, blkptr_t *hintbp, int flags, in metaslab_alloc() argument5894 ASSERT(ndvas > 0 && ndvas <= spa_max_replication(spa)); in metaslab_alloc()5896 ASSERT(hintbp == NULL || ndvas <= BP_GET_NDVAS(hintbp)); in metaslab_alloc()5899 for (int d = 0; d < ndvas; d++) { in metaslab_alloc()5922 ASSERT(BP_GET_NDVAS(bp) == ndvas); in metaslab_alloc()5935 int ndvas = BP_GET_NDVAS(bp); in metaslab_free() local5969 for (int d = 0; d < ndvas; d++) { in metaslab_free()5985 int ndvas = BP_GET_NDVAS(bp); in metaslab_claim() local[all …]
1082 uint_t ndvas = BP_GET_NDVAS(bp); in ddt_entry_lookup_is_valid() local1083 if (ndvas == 0) in ddt_entry_lookup_is_valid()1092 dde->dde_phys->ddp_trad[ndvas].ddp_dva; in ddt_entry_lookup_is_valid()1100 for (d = 0; d < ndvas; d++) in ddt_entry_lookup_is_valid()1103 ASSERT3U(d, ==, ndvas); in ddt_entry_lookup_is_valid()
1376 int ndvas = BP_GET_NDVAS(bp); in zil_lwb_add_block() local1386 for (i = 0; i < ndvas; i++) { in zil_lwb_add_block()
2523 int ndvas = dump_opt['d'] > 5 ? BP_GET_NDVAS(bp) : 1; in snprintf_blkptr_compact() local2547 for (i = 0; i < ndvas; i++) in snprintf_blkptr_compact()