Searched refs:watermarks (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/softpart/
H A Dsp_ioctl.c230 mp_watermark_t *watermarks; local
257 watermarks = kmem_alloc(wsz, KM_SLEEP);
264 * return without first freeing the watermarks and offset
271 if (ddi_copyin((void *)(uintptr_t)mup->wmp, watermarks, wsz, mode)) {
282 * NOTE: For multi-node sets we only commit the watermarks if we are
319 bp->b_un.b_addr = (caddr_t)&watermarks[i];
326 * If the watermarks reside on a mirror disk and a switch
353 kmem_free(watermarks, wsz);
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c49 * "watermarks". These extent nodes are typically kept in a doubly
62 * and the watermarks are updated. The status is then changed to "okay"
64 * watermarks fails, the unit structure is in an intermediate state and
80 * 6. Write out the watermarks
1281 * allocated) that require updated watermarks.
1472 * course; we'll get rid of watermarks
1541 * course; we'll get rid of watermarks
1824 * compnp - the name of the device to scan watermarks on
2399 * extlist - the extent list specifying watermarks to update
2404 * watermarks fo
2424 mp_watermark_t *wmp, *watermarks; local
[all...]

Completed in 59 milliseconds