Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_xtree.c630 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 Djfs_txnmgr.h280 extern struct tlock *txLock(tid_t, struct inode *, struct metapage *, int);
H A Djfs_imap.c654 txLock(tid, ipimap, mp, tlckINODE | tlckENTRY)) == NULL) in diWrite()
1241 tlck = txLock(tid, ipimap, mp, tlckINODE | tlckFREE); in diFree()
H A Dnamei.c1257 tlck = txLock(tid, old_ip, in jfs_rename()
H A Djfs_txnmgr.c582 struct tlock *txLock(tid_t tid, struct inode *ip, struct metapage * mp, in txLock() function