Searched refs:txMaplock (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
D | jfs_txnmgr.h | 281 extern struct tlock *txMaplock(tid_t, struct inode *, int);
|
D | jfs_txnmgr.c | 982 struct tlock *txMaplock(tid_t tid, struct inode *ip, int type) in txMaplock() function 2171 tlck = txMaplock(tid, ip, tlckMAP); in txEA() 2191 tlck = txMaplock(tid, ip, tlckMAP); in txEA()
|
D | jfs_dtree.c | 1684 tlck = txMaplock(tid, ip, tlckDTREE | tlckRELOCATE); in dtExtendPage() 2266 tlck = txMaplock(tid, ip, tlckDTREE | tlckFREE); in dtDeleteUp() 2341 txMaplock(tid, ip, in dtDeleteUp() 2587 tlck = txMaplock(tid, ip, tlckDTREE | tlckFREE); in dtRelocate()
|
D | jfs_xtree.c | 1647 mtlck = txMaplock(tid, ip, tlckMAP); in xtTailgate() 2814 tlck = txMaplock(tid, ip, tlckMAP); in xtRelocate() 2824 tlck = txMaplock(tid, ip, tlckMAP | tlckRELOCATE); in xtRelocate()
|