Searched refs:ndvas (Results 1 – 5 of 5) sorted by relevance
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | ddt_stats.c | 53 int ndvas = ddt_phys_dva_count(ddp, v, in ddt_stat_generate() local 59 for (int d = 0; d < ndvas; d++) in ddt_stat_generate()
|
| H A D | metaslab.c | 5993 int ndvas, uint64_t txg, const blkptr_t *hintbp, int flags, in metaslab_alloc() argument 5996 return (metaslab_alloc_range(spa, mc, psize, psize, bp, ndvas, txg, in metaslab_alloc() 6002 uint64_t max_psize, blkptr_t *bp, int ndvas, uint64_t txg, in metaslab_alloc_range() argument 6021 ASSERT(ndvas > 0 && ndvas <= spa_max_replication(spa)); in metaslab_alloc_range() 6023 ASSERT(hintbp == NULL || ndvas <= BP_GET_NDVAS(hintbp)); in metaslab_alloc_range() 6027 for (int d = 0; d < ndvas; d++) { in metaslab_alloc_range() 6055 ASSERT(BP_GET_NDVAS(bp) == ndvas); in metaslab_alloc_range() 6070 int ndvas = BP_GET_NDVAS(bp); in metaslab_free() local 6104 for (int d = 0; d < ndvas; d++) { in metaslab_free() 6120 int ndvas = BP_GET_NDVAS(bp); in metaslab_claim() local [all …]
|
| H A D | ddt.c | 1204 uint_t ndvas = BP_GET_NDVAS(bp); in ddt_entry_lookup_is_valid() local 1205 if (ndvas == 0) in ddt_entry_lookup_is_valid() 1214 dde->dde_phys->ddp_trad[ndvas].ddp_dva; in ddt_entry_lookup_is_valid() 1222 for (d = 0; d < ndvas; d++) in ddt_entry_lookup_is_valid() 1225 ASSERT3U(d, ==, ndvas); in ddt_entry_lookup_is_valid()
|
| H A D | zil.c | 1386 int ndvas = BP_GET_NDVAS(bp); in zil_lwb_add_block() local 1396 for (i = 0; i < ndvas; i++) { in zil_lwb_add_block()
|
| /src/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 2597 int ndvas = dump_opt['d'] > 5 ? BP_GET_NDVAS(bp) : 1; in snprintf_blkptr_compact() local 2621 for (i = 0; i < ndvas; i++) { in snprintf_blkptr_compact()
|