fs/jfs/jfs_txnmgr.c
1048
maplock = (struct maplock *) & tlck->lock;
fs/jfs/jfs_txnmgr.c
1049
maplock->next = 0;
fs/jfs/jfs_txnmgr.c
1050
maplock->maxcnt = 0;
fs/jfs/jfs_txnmgr.c
1051
maplock->index = 0;
fs/jfs/jfs_txnmgr.c
159
static void txAllocPMap(struct inode *ip, struct maplock * maplock,
fs/jfs/jfs_txnmgr.c
1663
struct maplock *maplock;
fs/jfs/jfs_txnmgr.c
1690
maplock = (struct maplock *) & tlck->lock;
fs/jfs/jfs_txnmgr.c
1691
xadlock = (struct xdlistlock *) maplock;
fs/jfs/jfs_txnmgr.c
1760
maplock->index = 1;
fs/jfs/jfs_txnmgr.c
1863
maplock->index = 1;
fs/jfs/jfs_txnmgr.c
1967
maplock->index = 0;
fs/jfs/jfs_txnmgr.c
1985
maplock->index++;
fs/jfs/jfs_txnmgr.c
2006
maplock->index++;
fs/jfs/jfs_txnmgr.c
2025
maplock->index++;
fs/jfs/jfs_txnmgr.c
2129
struct pxd_lock *maplock = NULL, *pxdlock = NULL;
fs/jfs/jfs_txnmgr.c
2141
maplock = (struct pxd_lock *) & tlck->lock;
fs/jfs/jfs_txnmgr.c
2142
pxdlock = (struct pxd_lock *) maplock;
fs/jfs/jfs_txnmgr.c
2147
maplock->index = 1;
fs/jfs/jfs_txnmgr.c
2161
maplock = (struct pxd_lock *) & tlck->lock;
fs/jfs/jfs_txnmgr.c
2162
pxdlock = (struct pxd_lock *) maplock;
fs/jfs/jfs_txnmgr.c
2163
maplock->index = 0;
fs/jfs/jfs_txnmgr.c
2168
maplock->index++;
fs/jfs/jfs_txnmgr.c
2252
struct maplock *maplock;
fs/jfs/jfs_txnmgr.c
2299
maplock = (struct maplock *) & tlck->lock;
fs/jfs/jfs_txnmgr.c
2300
nlock = maplock->index;
fs/jfs/jfs_txnmgr.c
2302
for (k = 0; k < nlock; k++, maplock++) {
fs/jfs/jfs_txnmgr.c
2308
if (maplock->flag & mlckALLOC) {
fs/jfs/jfs_txnmgr.c
2309
txAllocPMap(ipimap, maplock, tblk);
fs/jfs/jfs_txnmgr.c
2328
txFreeMap(ipimap, maplock,
fs/jfs/jfs_txnmgr.c
2331
txFreeMap(ipimap, maplock,
fs/jfs/jfs_txnmgr.c
2364
txAllocPMap(ipimap, (struct maplock *) & pxdlock, tblk);
fs/jfs/jfs_txnmgr.c
2392
static void txAllocPMap(struct inode *ip, struct maplock * maplock,
fs/jfs/jfs_txnmgr.c
2408
if (maplock->flag & mlckALLOCXADLIST) {
fs/jfs/jfs_txnmgr.c
2409
xadlistlock = (struct xdlistlock *) maplock;
fs/jfs/jfs_txnmgr.c
2422
} else if (maplock->flag & mlckALLOCPXD) {
fs/jfs/jfs_txnmgr.c
2423
pxdlock = (struct pxd_lock *) maplock;
fs/jfs/jfs_txnmgr.c
2430
pxdlistlock = (struct xdlistlock *) maplock;
fs/jfs/jfs_txnmgr.c
2451
struct maplock * maplock, struct tblock * tblk, int maptype)
fs/jfs/jfs_txnmgr.c
2464
tblk, maplock, maptype);
fs/jfs/jfs_txnmgr.c
2470
if (maplock->flag & mlckFREEXADLIST) {
fs/jfs/jfs_txnmgr.c
2471
xadlistlock = (struct xdlistlock *) maplock;
fs/jfs/jfs_txnmgr.c
2483
} else if (maplock->flag & mlckFREEPXD) {
fs/jfs/jfs_txnmgr.c
2484
pxdlock = (struct pxd_lock *) maplock;
fs/jfs/jfs_txnmgr.c
2493
pxdlistlock = (struct xdlistlock *) maplock;
fs/jfs/jfs_txnmgr.c
2510
if (maplock->flag & mlckFREEXADLIST) {
fs/jfs/jfs_txnmgr.c
2511
xadlistlock = (struct xdlistlock *) maplock;
fs/jfs/jfs_txnmgr.c
2521
} else if (maplock->flag & mlckFREEPXD) {
fs/jfs/jfs_txnmgr.c
2522
pxdlock = (struct pxd_lock *) maplock;
fs/jfs/jfs_txnmgr.c
2530
pxdlistlock = (struct xdlistlock *) maplock;
fs/jfs/jfs_txnmgr.c
994
struct maplock *maplock;
fs/jfs/jfs_txnmgr.h
230
#define pxd_lock maplock
fs/jfs/jfs_txnmgr.h
288
extern void txFreeMap(struct inode *, struct maplock *, struct tblock *, int);
fs/jfs/jfs_xtree.c
2451
txFreeMap(ip, (struct maplock *) & xadlock,
fs/jfs/jfs_xtree.c
2481
txFreeMap(ip, (struct maplock *) & xadlock, NULL, COMMIT_WMAP);
fs/jfs/jfs_xtree.c
2556
txFreeMap(ip, (struct maplock *) & xadlock,
fs/jfs/jfs_xtree.c
2628
txFreeMap(ip, (struct maplock *) & xadlock, NULL,
fs/jfs/namei.c
719
struct maplock maplock; /* maplock for COMMIT_WMAP */
fs/jfs/namei.c
726
maplock.index = 1;
fs/jfs/namei.c
727
pxdlock = (struct pxd_lock *) & maplock;
fs/jfs/namei.c
740
struct maplock maplock; /* maplock for COMMIT_WMAP */
fs/jfs/namei.c
746
maplock.index = 1;
fs/jfs/namei.c
747
pxdlock = (struct pxd_lock *) & maplock;