Home
last modified time | relevance | path

Searched refs:ncopies (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/test/zfs-tests/tests/functional/reservation/
H A Dreservation.shlib156 typeset -i ncopies=$(get_prop copies $vol)
159 typeset -i ncopies=1
171 ((numdb *= SPA_DVAS_PER_BP < ncopies + 1 ? SPA_DVAS_PER_BP : \
172 ncopies + 1))
173 ((volsize *= ncopies))
/titanic_41/usr/src/tools/codereview/
H A Dlwlp.c176 static int ncopies; variable
287 ncopies = 1; in main()
320 ncopies = atof(optarg); in main()
321 if (ncopies <= 0) { in main()
1069 (void) fprintf(outfile, "%d %s\n", ncopies, FLUSH_PAGE); in flushpage()
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c4789 int ncopies; in zvol_volsize_to_reservation() local
4794 ncopies = atoi(strval); in zvol_volsize_to_reservation()
4796 ncopies = 1; in zvol_volsize_to_reservation()
4810 numdb *= MIN(SPA_DVAS_PER_BP, ncopies + 1); in zvol_volsize_to_reservation()
4811 volsize *= ncopies; in zvol_volsize_to_reservation()
/titanic_41/usr/src/uts/common/os/
H A Ddumpsubr.c1601 const ulong_t ncopies = PAGESIZE / sizeof (long); in dump_pagecopy() local
1622 while (w < ncopies) { in dump_pagecopy()