Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_txnmgr.c178 static void txAllocPMap(struct inode *ip, struct maplock * maplock,
961 struct maplock *maplock; in txMaplock() local
1013 maplock = (struct maplock *) & tlck->lock; in txMaplock()
1014 maplock->next = 0; in txMaplock()
1015 maplock->maxcnt = 0; in txMaplock()
1016 maplock->index = 0; in txMaplock()
1648 struct maplock *maplock; in xtLog() local
1675 maplock = (struct maplock *) & tlck->lock; in xtLog()
1676 xadlock = (struct xdlistlock *) maplock; in xtLog()
1740 maplock->index = 1; in xtLog()
[all …]
Djfs_txnmgr.h212 struct maplock { struct
238 #define pxd_lock maplock
301 extern void txFreeMap(struct inode *ip, struct maplock * maplock,
Dnamei.c674 struct maplock maplock; /* maplock for COMMIT_WMAP */ in freeZeroLink() local
681 maplock.index = 1; in freeZeroLink()
682 pxdlock = (struct pxd_lock *) & maplock; in freeZeroLink()
695 struct maplock maplock; /* maplock for COMMIT_WMAP */ in freeZeroLink() local
701 maplock.index = 1; in freeZeroLink()
702 pxdlock = (struct pxd_lock *) & maplock; in freeZeroLink()
Djfs_xtree.c1762 struct maplock *pxdlock; in xtTailgate()
1885 pxdlock = (struct maplock *) & mtlck->lock; in xtTailgate()
3638 txFreeMap(ip, (struct maplock *) & xadlock, 0, in xtTruncate()
3668 txFreeMap(ip, (struct maplock *) & xadlock, 0, COMMIT_WMAP); in xtTruncate()
3743 txFreeMap(ip, (struct maplock *) & xadlock, 0, in xtTruncate()
3815 txFreeMap(ip, (struct maplock *) & xadlock, 0, in xtTruncate()