Home
last modified time | relevance | path

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

/Linux-v4.19/fs/jfs/
Djfs_txnmgr.c623 tlck = lid_to_tlock(lid); in txLock()
667 lid_to_tlock(last)->next != lid; in txLock()
668 last = lid_to_tlock(last)->next) { in txLock()
671 lid_to_tlock(last)->next = tlck->next; in txLock()
679 lid_to_tlock(tblk->last)->next = lid; in txLock()
695 tlck = lid_to_tlock(lid); in txLock()
747 lid_to_tlock(tblk->last)->next = lid; in txLock()
885 tlck = lid_to_tlock(lid); in txRelease()
925 tlck = lid_to_tlock(lid); in txUnlock()
965 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.c691 tlck = lid_to_tlock(lid); in diWrite()
720 tlck = lid_to_tlock(lid); in diWrite()
Djfs_logmgr.c477 linelock = (struct linelock *) lid_to_tlock(i); in lmWriteRecord()