Home
last modified time | relevance | path

Searched refs:maplock (Results 1 – 2 of 2) sorted by relevance

/linux/fs/jfs/
H A Djfs_txnmgr.c159 static void txAllocPMap(struct inode *ip, struct maplock * maplock,
994 struct maplock *maplock; in txMaplock() local
1048 maplock = (struct maplock *) & tlck->lock; in txMaplock()
1049 maplock->next = 0; in txMaplock()
1050 maplock->maxcnt = 0; in txMaplock()
1051 maplock->index = 0; in txMaplock()
1663 struct maplock *maplock; in xtLog() local
1690 maplock = (struct maplock *) & tlck->lock; in xtLog()
1691 xadlock = (struct xdlistlock *) maplock; in xtLog()
1760 maplock->index = 1; in xtLog()
[all …]
H A Djfs_txnmgr.h204 struct maplock { struct
230 #define pxd_lock maplock
288 extern void txFreeMap(struct inode *, struct maplock *, struct tblock *, int);