Searched refs:tlckDTREE (Results 1 – 6 of 6) sorted by relevance
/linux/fs/jfs/ |
A D | jfs_dtree.c | 876 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtInsert() 1372 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitPage() 1385 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitPage() 1721 tlck = txLock(tid, ip, smp, tlckDTREE | type); in dtExtendPage() 1827 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY); in dtExtendPage() 1919 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitRoot() 2266 tlck = txMaplock(tid, ip, tlckDTREE | tlckFREE); in dtDeleteUp() 2342 tlckDTREE | tlckFREE); in dtDeleteUp() 2550 tlck = txLock(tid, ip, mp, tlckDTREE | tlckNEW); in dtRelocate() 2587 tlck = txMaplock(tid, ip, tlckDTREE | tlckFREE); in dtRelocate() [all …]
|
A D | jfs_txnmgr.h | 124 #define tlckDTREE 0x2000 macro
|
A D | jfs_txnmgr.c | 764 case tlckDTREE: in txLock() 1394 case tlckDTREE: in txLog()
|
A D | namei.c | 1253 tlckDTREE | tlckBTROOT | tlckRELINK); in jfs_rename()
|
A D | jfs_logmgr.c | 385 if (tlck->type & tlckDTREE) in lmWriteRecord()
|
A D | jfs_imap.c | 739 else if (type & tlckDTREE) { in diWrite()
|
Completed in 22 milliseconds