Searched refs:txLock (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/jfs/ |
H A D | jfs_xtree.c | 630 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW); in xtInsert() 890 tlck = txLock(tid, ip, smp, in xtSplitUp() 999 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW); in xtSplitPage() 1282 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW); in xtSplitRoot() 2069 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW); in xtAppend() 2290 tlck = txLock(tid, ip, mp, tlckXTREE|tlckGROW); in xtTruncate() 2323 tlck = txLock(tid, ip, mp, tlckXTREE); in xtTruncate() 2526 tlck = txLock(tid, ip, mp, tlckXTREE); in xtTruncate() 2602 tlck = txLock(tid, ip, mp, tlckXTREE); in xtTruncate() 2820 tlck = txLock(tid, ip, mp, tlckXTREE); in xtTruncate_pmap() [all …]
|
H 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() 883 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtInsert() 1379 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitPage() 1392 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitPage() 1728 tlck = txLock(tid, ip, smp, tlckDTREE | type); in dtExtendPage() 1834 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY); in dtExtendPage() 1926 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitRoot() 2163 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtDelete() 2385 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtDeleteUp() [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 | namei.c | 1256 tlck = txLock(tid, old_ip, in jfs_rename()
|
H A D | jfs_txnmgr.c | 582 struct tlock *txLock(tid_t tid, struct inode *ip, struct metapage * mp, in txLock() function
|