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

/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dmetaslab.c2583 int ndvas, uint64_t txg, blkptr_t *hintbp, int flags)
2599 ASSERT(ndvas > 0 && ndvas <= spa_max_replication(spa));
2601 ASSERT(hintbp == NULL || ndvas <= BP_GET_NDVAS(hintbp));
2603 for (int d = 0; d < ndvas; d++) {
2616 ASSERT(BP_GET_NDVAS(bp) == ndvas);
2629 int ndvas = BP_GET_NDVAS(bp); local
2636 for (int d = 0; d < ndvas; d++)
2646 int ndvas = BP_GET_NDVAS(bp); local
2662 for (int d = 0; d < ndvas;
2582 metaslab_alloc(spa_t *spa, metaslab_class_t *mc, uint64_t psize, blkptr_t *bp, int ndvas, uint64_t txg, blkptr_t *hintbp, int flags) argument
[all...]
H A Dzil.c782 int ndvas = BP_GET_NDVAS(bp); local
796 for (i = 0; i < ndvas; i++) {
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c1106 int ndvas = dump_opt['d'] > 5 ? BP_GET_NDVAS(bp) : 1; local
1124 for (int i = 0; i < ndvas; i++)

Completed in 122 milliseconds