Searched refs:txLock (Results 1 – 5 of 5) sorted by relevance
/linux/fs/jfs/ |
H A D | jfs_xtree.c | 630 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW); in xtInsert() 721 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW); in xtSplitUp() 890 tlck = txLock(tid, ip, smp, in xtSplitUp() 999 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW); in xtSplitPage() 1005 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW); in xtSplitPage() 1078 tlck = txLock(tid, ip, mp, tlckXTREE | tlckRELINK); in xtSplitPage() 1282 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW); in xtSplitRoot() 1313 tlck = txLock(tid, ip, split->mp, tlckXTREE | tlckGROW); in xtSplitRoot() 1384 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW); in xtExtend() 1442 tlck = txLock(tid, ip, mp, tlckXTREE|tlckGROW); in xtExtend() [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 | 1257 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
|