Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_xtree.c914 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW); in xtInsert()
1005 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW); in xtSplitUp()
1174 tlck = txLock(tid, ip, smp, in xtSplitUp()
1284 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW); in xtSplitPage()
1290 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW); in xtSplitPage()
1363 tlck = txLock(tid, ip, mp, tlckXTREE | tlckRELINK); in xtSplitPage()
1565 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW); in xtSplitRoot()
1596 tlck = txLock(tid, ip, split->mp, tlckXTREE | tlckGROW); in xtSplitRoot()
1667 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW); in xtExtend()
1725 tlck = txLock(tid, ip, mp, tlckXTREE|tlckGROW); in xtExtend()
[all …]
Djfs_dtree.c310 tlck = txLock(tid, ip, mp, tlckDATA); in lock_index()
424 tlck = txLock(tid, ip, mp, tlckDATA); in add_index()
887 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtInsert()
1265 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitUp()
1383 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitPage()
1396 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitPage()
1484 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtSplitPage()
1732 tlck = txLock(tid, ip, smp, tlckDTREE | type); in dtExtendPage()
1838 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY); in dtExtendPage()
1928 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.c675 txLock(tid, ipimap, mp, tlckINODE | tlckENTRY)) == NULL) in diWrite()
1264 tlck = txLock(tid, ipimap, mp, tlckINODE | tlckFREE); in diFree()
Dnamei.c1248 tlck = txLock(tid, old_ip, in jfs_rename()
Djfs_txnmgr.c591 struct tlock *txLock(tid_t tid, struct inode *ip, struct metapage * mp, in txLock() function