Home
last modified time | relevance | path

Searched refs:tlck (Results 1 – 4 of 4) sorted by relevance

/linux/fs/jfs/
H A Djfs_txnmgr.c152 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() local
616 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 …]
H A Djfs_dtree.c295 struct tlock *tlck; in lock_index() local
299 tlck = txLock(tid, ip, mp, tlckDATA); in lock_index()
300 llck = (struct linelock *) tlck->lock; in lock_index()
335 struct tlock *tlck; in add_index() local
413 tlck = txLock(tid, ip, mp, tlckDATA); in add_index()
414 llck = (struct linelock *) & tlck->lock; in add_index()
827 struct tlock *tlck; in dtInsert() local
884 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtInsert()
885 dtlck = (struct dt_lock *) & tlck->lock; in dtInsert()
948 struct tlock *tlck; in dtSplitUp() local
[all …]
H A Djfs_logmgr.c164 struct lrd * lrd, struct tlock * tlck);
226 struct tlock * tlck) in lmLog() argument
234 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() argument
372 if (tlck == NULL) in lmWriteRecord()
379 if (tlck->flag & tlckPAGELOCK) { in lmWriteRecord()
380 p = (caddr_t) (tlck->mp->data); in lmWriteRecord()
[all …]
H A Djfs_imap.c598 struct tlock *ditlck, *tlck; in diWrite() local
680 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 …]