Home
last modified time | relevance | path

Searched refs:txLock (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/jfs/
Djfs_xtree.c654 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW); in xtInsert()
745 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW); in xtSplitUp()
914 tlck = txLock(tid, ip, smp, in xtSplitUp()
1023 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW); in xtSplitPage()
1029 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW); in xtSplitPage()
1102 tlck = txLock(tid, ip, mp, tlckXTREE | tlckRELINK); in xtSplitPage()
1306 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW); in xtSplitRoot()
1337 tlck = txLock(tid, ip, split->mp, tlckXTREE | tlckGROW); in xtSplitRoot()
1408 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW); in xtExtend()
1466 tlck = txLock(tid, ip, mp, tlckXTREE|tlckGROW); in xtExtend()
[all …]
Djfs_dtree.c311 tlck = txLock(tid, ip, mp, tlckDATA); in lock_index()
425 tlck = txLock(tid, ip, mp, tlckDATA); in add_index()
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()
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()
[all …]
Djfs_txnmgr.h293 extern struct tlock *txLock(tid_t, struct inode *, struct metapage *, int);
Djfs_imap.c672 txLock(tid, ipimap, mp, tlckINODE | tlckENTRY)) == NULL) in diWrite()
1259 tlck = txLock(tid, ipimap, mp, tlckINODE | tlckFREE); in diFree()
Dnamei.c1243 tlck = txLock(tid, old_ip, in jfs_rename()
Djfs_txnmgr.c590 struct tlock *txLock(tid_t tid, struct inode *ip, struct metapage * mp, in txLock() function