Searched refs:tlckNEW (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/fs/jfs/ |
D | jfs_txnmgr.h | 152 #define tlckNEW 0x0020 /* new page from split */ macro
|
D | jfs_dtree.c | 1384 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitPage() 1693 type = tlckNEW; in dtExtendPage() 1931 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitRoot() 2028 tlck = txLock(tid, ip, smp, tlckDTREE | tlckNEW | tlckBTROOT); in dtSplitRoot() 2562 tlck = txLock(tid, ip, mp, tlckDTREE | tlckNEW); in dtRelocate()
|
D | jfs_xtree.c | 1022 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW); in xtSplitPage() 1305 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW); in xtSplitRoot() 2795 tlck = txLock(tid, ip, mp, tlckXTREE | tlckNEW); in xtRelocate() 3084 tlckXTREE | tlckNEW); in xtInitRoot()
|
D | jfs_txnmgr.c | 789 if (type & tlckNEW) { in txLock() 1622 if (tlck->type & (tlckNEW | tlckEXTEND)) { in dtLog() 1742 if (tlck->type & (tlckNEW | tlckGROW | tlckRELINK)) { in xtLog()
|