Home
last modified time | relevance | path

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

/Linux-v5.4/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.c3446 lid_to_tlock(mp->lid)->flag |= tlckFREELOCK; in xtTruncate()
3533 lid_to_tlock(mp->lid)->tid) { in xtTruncate()
3537 tlck = lid_to_tlock(lid); in xtTruncate()
3542 for (prev = lid_to_tlock(tblk->next); in xtTruncate()
3544 prev = lid_to_tlock(prev->next)) { in xtTruncate()
3549 lid_to_tlock(tblk->last)->next = lid; in xtTruncate()
3604 lid_to_tlock(mp->lid)->flag |= in xtTruncate()
Djfs_imap.c678 tlck = lid_to_tlock(lid); in diWrite()
707 tlck = lid_to_tlock(lid); in diWrite()
Djfs_logmgr.c464 linelock = (struct linelock *) lid_to_tlock(i); in lmWriteRecord()