Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dddt_stats.c53 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 Dmetaslab.c5973 int ndvas, uint64_t txg, const blkptr_t *hintbp, int flags, in metaslab_alloc() argument
5976 return (metaslab_alloc_range(spa, mc, psize, psize, bp, ndvas, txg, in metaslab_alloc()
5982 uint64_t max_psize, blkptr_t *bp, int ndvas, uint64_t txg, in metaslab_alloc_range() argument
6001 ASSERT(ndvas > 0 && ndvas <= spa_max_replication(spa)); in metaslab_alloc_range()
6003 ASSERT(hintbp == NULL || ndvas <= BP_GET_NDVAS(hintbp)); in metaslab_alloc_range()
6007 for (int d = 0; d < ndvas; d++) { in metaslab_alloc_range()
6035 ASSERT(BP_GET_NDVAS(bp) == ndvas); in metaslab_alloc_range()
6050 int ndvas = BP_GET_NDVAS(bp); in metaslab_free() local
6084 for (int d = 0; d < ndvas; d++) { in metaslab_free()
6100 int ndvas = BP_GET_NDVAS(bp); in metaslab_claim() local
[all …]
H A Dddt.c1153 uint_t ndvas = BP_GET_NDVAS(bp); in ddt_entry_lookup_is_valid() local
1154 if (ndvas == 0) in ddt_entry_lookup_is_valid()
1163 dde->dde_phys->ddp_trad[ndvas].ddp_dva; in ddt_entry_lookup_is_valid()
1171 for (d = 0; d < ndvas; d++) in ddt_entry_lookup_is_valid()
1174 ASSERT3U(d, ==, ndvas); in ddt_entry_lookup_is_valid()
H A Dzil.c1386 int ndvas = BP_GET_NDVAS(bp); in zil_lwb_add_block() local
1396 for (i = 0; i < ndvas; i++) { in zil_lwb_add_block()
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2596 int ndvas = dump_opt['d'] > 5 ? BP_GET_NDVAS(bp) : 1; in snprintf_blkptr_compact() local
2620 for (i = 0; i < ndvas; i++) { in snprintf_blkptr_compact()