Home
last modified time | relevance | path

Searched refs:tlckGROW (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/fs/jfs/
Djfs_xtree.c630 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 …]
Djfs_txnmgr.h132 #define tlckGROW 0x0001 /* file grow */ macro
Djfs_txnmgr.c1691 if (tlck->type & (tlckNEW | tlckGROW | tlckRELINK)) { in xtLog()