Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_txnmgr.h141 #define tlckRELINK 0x0080 /* update sibling pointer */ macro
H A Djfs_txnmgr.c1613 if (tlck->type & (tlckENTRY | tlckRELINK)) { in dtLog()
1697 if (tlck->type & (tlckNEW | tlckGROW | tlckRELINK)) { in xtLog()
H A Djfs_dtree.c1481 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtSplitPage()
2469 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtRelink()
2498 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtRelink()
H A Dnamei.c1262 tlckDTREE | tlckBTROOT | tlckRELINK); in jfs_rename()
H A Djfs_xtree.c1093 tlck = txLock(tid, ip, mp, tlckXTREE | tlckRELINK); in xtSplitPage()