Home
last modified time | relevance | path

Searched refs:tlckNEW (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/jfs/
Djfs_txnmgr.h147 #define tlckNEW 0x0020 /* new page from split */ macro
Djfs_txnmgr.c746 if (type & tlckNEW) { in txLock()
1560 if (tlck->type & (tlckNEW | tlckEXTEND)) { in dtLog()
1682 if (tlck->type & (tlckNEW | tlckGROW | tlckRELINK)) { in xtLog()
Djfs_dtree.c1353 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitPage()
1664 type = tlckNEW; in dtExtendPage()
1907 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitRoot()
2004 tlck = txLock(tid, ip, smp, tlckDTREE | tlckNEW | tlckBTROOT); in dtSplitRoot()
2532 tlck = txLock(tid, ip, mp, tlckDTREE | tlckNEW); in dtRelocate()
Djfs_xtree.c1253 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW); in xtSplitPage()
1525 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW); in xtSplitRoot()
3021 tlck = txLock(tid, ip, mp, tlckXTREE | tlckNEW); in xtRelocate()
3310 tlckXTREE | tlckNEW); in xtInitRoot()