Searched refs:tlckDTREE (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/fs/jfs/ |
| H A D | jfs_dtree.c | 884 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtInsert() 1380 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitPage() 1393 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitPage() 1729 tlck = txLock(tid, ip, smp, tlckDTREE | type); in dtExtendPage() 1835 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY); in dtExtendPage() 1927 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitRoot() 2164 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtDelete() 2274 tlck = txMaplock(tid, ip, tlckDTREE | tlckFREE); in dtDeleteUp() 2350 tlckDTREE | tlckFREE); in dtDeleteUp() 2575 tlckDTREE | tlckENTRY | tlckBTROOT); in dtInitRoot() [all …]
|
| H A D | jfs_txnmgr.h | 124 #define tlckDTREE 0x2000 macro
|
| H A D | jfs_txnmgr.c | 769 case tlckDTREE: in txLock() 1399 case tlckDTREE: in txLog()
|
| H A D | namei.c | 1259 tlckDTREE | tlckBTROOT | tlckRELINK); in jfs_rename()
|
| H A D | jfs_logmgr.c | 385 if (tlck->type & tlckDTREE) in lmWriteRecord()
|
| H A D | jfs_imap.c | 743 else if (type & tlckDTREE) { in diWrite()
|