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

/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_sp.h45 #define MD_SP_WMSIZE (1) macro
73 uchar_t wm_pad[MD_SP_WMSIZE * DEV_BSIZE];
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c1018 ((exclude_wm) ? MD_SP_WMSIZE : 0);
1297 * (see next paragraph) is equal to MD_SP_WMSIZE,
1298 * alloc_len will be zero and the resulting MD_SP_WMSIZE
1362 (((alloc_ext->ext_offset + MD_SP_WMSIZE) %
1466 (a_offset % alignment) - MD_SP_WMSIZE;
1487 if (a_length >= len + MD_SP_WMSIZE) {
1490 len + MD_SP_WMSIZE, last_seq);
1535 (a_offset % alignment) - MD_SP_WMSIZE;
1560 if ((a_length - MD_SP_WMSIZE) < len)
1562 (a_length - MD_SP_WMSIZE)
[all...]

Completed in 5090 milliseconds