Lines Matching defs:tlck
294 struct tlock *tlck;
298 tlck = txLock(tid, ip, mp, tlckDATA);
299 llck = (struct linelock *) tlck->lock;
334 struct tlock *tlck;
412 tlck = txLock(tid, ip, mp, tlckDATA);
413 llck = (struct linelock *) & tlck->lock;
826 struct tlock *tlck;
881 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY);
882 dtlck = (struct dt_lock *) & tlck->lock;
945 struct tlock *tlck;
1258 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY);
1259 dtlck = (struct dt_lock *) & tlck->lock;
1345 struct tlock *tlck;
1377 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW);
1378 rdtlck = (struct dt_lock *) & tlck->lock;
1390 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY);
1391 sdtlck = (struct dt_lock *) & tlck->lock;
1478 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK);
1479 jfs_info("dtSplitPage: tlck = 0x%p, ip = 0x%p, mp=0x%p",
1480 tlck, ip, mp);
1481 dtlck = (struct dt_lock *) & tlck->lock;
1653 struct tlock *tlck;
1689 tlck = txMaplock(tid, ip, tlckDTREE | tlckRELOCATE);
1690 pxdlock = (struct pxd_lock *) & tlck->lock;
1726 tlck = txLock(tid, ip, smp, tlckDTREE | type);
1727 dtlck = (struct dt_lock *) & tlck->lock;
1832 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY);
1833 dtlck = (struct dt_lock *) & tlck->lock;
1887 struct tlock *tlck;
1924 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW);
1925 dtlck = (struct dt_lock *) & tlck->lock;
2021 tlck = txLock(tid, ip, smp, tlckDTREE | tlckNEW | tlckBTROOT);
2022 dtlck = (struct dt_lock *) & tlck->lock;
2085 struct tlock *tlck;
2161 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY);
2162 dtlck = (struct dt_lock *) & tlck->lock;
2240 struct tlock *tlck;
2271 tlck = txMaplock(tid, ip, tlckDTREE | tlckFREE);
2272 pxdlock = (struct pxd_lock *) & tlck->lock;
2345 tlck =
2348 pxdlock = (struct pxd_lock *) & tlck->lock;
2383 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY);
2384 dtlck = (struct dt_lock *) & tlck->lock;
2447 struct tlock *tlck;
2466 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK);
2467 jfs_info("dtRelink nextbn: tlck = 0x%p, ip = 0x%p, mp=0x%p",
2468 tlck, ip, mp);
2469 dtlck = (struct dt_lock *) & tlck->lock;
2495 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK);
2496 jfs_info("dtRelink prevbn: tlck = 0x%p, ip = 0x%p, mp=0x%p",
2497 tlck, ip, mp);
2498 dtlck = (struct dt_lock *) & tlck->lock;
2527 struct tlock *tlck;
2571 tlck = txLock(tid, ip, (struct metapage *) & jfs_ip->bxflag,
2573 dtlck = (struct dt_lock *) & tlck->lock;
2625 struct tlock *tlck;
2639 tlck = txLock(tid, inode, mp, tlckDTREE | tlckENTRY);
2641 tlck->type |= tlckBTROOT;
2643 dtlck = (struct dt_lock *) &tlck->lock;
4223 struct tlock *tlck;
4245 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY);
4246 dtlck = (struct dt_lock *) & tlck->lock;