Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_dtree.c883 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtInsert()
1260 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitUp()
1379 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitPage()
1392 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitPage()
1480 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtSplitPage()
1691 tlck = txMaplock(tid, ip, tlckDTREE | tlckRELOCATE); in dtExtendPage()
1728 tlck = txLock(tid, ip, smp, tlckDTREE | type); in dtExtendPage()
1834 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY); in dtExtendPage()
1926 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitRoot()
2023 tlck = txLock(tid, ip, smp, tlckDTREE | tlckNEW | tlckBTROOT); in dtSplitRoot()
[all …]
H A Djfs_txnmgr.h124 #define tlckDTREE 0x2000 macro
H A Djfs_txnmgr.c769 case tlckDTREE: in txLock()
1399 case tlckDTREE: in txLog()
H A Dnamei.c1258 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()