Home
last modified time | relevance | path

Searched refs:tlck (Results 1 – 5 of 5) 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);
589 struct tlock *tlck; in txLock() local
615 tlck = lid_to_tlock(lid); in txLock()
616 if ((xtid = tlck->tid) == tid) { in txLock()
633 tlck->tid = tid; in txLock()
655 jfs_ip->atlhead = tlck->next; in txLock()
[all …]
H A Djfs_xtree.c528 struct tlock *tlck; in xtInsert() local
630 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW); in xtInsert()
631 xtlck = (struct xtlock *) & tlck->lock; in xtInsert()
684 struct tlock *tlck; in xtSplitUp() local
721 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW); in xtSplitUp()
722 xtlck = (struct xtlock *) & tlck->lock; in xtSplitUp()
890 tlck = txLock(tid, ip, smp, in xtSplitUp()
892 xtlck = (struct xtlock *) & tlck->lock; in xtSplitUp()
950 struct tlock *tlck; in xtSplitPage() local
999 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW); in xtSplitPage()
[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 …]
H A Dnamei.c1080 struct tlock *tlck; in jfs_rename() local
1257 tlck = txLock(tid, old_ip, in jfs_rename()
1260 dtlck = (struct dt_lock *) & tlck->lock; in jfs_rename()