RF_LockTableEntry_t  207 dev/raidframe/rf_raid.h 	RF_LockTableEntry_t	 *lockTable;	/* Stripe-lock table. */
RF_LockTableEntry_t  208 dev/raidframe/rf_raid.h 	RF_LockTableEntry_t	 *quiesceLock;	/* Quiescence table. */
RF_LockTableEntry_t  111 dev/raidframe/rf_stripelocks.c void rf_AddToWaitersQueue(RF_LockTableEntry_t *, RF_StripeLockDesc_t *,
RF_LockTableEntry_t  115 dev/raidframe/rf_stripelocks.c void rf_PrintLockedStripes(RF_LockTableEntry_t *);
RF_LockTableEntry_t  199 dev/raidframe/rf_stripelocks.c RF_LockTableEntry_t *
RF_LockTableEntry_t  202 dev/raidframe/rf_stripelocks.c 	RF_LockTableEntry_t *lockTable;
RF_LockTableEntry_t  206 dev/raidframe/rf_stripelocks.c 	    sizeof(RF_LockTableEntry_t), (RF_LockTableEntry_t *));
RF_LockTableEntry_t  222 dev/raidframe/rf_stripelocks.c rf_ShutdownStripeLocks(RF_LockTableEntry_t *lockTable)
RF_LockTableEntry_t  232 dev/raidframe/rf_stripelocks.c 	RF_Free(lockTable, rf_lockTableSize * sizeof(RF_LockTableEntry_t));
RF_LockTableEntry_t  268 dev/raidframe/rf_stripelocks.c rf_AcquireStripeLock(RF_LockTableEntry_t *lockTable, RF_StripeNum_t stripeID,
RF_LockTableEntry_t  399 dev/raidframe/rf_stripelocks.c rf_ReleaseStripeLock(RF_LockTableEntry_t *lockTable, RF_StripeNum_t stripeID,
RF_LockTableEntry_t  716 dev/raidframe/rf_stripelocks.c rf_AddToWaitersQueue(RF_LockTableEntry_t *lockTable,
RF_LockTableEntry_t  754 dev/raidframe/rf_stripelocks.c rf_PrintLockedStripes(RF_LockTableEntry_t *lockTable)
RF_LockTableEntry_t  142 dev/raidframe/rf_stripelocks.h RF_LockTableEntry_t *rf_MakeLockTable(void);
RF_LockTableEntry_t  143 dev/raidframe/rf_stripelocks.h void rf_ShutdownStripeLocks(RF_LockTableEntry_t *);
RF_LockTableEntry_t  145 dev/raidframe/rf_stripelocks.h int  rf_AcquireStripeLock(RF_LockTableEntry_t *, RF_StripeNum_t,
RF_LockTableEntry_t  147 dev/raidframe/rf_stripelocks.h void rf_ReleaseStripeLock(RF_LockTableEntry_t *, RF_StripeNum_t,