Searched refs:txMaplock (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/jfs/ |
| H A D | jfs_txnmgr.h | 281 extern struct tlock *txMaplock(tid_t, struct inode *, int);
|
| H A D | jfs_txnmgr.c | 988 struct tlock *txMaplock(tid_t tid, struct inode *ip, int type) in txMaplock() function 2140 tlck = txMaplock(tid, ip, tlckMAP); in txEA() 2160 tlck = txMaplock(tid, ip, tlckMAP); in txEA()
|
| H A D | jfs_dtree.c | 1692 tlck = txMaplock(tid, ip, tlckDTREE | tlckRELOCATE); in dtExtendPage() 2274 tlck = txMaplock(tid, ip, tlckDTREE | tlckFREE); in dtDeleteUp() 2349 txMaplock(tid, ip, in dtDeleteUp()
|