Searched refs:txMaplock (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/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 2187 tlck = txMaplock(tid, ip, tlckMAP); in txEA() 2207 tlck = txMaplock(tid, ip, tlckMAP); in txEA()
|
D | jfs_dtree.c | 1696 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()
|
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()
|