_lrd 116 dev/raidframe/rf_stripelocks.h #define RF_INIT_LOCK_REQ_DESC(_lrd, _typ, _cbf, _cba, _asm, _defSize) \ _lrd 118 dev/raidframe/rf_stripelocks.h (_lrd).type = _typ; \ _lrd 119 dev/raidframe/rf_stripelocks.h (_lrd).start2 = -1; \ _lrd 120 dev/raidframe/rf_stripelocks.h (_lrd).stop2 = -1; \ _lrd 122 dev/raidframe/rf_stripelocks.h (_lrd).start = (_asm)->parityInfo->startSector; \ _lrd 123 dev/raidframe/rf_stripelocks.h (_lrd).stop = (_asm)->parityInfo->startSector + \ _lrd 126 dev/raidframe/rf_stripelocks.h (_lrd).start2 = \ _lrd 128 dev/raidframe/rf_stripelocks.h (_lrd).stop2 = \ _lrd 133 dev/raidframe/rf_stripelocks.h (_lrd).start = 0; \ _lrd 134 dev/raidframe/rf_stripelocks.h (_lrd).stop = (_defSize); \ _lrd 136 dev/raidframe/rf_stripelocks.h (_lrd).templink= NULL; \ _lrd 137 dev/raidframe/rf_stripelocks.h (_lrd).cbFunc = (_cbf); \ _lrd 138 dev/raidframe/rf_stripelocks.h (_lrd).cbArg = (void *) (_cba); \