Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_txnmgr.h294 extern struct tlock *txMaplock(tid_t, struct inode *, int);
Djfs_txnmgr.c1000 struct tlock *txMaplock(tid_t tid, struct inode *ip, int type) in txMaplock() function
2189 tlck = txMaplock(tid, ip, tlckMAP); in txEA()
2209 tlck = txMaplock(tid, ip, tlckMAP); in txEA()
Djfs_dtree.c1697 tlck = txMaplock(tid, ip, tlckDTREE | tlckRELOCATE); in dtExtendPage()
2279 tlck = txMaplock(tid, ip, tlckDTREE | tlckFREE); in dtDeleteUp()
2354 txMaplock(tid, ip, in dtDeleteUp()
2600 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()