Searched refs:tlckNEW (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/fs/jfs/ |
D | jfs_txnmgr.h | 139 #define tlckNEW 0x0020 /* new page from split */ macro
|
D | jfs_txnmgr.c | 775 if (type & tlckNEW) { in txLock() 1571 if (tlck->type & (tlckNEW | tlckEXTEND)) { in dtLog() 1691 if (tlck->type & (tlckNEW | tlckGROW | tlckRELINK)) { in xtLog()
|
D | jfs_xtree.c | 999 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW); in xtSplitPage() 1282 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW); in xtSplitRoot() 2109 tlckXTREE | tlckNEW); in xtInitRoot()
|
D | jfs_dtree.c | 1372 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitPage() 1681 type = tlckNEW; in dtExtendPage() 1919 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitRoot() 2016 tlck = txLock(tid, ip, smp, tlckDTREE | tlckNEW | tlckBTROOT); in dtSplitRoot()
|