Home
last modified time | relevance | path

Searched refs:tlckRELINK (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/fs/jfs/
Djfs_txnmgr.h141 #define tlckRELINK 0x0080 /* update sibling pointer */ macro
Djfs_txnmgr.c1607 if (tlck->type & (tlckENTRY | tlckRELINK)) { in dtLog()
1691 if (tlck->type & (tlckNEW | tlckGROW | tlckRELINK)) { in xtLog()
Djfs_dtree.c1473 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtSplitPage()
2461 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtRelink()
2490 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtRelink()
Dnamei.c1253 tlckDTREE | tlckBTROOT | tlckRELINK); in jfs_rename()
Djfs_xtree.c1078 tlck = txLock(tid, ip, mp, tlckXTREE | tlckRELINK); in xtSplitPage()