Lines Matching refs:tlock
35 lid_t next; /* index of first tlock of tid */
36 lid_t last; /* index of last tlock of tid */
82 struct tlock {
98 extern struct tlock *TxLock; /* transaction lock table */
101 * tlock flag
119 * tlock type
147 * at tlock.lock: watch for alignment;
198 * at tlock.lock/linelock: watch for alignment;
202 * free maplock (i.e., number of maplock) in the tlock;
280 extern struct tlock *txLock(tid_t, struct inode *, struct metapage *, int);
281 extern struct tlock *txMaplock(tid_t, struct inode *, int);
292 struct tlock *);