Searched refs:maplock (Results 1 – 4 of 4) sorted by relevance
/fs/jfs/ |
D | jfs_txnmgr.c | 173 static void txAllocPMap(struct inode *ip, struct maplock * maplock, 1002 struct maplock *maplock; in txMaplock() local 1056 maplock = (struct maplock *) & tlck->lock; in txMaplock() 1057 maplock->next = 0; in txMaplock() 1058 maplock->maxcnt = 0; in txMaplock() 1059 maplock->index = 0; in txMaplock() 1709 struct maplock *maplock; in xtLog() local 1736 maplock = (struct maplock *) & tlck->lock; in xtLog() 1737 xadlock = (struct xdlistlock *) maplock; in xtLog() 1806 maplock->index = 1; in xtLog() [all …]
|
D | jfs_txnmgr.h | 217 struct maplock { struct 243 #define pxd_lock maplock 301 extern void txFreeMap(struct inode *, struct maplock *, struct tblock *, int);
|
D | namei.c | 720 struct maplock maplock; /* maplock for COMMIT_WMAP */ in jfs_free_zero_link() local 727 maplock.index = 1; in jfs_free_zero_link() 728 pxdlock = (struct pxd_lock *) & maplock; in jfs_free_zero_link() 741 struct maplock maplock; /* maplock for COMMIT_WMAP */ in jfs_free_zero_link() local 747 maplock.index = 1; in jfs_free_zero_link() 748 pxdlock = (struct pxd_lock *) & maplock; in jfs_free_zero_link()
|
D | jfs_xtree.c | 1799 struct maplock *pxdlock; in xtTailgate() 1921 pxdlock = (struct maplock *) & mtlck->lock; in xtTailgate() 3672 txFreeMap(ip, (struct maplock *) & xadlock, in xtTruncate() 3702 txFreeMap(ip, (struct maplock *) & xadlock, NULL, COMMIT_WMAP); in xtTruncate() 3777 txFreeMap(ip, (struct maplock *) & xadlock, in xtTruncate() 3849 txFreeMap(ip, (struct maplock *) & xadlock, NULL, in xtTruncate()
|