Home
last modified time | relevance | path

Searched refs:lid_to_tlock (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/jfs/
Djfs_txnmgr.c628 tlck = lid_to_tlock(lid); in txLock()
672 lid_to_tlock(last)->next != lid; in txLock()
673 last = lid_to_tlock(last)->next) { in txLock()
676 lid_to_tlock(last)->next = tlck->next; in txLock()
684 lid_to_tlock(tblk->last)->next = lid; in txLock()
700 tlck = lid_to_tlock(lid); in txLock()
752 lid_to_tlock(tblk->last)->next = lid; in txLock()
890 tlck = lid_to_tlock(lid); in txRelease()
930 tlck = lid_to_tlock(lid); in txUnlock()
970 linelock = (struct linelock *) lid_to_tlock(llid); in txUnlock()
[all …]
Djfs_txnmgr.h28 #define lid_to_tlock(lid) (&TxLock[lid]) macro
Djfs_xtree.c3459 lid_to_tlock(mp->lid)->flag |= tlckFREELOCK; in xtTruncate()
3546 lid_to_tlock(mp->lid)->tid) { in xtTruncate()
3550 tlck = lid_to_tlock(lid); in xtTruncate()
3555 for (prev = lid_to_tlock(tblk->next); in xtTruncate()
3557 prev = lid_to_tlock(prev->next)) { in xtTruncate()
3562 lid_to_tlock(tblk->last)->next = lid; in xtTruncate()
3617 lid_to_tlock(mp->lid)->flag |= in xtTruncate()
Djfs_imap.c692 tlck = lid_to_tlock(lid); in diWrite()
721 tlck = lid_to_tlock(lid); in diWrite()
Djfs_logmgr.c477 linelock = (struct linelock *) lid_to_tlock(i); in lmWriteRecord()