Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_txnmgr.h141 #define tlckRELINK 0x0080 /* update sibling pointer */ macro
H A Djfs_txnmgr.c1612 if (tlck->type & (tlckENTRY | tlckRELINK)) { in dtLog()
1696 if (tlck->type & (tlckNEW | tlckGROW | tlckRELINK)) { in xtLog()
H A Djfs_dtree.c1480 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtSplitPage()
2468 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtRelink()
2497 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtRelink()
H A Dnamei.c1258 tlckDTREE | tlckBTROOT | tlckRELINK); in jfs_rename()
H A Djfs_xtree.c1078 tlck = txLock(tid, ip, mp, tlckXTREE | tlckRELINK); in xtSplitPage()