Searched refs:tlck (Results 1 – 3 of 3) sorted by relevance
152 struct tlock *tlck, struct commit *cd);154 struct tlock *tlck);156 struct tlock * tlck);158 struct tlock * tlck);167 struct tlock * tlck);590 struct tlock *tlck; in txLock() local616 tlck = lid_to_tlock(lid); in txLock()617 if ((xtid = tlck->tid) == tid) { in txLock()634 tlck->tid = tid; in txLock()656 jfs_ip->atlhead = tlck->next; in txLock()[all …]
164 struct lrd * lrd, struct tlock * tlck);226 struct tlock * tlck) in lmLog() argument234 log, tblk, lrd, tlck); in lmLog()243 if (tlck == NULL || in lmLog()244 tlck->type & tlckBTROOT || (mp = tlck->mp) == NULL) in lmLog()314 lsn = lmWriteRecord(log, tblk, lrd, tlck); in lmLog()345 struct tlock * tlck) in lmWriteRecord() argument372 if (tlck == NULL) in lmWriteRecord()379 if (tlck->flag & tlckPAGELOCK) { in lmWriteRecord()380 p = (caddr_t) (tlck->mp->data); in lmWriteRecord()[all …]
598 struct tlock *ditlck, *tlck; in diWrite() local680 tlck = lid_to_tlock(lid); in diWrite()681 assert(tlck->type & tlckXTREE); in diWrite()682 tlck->type |= tlckBTROOT; in diWrite()683 tlck->mp = mp; in diWrite()684 ilinelock = (struct linelock *) & tlck->lock; in diWrite()709 tlck = lid_to_tlock(lid); in diWrite()710 type = tlck->type; in diWrite()711 tlck->type |= tlckBTROOT; in diWrite()712 tlck->mp = mp; in diWrite()[all …]