Home
last modified time | relevance | path

Searched refs:tlckDTREE (Results 1 – 6 of 6) sorted by relevance

/linux/fs/jfs/
H A Djfs_dtree.c884 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtInsert()
1261 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitUp()
1380 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitPage()
1393 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitPage()
1481 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtSplitPage()
1692 tlck = txMaplock(tid, ip, tlckDTREE | tlckRELOCATE); in dtExtendPage()
1729 tlck = txLock(tid, ip, smp, tlckDTREE | type); in dtExtendPage()
1835 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY); in dtExtendPage()
1927 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitRoot()
2024 tlck = txLock(tid, ip, smp, tlckDTREE | tlckNEW | tlckBTROOT); in dtSplitRoot()
[all …]
H A Djfs_txnmgr.h124 #define tlckDTREE 0x2000 macro
H A Djfs_txnmgr.c770 case tlckDTREE: in txLock()
1400 case tlckDTREE: in txLog()
H A Dnamei.c1262 tlckDTREE | tlckBTROOT | tlckRELINK); in jfs_rename()
H A Djfs_logmgr.c385 if (tlck->type & tlckDTREE) in lmWriteRecord()
H A Djfs_imap.c743 else if (type & tlckDTREE) { in diWrite()