Home
last modified time | relevance | path

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

/linux/fs/jfs/ !
H A Djfs_xtree.c645 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW); in xtInsert()
736 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW); in xtSplitUp()
905 tlck = txLock(tid, ip, smp, in xtSplitUp()
1014 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW); in xtSplitPage()
1020 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW); in xtSplitPage()
1093 tlck = txLock(tid, ip, mp, tlckXTREE | tlckRELINK); in xtSplitPage()
1297 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW); in xtSplitRoot()
1328 tlck = txLock(tid, ip, split->mp, tlckXTREE | tlckGROW); in xtSplitRoot()
1399 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW); in xtExtend()
1457 tlck = txLock(tid, ip, mp, tlckXTREE|tlckGROW); in xtExtend()
[all …]
H A Djfs_dtree.c299 tlck = txLock(tid, ip, mp, tlckDATA); in lock_index()
413 tlck = txLock(tid, ip, mp, tlckDATA); in add_index()
884 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtInsert()
1261 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitUp()
1380 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitPage()
1393 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitPage()
1481 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); 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()
[all …]
H A Djfs_txnmgr.h280 extern struct tlock *txLock(tid_t, struct inode *, struct metapage *, int);
H A Djfs_imap.c654 txLock(tid, ipimap, mp, tlckINODE | tlckENTRY)) == NULL) in diWrite()
1241 tlck = txLock(tid, ipimap, mp, tlckINODE | tlckFREE); in diFree()
H A Dnamei.c1260 tlck = txLock(tid, old_ip, in jfs_rename()
H A Djfs_txnmgr.c583 struct tlock *txLock(tid_t tid, struct inode *ip, struct metapage * mp, in txLock() function