Searched refs:tlckDTREE (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/jfs/ |
H A D | jfs_dtree.c | 883 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtInsert() 1260 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitUp() 1379 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitPage() 1392 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitPage() 1480 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtSplitPage() 1691 tlck = txMaplock(tid, ip, tlckDTREE | tlckRELOCATE); in dtExtendPage() 1728 tlck = txLock(tid, ip, smp, tlckDTREE | type); in dtExtendPage() 1834 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY); in dtExtendPage() 1926 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitRoot() 2023 tlck = txLock(tid, ip, smp, tlckDTREE | tlckNEW | tlckBTROOT); in dtSplitRoot() [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 | 1258 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()
|