Searched refs:maplock (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/
H A Date_utils.h40 #define maplock(X) (((spinlock_t *) X[1].m_size)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/
H A Date_utils.h40 #define maplock(X) (((spinlock_t *) X[1].m_size)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/
H A Date_utils.c82 spin_lock_destroy(maplock(mp));
109 s = mutex_spinlock(maplock(mp));
124 mutex_spinunlock(maplock(mp), s);
132 mutex_spinunlock(maplock(mp), s);
154 s = mutex_spinlock(maplock(mp));
182 mutex_spinunlock(maplock(mp), s);
198 mutex_spinunlock(maplock(mp), s);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Djfs_txnmgr.c167 static void txAllocPMap(struct inode *ip, struct maplock * maplock,
931 * for freed page, maplock is used as xtlock/dtlock type;
939 struct maplock *maplock; local
990 /* initialize type dependent area for maplock */
991 maplock = (struct maplock *) & tlck->lock;
992 maplock->next = 0;
993 maplock
1641 struct maplock *maplock; local
2112 struct pxd_lock *maplock = NULL, *pxdlock = NULL; local
2223 struct maplock *maplock; local
2376 txAllocPMap(struct inode *ip, struct maplock * maplock, struct tblock * tblk) argument
2439 txFreeMap(struct inode *ip, struct maplock * maplock, struct tblock * tblk, int maptype) argument
[all...]
H A Djfs_txnmgr.h203 * maplock for txUpdateMap()
205 * note: maplock and its variations are overlaid
208 * be modified by maplock;
210 * free maplock (i.e., number of maplock) in the tlock;
212 struct maplock { struct
216 u8 index; /* 2: next free maplock index */
226 /* maplock flag */
238 #define pxd_lock maplock
301 extern void txFreeMap(struct inode *ip, struct maplock * maploc
[all...]
H A Dnamei.c612 /* acquire maplock on EA to be freed from block map */
619 /* acquire maplock on EA to be freed from block map */
677 struct maplock maplock; /* maplock for COMMIT_WMAP */ local
678 struct pxd_lock *pxdlock; /* maplock for COMMIT_WMAP */
684 maplock.index = 1;
685 pxdlock = (struct pxd_lock *) & maplock;
698 struct maplock maplock; /* maploc local
[all...]
H A Djfs_xtree.c1776 struct maplock *pxdlock;
1890 pxdlock = (struct maplock *) & mtlck->lock;
3033 * 3. acquire maplock for the source extent to be freed;
3035 * acquire a maplock saving the src relocated extent address;
3395 struct xdlistlock xadlock; /* maplock for COMMIT_WMAP */
3396 struct pxd_lock *pxdlock; /* maplock for COMMIT_WMAP */
3611 txFreeMap(ip, (struct maplock *) & xadlock, 0,
3641 txFreeMap(ip, (struct maplock *) & xadlock, 0, COMMIT_WMAP);
3716 txFreeMap(ip, (struct maplock *) & xadlock, 0,
3788 txFreeMap(ip, (struct maplock *)
[all...]

Completed in 108 milliseconds