_asm 116 dev/raidframe/rf_stripelocks.h #define RF_INIT_LOCK_REQ_DESC(_lrd, _typ, _cbf, _cba, _asm, _defSize) \
_asm 121 dev/raidframe/rf_stripelocks.h if ((_asm)->parityInfo) { \
_asm 122 dev/raidframe/rf_stripelocks.h (_lrd).start = (_asm)->parityInfo->startSector; \
_asm 123 dev/raidframe/rf_stripelocks.h (_lrd).stop = (_asm)->parityInfo->startSector + \
_asm 124 dev/raidframe/rf_stripelocks.h (_asm)->parityInfo->numSector-1; \
_asm 125 dev/raidframe/rf_stripelocks.h if ((_asm)->parityInfo->next) { \
_asm 127 dev/raidframe/rf_stripelocks.h (_asm)->parityInfo->next->startSector; \
_asm 129 dev/raidframe/rf_stripelocks.h (_asm)->parityInfo->next->startSector + \
_asm 130 dev/raidframe/rf_stripelocks.h (_asm)->parityInfo->next->numSector-1; \