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