Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_txnmgr.c610 tlck = lid_to_tlock(lid); in txLock()
654 lid_to_tlock(last)->next != lid; in txLock()
655 last = lid_to_tlock(last)->next) { in txLock()
658 lid_to_tlock(last)->next = tlck->next; in txLock()
666 lid_to_tlock(tblk->last)->next = lid; in txLock()
682 tlck = lid_to_tlock(lid); in txLock()
734 lid_to_tlock(tblk->last)->next = lid; in txLock()
872 tlck = lid_to_tlock(lid); in txRelease()
912 tlck = lid_to_tlock(lid); in txUnlock()
952 linelock = (struct linelock *) lid_to_tlock(llid); in txUnlock()
[all …]
Djfs_txnmgr.h15 #define lid_to_tlock(lid) (&TxLock[lid]) macro
Djfs_xtree.c2485 lid_to_tlock(mp->lid)->flag |= tlckFREELOCK; in xtTruncate()
2572 lid_to_tlock(mp->lid)->tid) { in xtTruncate()
2576 tlck = lid_to_tlock(lid); in xtTruncate()
2581 for (prev = lid_to_tlock(tblk->next); in xtTruncate()
2583 prev = lid_to_tlock(prev->next)) { in xtTruncate()
2588 lid_to_tlock(tblk->last)->next = lid; in xtTruncate()
2643 lid_to_tlock(mp->lid)->flag |= in xtTruncate()
Djfs_imap.c676 tlck = lid_to_tlock(lid); in diWrite()
705 tlck = lid_to_tlock(lid); in diWrite()
Djfs_logmgr.c456 linelock = (struct linelock *) lid_to_tlock(i); in lmWriteRecord()