Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_txnmgr.h139 #define tlckNEW 0x0020 /* new page from split */ macro
H A Djfs_txnmgr.c781 if (type & tlckNEW) { in txLock()
1577 if (tlck->type & (tlckNEW | tlckEXTEND)) { in dtLog()
1697 if (tlck->type & (tlckNEW | tlckGROW | tlckRELINK)) { in xtLog()
H A Djfs_dtree.c1380 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitPage()
1689 type = tlckNEW; in dtExtendPage()
1927 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitRoot()
2024 tlck = txLock(tid, ip, smp, tlckDTREE | tlckNEW | tlckBTROOT); in dtSplitRoot()