Searched refs:tlckRELINK (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/jfs/ |
| A D | jfs_txnmgr.h | 141 #define tlckRELINK 0x0080 /* update sibling pointer */ macro
|
| A D | jfs_xtree.c | 1089 tlck = txLock(tid, ip, mp, tlckXTREE | tlckRELINK); in xtSplitPage() 2746 tlck = txLock(tid, ip, lmp, tlckXTREE | tlckRELINK); in xtRelocate() 2753 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckRELINK); in xtRelocate() 3020 tlck = txLock(tid, ip, mp, tlckXTREE | tlckRELINK); in xtRelink() 3041 tlck = txLock(tid, ip, mp, tlckXTREE | tlckRELINK); in xtRelink()
|
| A D | jfs_dtree.c | 1473 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtSplitPage() 2514 tlck = txLock(tid, ip, lmp, tlckDTREE | tlckRELINK); in dtRelocate() 2528 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckRELINK); in dtRelocate() 2759 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtRelink() 2788 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtRelink()
|
| A D | jfs_txnmgr.c | 1641 if (tlck->type & (tlckENTRY | tlckRELINK)) { in dtLog() 1725 if (tlck->type & (tlckNEW | tlckGROW | tlckRELINK)) { in xtLog()
|
| A D | namei.c | 1253 tlckDTREE | tlckBTROOT | tlckRELINK); in jfs_rename()
|
Completed in 23 milliseconds