Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_dtree.c876 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtInsert()
1253 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitUp()
1372 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitPage()
1385 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitPage()
1473 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtSplitPage()
1684 tlck = txMaplock(tid, ip, tlckDTREE | tlckRELOCATE); in dtExtendPage()
1721 tlck = txLock(tid, ip, smp, tlckDTREE | type); in dtExtendPage()
1827 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY); in dtExtendPage()
1919 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitRoot()
2016 tlck = txLock(tid, ip, smp, tlckDTREE | tlckNEW | tlckBTROOT); in dtSplitRoot()
[all …]
Djfs_txnmgr.h124 #define tlckDTREE 0x2000 macro
Djfs_txnmgr.c764 case tlckDTREE: in txLock()
1394 case tlckDTREE: in txLog()
Dnamei.c1253 tlckDTREE | tlckBTROOT | tlckRELINK); in jfs_rename()
Djfs_logmgr.c385 if (tlck->type & tlckDTREE) in lmWriteRecord()
Djfs_imap.c739 else if (type & tlckDTREE) { in diWrite()