Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_dtree.c883 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtInsert()
1244 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitUp()
1353 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitPage()
1366 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitPage()
1454 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtSplitPage()
1667 tlck = txMaplock(tid, ip, tlckDTREE | tlckRELOCATE); in dtExtendPage()
1704 tlck = txLock(tid, ip, smp, tlckDTREE | type); in dtExtendPage()
1813 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY); in dtExtendPage()
1907 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitRoot()
2004 tlck = txLock(tid, ip, smp, tlckDTREE | tlckNEW | tlckBTROOT); in dtSplitRoot()
[all …]
Djfs_txnmgr.h132 #define tlckDTREE 0x2000 macro
Djfs_txnmgr.c735 case tlckDTREE: in txLock()
1344 case tlckDTREE: in txLog()
Dnamei.c1189 tlckDTREE | tlckBTROOT | tlckRELINK); in jfs_rename()
Djfs_logmgr.c378 if (tlck->type & tlckDTREE) in lmWriteRecord()
Djfs_imap.c781 else if (type & tlckDTREE) { in diWrite()