Home
last modified time | relevance | path

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

/linux-6.6.21/fs/jfs/
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 …]
Djfs_dtree.c298 tlck = txLock(tid, ip, mp, tlckDATA); in lock_index()
412 tlck = txLock(tid, ip, mp, tlckDATA); in add_index()
881 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtInsert()
1258 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitUp()
1377 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitPage()
1390 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitPage()
1478 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtSplitPage()
1726 tlck = txLock(tid, ip, smp, tlckDTREE | type); in dtExtendPage()
1832 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY); in dtExtendPage()
1924 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitRoot()
[all …]
Djfs_txnmgr.h280 extern struct tlock *txLock(tid_t, struct inode *, struct metapage *, int);
Djfs_imap.c651 txLock(tid, ipimap, mp, tlckINODE | tlckENTRY)) == NULL) in diWrite()
1238 tlck = txLock(tid, ipimap, mp, tlckINODE | tlckFREE); in diFree()
Dnamei.c1256 tlck = txLock(tid, old_ip, in jfs_rename()
Djfs_txnmgr.c582 struct tlock *txLock(tid_t tid, struct inode *ip, struct metapage * mp, in txLock() function