OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BP_GET_NDVAS
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zio.c
773
for (int i = 0; i <
BP_GET_NDVAS
(bp); i++) {
1370
spa_max_replication(spa)) ==
BP_GET_NDVAS
(bp));
2184
ASSERT3U(zio->io_prop.zp_copies, <=,
BP_GET_NDVAS
(zio->io_bp));
2185
ASSERT3U(pio->io_prop.zp_copies, <=,
BP_GET_NDVAS
(pio->io_bp));
2186
ASSERT3U(
BP_GET_NDVAS
(zio->io_bp), <=,
BP_GET_NDVAS
(pio->io_bp));
2189
for (int d = 0; d <
BP_GET_NDVAS
(zio->io_bp); d++) {
2367
zp->zp_copies !=
BP_GET_NDVAS
(bp_orig))
2620
ASSERT(zp->zp_copies ==
BP_GET_NDVAS
(bp) - BP_IS_GANG(bp));
2875
ASSERT0(
BP_GET_NDVAS
(bp))
[
all
...]
metaslab.c
2709
int ndvas =
BP_GET_NDVAS
(bp);
3387
ASSERT(
BP_GET_NDVAS
(bp) == 0);
3388
ASSERT(hintbp == NULL || ndvas <=
BP_GET_NDVAS
(hintbp));
3414
ASSERT(
BP_GET_NDVAS
(bp) == ndvas);
3427
int ndvas =
BP_GET_NDVAS
(bp);
3444
int ndvas =
BP_GET_NDVAS
(bp);
3478
for (int i = 0; i <
BP_GET_NDVAS
(bp); i++) {
vdev_mirror.c
213
mm = vdev_mirror_map_alloc(
BP_GET_NDVAS
(zio->io_bp), B_FALSE,
spa_misc.c
1972
for (int d = 0; d <
BP_GET_NDVAS
(bp); d++)
1985
for (int d = 0; d <
BP_GET_NDVAS
(bp); d++)
dsl_scan.c
1766
switch (
BP_GET_NDVAS
(bp)) {
1843
for (int d = 0; d <
BP_GET_NDVAS
(bp); d++) {
zil.c
809
int ndvas =
BP_GET_NDVAS
(bp);
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
spa.h
447
#define
BP_GET_NDVAS
(bp) \
572
for (int d = 0; d <
BP_GET_NDVAS
(bp); d++) { \
/src/external/cddl/osnet/dist/cmd/zdb/
zdb.c
1194
int ndvas = dump_opt['d'] > 5 ?
BP_GET_NDVAS
(bp) : 1;
2350
switch (
BP_GET_NDVAS
(bp)) {
Completed in 55 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026