Searched refs:txMaplock (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/jfs/ |
D | jfs_txnmgr.h | 294 extern struct tlock *txMaplock(tid_t, struct inode *, int);
|
D | jfs_txnmgr.c | 995 struct tlock *txMaplock(tid_t tid, struct inode *ip, int type) in txMaplock() function 2185 tlck = txMaplock(tid, ip, tlckMAP); in txEA() 2205 tlck = txMaplock(tid, ip, tlckMAP); in txEA()
|
D | jfs_dtree.c | 1697 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()
|
D | jfs_xtree.c | 1660 mtlck = txMaplock(tid, ip, tlckMAP); in xtTailgate() 2827 tlck = txMaplock(tid, ip, tlckMAP); in xtRelocate() 2837 tlck = txMaplock(tid, ip, tlckMAP | tlckRELOCATE); in xtRelocate()
|