Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_xtree.c654 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW); in xtInsert()
745 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW); in xtSplitUp()
915 tlckXTREE | tlckGROW); in xtSplitUp()
1029 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW); in xtSplitPage()
1337 tlck = txLock(tid, ip, split->mp, tlckXTREE | tlckGROW); in xtSplitRoot()
1408 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW); in xtExtend()
1466 tlck = txLock(tid, ip, mp, tlckXTREE|tlckGROW); in xtExtend()
1573 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW); in xtTailgate()
1631 tlck = txLock(tid, ip, mp, tlckXTREE|tlckGROW); in xtTailgate()
1746 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW); in xtUpdate()
[all …]
Djfs_txnmgr.h145 #define tlckGROW 0x0001 /* file grow */ macro
Djfs_txnmgr.c1746 if (tlck->type & (tlckNEW | tlckGROW | tlckRELINK)) { in xtLog()