Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_txnmgr.c615 tlck = lid_to_tlock(lid); in txLock()
659 lid_to_tlock(last)->next != lid; in txLock()
660 last = lid_to_tlock(last)->next) { in txLock()
663 lid_to_tlock(last)->next = tlck->next; in txLock()
671 lid_to_tlock(tblk->last)->next = lid; in txLock()
687 tlck = lid_to_tlock(lid); in txLock()
739 lid_to_tlock(tblk->last)->next = lid; in txLock()
877 tlck = lid_to_tlock(lid); in txRelease()
917 tlck = lid_to_tlock(lid); in txUnlock()
957 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.c679 tlck = lid_to_tlock(lid); in diWrite()
708 tlck = lid_to_tlock(lid); in diWrite()
Djfs_logmgr.c464 linelock = (struct linelock *) lid_to_tlock(i); in lmWriteRecord()