Home
last modified time | relevance | path

Searched refs:txMaplock (Results 1 – 4 of 4) sorted by relevance

/fs/jfs/
Djfs_txnmgr.h281 extern struct tlock *txMaplock(tid_t, struct inode *, int);
Djfs_txnmgr.c987 struct tlock *txMaplock(tid_t tid, struct inode *ip, int type) in txMaplock() function
2173 tlck = txMaplock(tid, ip, tlckMAP); in txEA()
2193 tlck = txMaplock(tid, ip, tlckMAP); in txEA()
Djfs_dtree.c1689 tlck = txMaplock(tid, ip, tlckDTREE | tlckRELOCATE); in dtExtendPage()
2271 tlck = txMaplock(tid, ip, tlckDTREE | tlckFREE); in dtDeleteUp()
2346 txMaplock(tid, ip, in dtDeleteUp()
2592 tlck = txMaplock(tid, ip, tlckDTREE | tlckFREE); in dtRelocate()
Djfs_xtree.c1647 mtlck = txMaplock(tid, ip, tlckMAP); in xtTailgate()
2814 tlck = txMaplock(tid, ip, tlckMAP); in xtRelocate()
2824 tlck = txMaplock(tid, ip, tlckMAP | tlckRELOCATE); in xtRelocate()