Home
last modified time | relevance | path

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

/linux-4.4.14/fs/jfs/
Djfs_txnmgr.h294 extern struct tlock *txMaplock(tid_t, struct inode *, int);
Djfs_txnmgr.c995 struct tlock *txMaplock(tid_t tid, struct inode *ip, int type) in txMaplock() function
2187 tlck = txMaplock(tid, ip, tlckMAP); in txEA()
2207 tlck = txMaplock(tid, ip, tlckMAP); in txEA()
Djfs_dtree.c1696 tlck = txMaplock(tid, ip, tlckDTREE | tlckRELOCATE); in dtExtendPage()
2278 tlck = txMaplock(tid, ip, tlckDTREE | tlckFREE); in dtDeleteUp()
2353 txMaplock(tid, ip, in dtDeleteUp()
2599 tlck = txMaplock(tid, ip, tlckDTREE | tlckFREE); in dtRelocate()
Djfs_xtree.c1660 mtlck = txMaplock(tid, ip, tlckMAP); in xtTailgate()
2827 tlck = txMaplock(tid, ip, tlckMAP); in xtRelocate()
2837 tlck = txMaplock(tid, ip, tlckMAP | tlckRELOCATE); in xtRelocate()