Searched refs:txMaplock (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_txnmgr.h | 281 extern struct tlock *txMaplock(tid_t, struct inode *, int);
|
H A D | jfs_txnmgr.c | 982 * txMaplock() 987 struct tlock *txMaplock(tid_t tid, struct inode *ip, int type) in txMaplock() function 2176 tlck = txMaplock(tid, ip, tlckMAP); in txEA() 2196 tlck = txMaplock(tid, ip, tlckMAP); in txEA()
|
H A 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()
|
H A D | jfs_dtree.c | 1689 tlck = txMaplock(tid, ip, tlckDTREE | tlckRELOCATE); in dtExtendPage() 2271 tlck = txMaplock(tid, ip, tlckDTREE | tlckFREE); in dtDeleteUp() 2346 txMaplock(tid, ip, in dtDeleteUp() 2592 tlck = txMaplock(tid, ip, tlckDTREE | tlckFREE); in dtRelocate()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_txnmgr.h | 281 extern struct tlock *txMaplock(tid_t, struct inode *, int);
|
H A D | jfs_txnmgr.c | 982 * txMaplock() 987 struct tlock *txMaplock(tid_t tid, struct inode *ip, int type) in txMaplock() function 2139 tlck = txMaplock(tid, ip, tlckMAP); in txEA() 2159 tlck = txMaplock(tid, ip, tlckMAP); in txEA()
|
H A D | jfs_dtree.c | 1689 tlck = txMaplock(tid, ip, tlckDTREE | tlckRELOCATE); in dtExtendPage() 2271 tlck = txMaplock(tid, ip, tlckDTREE | tlckFREE); in dtDeleteUp() 2346 txMaplock(tid, ip, in dtDeleteUp()
|
Completed in 20 milliseconds