Searched refs:txLock (Results 1 – 6 of 6) sorted by relevance
/fs/jfs/ |
D | jfs_xtree.c | 914 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW); in xtInsert() 1005 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW); in xtSplitUp() 1174 tlck = txLock(tid, ip, smp, in xtSplitUp() 1284 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW); in xtSplitPage() 1290 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW); in xtSplitPage() 1363 tlck = txLock(tid, ip, mp, tlckXTREE | tlckRELINK); in xtSplitPage() 1565 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW); in xtSplitRoot() 1596 tlck = txLock(tid, ip, split->mp, tlckXTREE | tlckGROW); in xtSplitRoot() 1667 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW); in xtExtend() 1725 tlck = txLock(tid, ip, mp, tlckXTREE|tlckGROW); in xtExtend() [all …]
|
D | jfs_dtree.c | 310 tlck = txLock(tid, ip, mp, tlckDATA); in lock_index() 424 tlck = txLock(tid, ip, mp, tlckDATA); in add_index() 887 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtInsert() 1265 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitUp() 1383 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitPage() 1396 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitPage() 1484 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtSplitPage() 1732 tlck = txLock(tid, ip, smp, tlckDTREE | type); in dtExtendPage() 1838 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY); in dtExtendPage() 1928 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitRoot() [all …]
|
D | jfs_txnmgr.h | 293 extern struct tlock *txLock(tid_t, struct inode *, struct metapage *, int);
|
D | jfs_imap.c | 675 txLock(tid, ipimap, mp, tlckINODE | tlckENTRY)) == NULL) in diWrite() 1264 tlck = txLock(tid, ipimap, mp, tlckINODE | tlckFREE); in diFree()
|
D | namei.c | 1248 tlck = txLock(tid, old_ip, in jfs_rename()
|
D | jfs_txnmgr.c | 591 struct tlock *txLock(tid_t tid, struct inode *ip, struct metapage * mp, in txLock() function
|