Searched refs:txLock (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/jfs/ |
| A D | jfs_xtree.c | 641 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW); in xtInsert() 901 tlck = txLock(tid, ip, smp, in xtSplitUp() 1010 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW); in xtSplitPage() 2284 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW); in xtAppend() 2369 tlck = txLock(tid, ip, mp, tlckXTREE); in xtDelete() 2503 tlck = txLock(tid, ip, mp, tlckXTREE); in xtDeleteUp() 3284 tlck = txLock(tid, ip, mp, tlckXTREE); in xtTruncate() 3487 tlck = txLock(tid, ip, mp, tlckXTREE); in xtTruncate() 3563 tlck = txLock(tid, ip, mp, tlckXTREE); in xtTruncate() 3781 tlck = txLock(tid, ip, mp, tlckXTREE); in xtTruncate_pmap() [all …]
|
| A D | jfs_dtree.c | 298 tlck = txLock(tid, ip, mp, tlckDATA); in lock_index() 412 tlck = txLock(tid, ip, mp, tlckDATA); in add_index() 876 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtInsert() 1372 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitPage() 1385 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitPage() 1721 tlck = txLock(tid, ip, smp, tlckDTREE | type); in dtExtendPage() 1827 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY); in dtExtendPage() 1919 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitRoot() 2156 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtDelete() 2550 tlck = txLock(tid, ip, mp, tlckDTREE | tlckNEW); in dtRelocate() [all …]
|
| A D | jfs_txnmgr.h | 280 extern struct tlock *txLock(tid_t, struct inode *, struct metapage *, int);
|
| A D | jfs_imap.c | 650 txLock(tid, ipimap, mp, tlckINODE | tlckENTRY)) == NULL) in diWrite() 1237 tlck = txLock(tid, ipimap, mp, tlckINODE | tlckFREE); in diFree()
|
| A D | namei.c | 1251 tlck = txLock(tid, old_ip, in jfs_rename()
|
| A D | jfs_txnmgr.c | 577 struct tlock *txLock(tid_t tid, struct inode *ip, struct metapage * mp, in txLock() function
|
Completed in 27 milliseconds