Searched refs:tlckRELINK (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/jfs/ |
H A D | jfs_txnmgr.h | 141 #define tlckRELINK 0x0080 /* update sibling pointer */ macro
|
H A D | jfs_txnmgr.c | 1612 if (tlck->type & (tlckENTRY | tlckRELINK)) { in dtLog() 1696 if (tlck->type & (tlckNEW | tlckGROW | tlckRELINK)) { in xtLog()
|
H A D | jfs_dtree.c | 1480 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 D | namei.c | 1258 tlckDTREE | tlckBTROOT | tlckRELINK); in jfs_rename()
|
H A D | jfs_xtree.c | 1078 tlck = txLock(tid, ip, mp, tlckXTREE | tlckRELINK); in xtSplitPage()
|