Searched refs:tlckRELINK (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/jfs/ |
D | jfs_txnmgr.h | 154 #define tlckRELINK 0x0080 /* update sibling pointer */ macro
|
D | jfs_xtree.c | 1102 tlck = txLock(tid, ip, mp, tlckXTREE | tlckRELINK); in xtSplitPage() 2759 tlck = txLock(tid, ip, lmp, tlckXTREE | tlckRELINK); in xtRelocate() 2766 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckRELINK); in xtRelocate() 3033 tlck = txLock(tid, ip, mp, tlckXTREE | tlckRELINK); in xtRelink() 3054 tlck = txLock(tid, ip, mp, tlckXTREE | tlckRELINK); in xtRelink()
|
D | jfs_dtree.c | 1486 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtSplitPage() 2527 tlck = txLock(tid, ip, lmp, tlckDTREE | tlckRELINK); in dtRelocate() 2541 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckRELINK); in dtRelocate() 2772 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtRelink() 2801 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtRelink()
|
D | jfs_txnmgr.c | 1657 if (tlck->type & (tlckENTRY | tlckRELINK)) { in dtLog() 1741 if (tlck->type & (tlckNEW | tlckGROW | tlckRELINK)) { in xtLog()
|
D | namei.c | 1265 tlckDTREE | tlckBTROOT | tlckRELINK); in jfs_rename()
|