Searched refs:tlckDTREE (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/fs/jfs/ |
D | jfs_dtree.c | 888 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtInsert() 1265 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitUp() 1384 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitPage() 1397 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitPage() 1485 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtSplitPage() 1696 tlck = txMaplock(tid, ip, tlckDTREE | tlckRELOCATE); in dtExtendPage() 1733 tlck = txLock(tid, ip, smp, tlckDTREE | type); in dtExtendPage() 1839 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY); in dtExtendPage() 1931 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitRoot() 2028 tlck = txLock(tid, ip, smp, tlckDTREE | tlckNEW | tlckBTROOT); in dtSplitRoot() [all …]
|
D | jfs_txnmgr.h | 137 #define tlckDTREE 0x2000 macro
|
D | jfs_txnmgr.c | 777 case tlckDTREE: in txLock() 1409 case tlckDTREE: in txLog()
|
D | namei.c | 1245 tlckDTREE | tlckBTROOT | tlckRELINK); in jfs_rename()
|
D | jfs_logmgr.c | 398 if (tlck->type & tlckDTREE) in lmWriteRecord()
|
D | jfs_imap.c | 761 else if (type & tlckDTREE) { in diWrite()
|