Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_txnmgr.h139 #define tlckNEW 0x0020 /* new page from split */ macro
H A Djfs_txnmgr.c780 if (type & tlckNEW) { in txLock()
1576 if (tlck->type & (tlckNEW | tlckEXTEND)) { in dtLog()
1696 if (tlck->type & (tlckNEW | tlckGROW | tlckRELINK)) { in xtLog()
H A Djfs_xtree.c999 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW); in xtSplitPage()
1282 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW); in xtSplitRoot()
2109 tlckXTREE | tlckNEW); in xtInitRoot()
H A Djfs_dtree.c1379 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitPage()
1688 type = tlckNEW; in dtExtendPage()
1926 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitRoot()
2023 tlck = txLock(tid, ip, smp, tlckDTREE | tlckNEW | tlckBTROOT); in dtSplitRoot()