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.c52 int ndvas = ddt_phys_dva_count(ddp, v, in ddt_stat_generate() local
58 for (int d = 0; d < ndvas; d++) in ddt_stat_generate()
H A Dmetaslab.c4666 int ndvas = BP_GET_NDVAS(bp); in metaslab_group_alloc_verify() local
4668 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() argument
5894 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() local
5969 for (int d = 0; d < ndvas; d++) { in metaslab_free()
5985 int ndvas = BP_GET_NDVAS(bp); in metaslab_claim() local
[all …]
H A Dddt.c1082 uint_t ndvas = BP_GET_NDVAS(bp); in ddt_entry_lookup_is_valid() local
1083 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()
H A Dzil.c1376 int ndvas = BP_GET_NDVAS(bp); in zil_lwb_add_block() local
1386 for (i = 0; i < ndvas; i++) { in zil_lwb_add_block()
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2523 int ndvas = dump_opt['d'] > 5 ? BP_GET_NDVAS(bp) : 1; in snprintf_blkptr_compact() local
2547 for (i = 0; i < ndvas; i++) in snprintf_blkptr_compact()