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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c2620 int ndvas = BP_GET_NDVAS(bp); local
2622 for (int d = 0; d < ndvas; d++) {
3280 int ndvas, uint64_t txg, blkptr_t *hintbp, int flags,
3297 ASSERT(ndvas > 0 && ndvas <= spa_max_replication(spa));
3299 ASSERT(hintbp == NULL || ndvas <= BP_GET_NDVAS(hintbp));
3302 for (int d = 0; d < ndvas; d++) {
3325 ASSERT(BP_GET_NDVAS(bp) == ndvas);
3338 int ndvas = BP_GET_NDVAS(bp); local
3345 for (int d = 0; d < ndvas;
3279 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_alloc_list_t *zal, zio_t *zio) argument
3355 int ndvas = BP_GET_NDVAS(bp); local
[all...]
H A Dzil.c791 int ndvas = BP_GET_NDVAS(bp); local
805 for (i = 0; i < ndvas; i++) {
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1174 int ndvas = dump_opt['d'] > 5 ? BP_GET_NDVAS(bp) : 1; local
1192 for (int i = 0; i < ndvas; i++)

Completed in 82 milliseconds