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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dmetaslab.c2293 int ndvas = BP_GET_NDVAS(bp); local
2295 for (int d = 0; d < ndvas; d++) {
2808 int ndvas, uint64_t txg, blkptr_t *hintbp, int flags, zio_t *zio)
2824 ASSERT(ndvas > 0 && ndvas <= spa_max_replication(spa));
2826 ASSERT(hintbp == NULL || ndvas <= BP_GET_NDVAS(hintbp));
2828 for (int d = 0; d < ndvas; d++) {
2851 ASSERT(BP_GET_NDVAS(bp) == ndvas);
2864 int ndvas = BP_GET_NDVAS(bp); local
2871 for (int d = 0; d < ndvas;
2807 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, zio_t *zio) argument
2881 int ndvas = BP_GET_NDVAS(bp); local
[all...]
H A Dzil.c812 int ndvas = BP_GET_NDVAS(bp); local
826 for (i = 0; i < ndvas; i++) {
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c1209 int ndvas = dump_opt['d'] > 5 ? BP_GET_NDVAS(bp) : 1; local
1227 for (int i = 0; i < ndvas; i++)

Completed in 204 milliseconds