Searched refs:txLock (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/jfs/ |
| H A D | jfs_dtree.c | 299 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 D | jfs_txnmgr.h | 280 extern struct tlock *txLock(tid_t, struct inode *, struct metapage *, int);
|
| H A D | jfs_imap.c | 654 txLock(tid, ipimap, mp, tlckINODE | tlckENTRY)) == NULL) in diWrite() 1241 tlck = txLock(tid, ipimap, mp, tlckINODE | tlckFREE); in diFree()
|
| H A D | jfs_txnmgr.c | 583 struct tlock *txLock(tid_t tid, struct inode *ip, struct metapage * mp, in txLock() function
|