Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c4593 int ndvas = BP_GET_NDVAS(bp); in metaslab_group_alloc_verify() local
4595 for (int d = 0; d < ndvas; d++) { in metaslab_group_alloc_verify()
5800 int ndvas, uint64_t txg, blkptr_t *hintbp, int flags, in metaslab_alloc() argument
5818 ASSERT(ndvas > 0 && ndvas <= spa_max_replication(spa)); in metaslab_alloc()
5820 ASSERT(hintbp == NULL || ndvas <= BP_GET_NDVAS(hintbp)); in metaslab_alloc()
5823 for (int d = 0; d < ndvas; d++) { in metaslab_alloc()
5846 ASSERT(BP_GET_NDVAS(bp) == ndvas); in metaslab_alloc()
5859 int ndvas = BP_GET_NDVAS(bp); in metaslab_free() local
5893 for (int d = 0; d < ndvas; d++) { in metaslab_free()
5909 int ndvas = BP_GET_NDVAS(bp); in metaslab_claim() local
[all …]
H A Dzil.c1362 int ndvas = BP_GET_NDVAS(bp); in zil_lwb_add_block() local
1372 for (i = 0; i < ndvas; i++) { in zil_lwb_add_block()
/freebsd-14.2/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2481 int ndvas = dump_opt['d'] > 5 ? BP_GET_NDVAS(bp) : 1; in snprintf_blkptr_compact() local
2505 for (i = 0; i < ndvas; i++) in snprintf_blkptr_compact()