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