Searched refs:tlckGROW (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/fs/jfs/ |
D | jfs_xtree.c | 630 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW); in xtInsert() 721 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW); in xtSplitUp() 891 tlckXTREE | tlckGROW); in xtSplitUp() 1005 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW); in xtSplitPage() 1313 tlck = txLock(tid, ip, split->mp, tlckXTREE | tlckGROW); in xtSplitRoot() 1384 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW); in xtExtend() 1442 tlck = txLock(tid, ip, mp, tlckXTREE|tlckGROW); in xtExtend() 1539 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW); in xtUpdate() 1736 tlck = txLock(tid, ip, mp, tlckXTREE|tlckGROW); in xtUpdate() 1797 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW); in xtUpdate() [all …]
|
D | jfs_txnmgr.h | 132 #define tlckGROW 0x0001 /* file grow */ macro
|
D | jfs_txnmgr.c | 1691 if (tlck->type & (tlckNEW | tlckGROW | tlckRELINK)) { in xtLog()
|