Searched refs:txLock (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/fs/jfs/ |
D | jfs_xtree.c | 892 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW); in xtInsert() 984 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW); in xtSplitUp() 1155 tlck = txLock(tid, ip, smp, in xtSplitUp() 1253 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW); in xtSplitPage() 1259 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW); in xtSplitPage() 1334 tlck = txLock(tid, ip, mp, tlckXTREE | tlckRELINK); in xtSplitPage() 1525 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW); in xtSplitRoot() 1556 tlck = txLock(tid, ip, split->mp, tlckXTREE | tlckGROW); in xtSplitRoot() 1629 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW); in xtExtend() 1687 tlck = txLock(tid, ip, mp, tlckXTREE|tlckGROW); in xtExtend() [all …]
|
D | jfs_dtree.c | 309 tlck = txLock(tid, ip, mp, tlckDATA); in lock_index() 417 tlck = txLock(tid, ip, mp, tlckDATA); in add_index() 883 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtInsert() 1244 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitUp() 1353 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitPage() 1366 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitPage() 1454 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtSplitPage() 1704 tlck = txLock(tid, ip, smp, tlckDTREE | type); in dtExtendPage() 1813 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY); in dtExtendPage() 1907 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitRoot() [all …]
|
D | jfs_txnmgr.h | 284 extern struct tlock *txLock(tid_t tid, struct inode *ip, struct metapage *mp,
|
D | namei.c | 1187 tlck = txLock(tid, old_ip, in jfs_rename()
|
D | jfs_imap.c | 692 txLock(tid, ipimap, mp, tlckINODE | tlckENTRY)) == NULL) in diWrite() 1296 tlck = txLock(tid, ipimap, mp, tlckINODE | tlckFREE); in diFree()
|
D | jfs_txnmgr.c | 557 struct tlock *txLock(tid_t tid, struct inode *ip, struct metapage * mp, in txLock() function
|