Searched refs:tlckNEW (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/jfs/ |
| H A D | jfs_txnmgr.h | 139 #define tlckNEW 0x0020 /* new page from split */ macro
|
| H A D | jfs_txnmgr.c | 781 if (type & tlckNEW) { in txLock() 1577 if (tlck->type & (tlckNEW | tlckEXTEND)) { in dtLog() 1697 if (tlck->type & (tlckNEW | tlckGROW | tlckRELINK)) { in xtLog()
|
| H A D | jfs_xtree.c | 1014 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW); in xtSplitPage() 1297 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW); in xtSplitRoot() 2124 tlckXTREE | tlckNEW); in xtInitRoot()
|
| H A D | jfs_dtree.c | 1380 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()
|