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;
2450 struct tlock *tlck;
2519 tlck = txLock(tid, ip, lmp, tlckDTREE | tlckRELINK);
2520 dtlck = (struct dt_lock *) & tlck->lock;
2533 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckRELINK);
2534 dtlck = (struct dt_lock *) & tlck->lock;
2555 tlck = txLock(tid, ip, mp, tlckDTREE | tlckNEW);
2556 dtlck = (struct dt_lock *) & tlck->lock;
2592 tlck = txMaplock(tid, ip, tlckDTREE | tlckFREE);
2593 pxdlock = (struct pxd_lock *) & tlck->lock;
2602 * acquire tlck for the parent entry covering the target dtpage;
2606 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY);
2607 dtlck = (struct dt_lock *) & tlck->lock;
2745 struct tlock *tlck;
2764 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK);
2765 jfs_info("dtRelink nextbn: tlck = 0x%p, ip = 0x%p, mp=0x%p",
2766 tlck, ip, mp);
2767 dtlck = (struct dt_lock *) & tlck->lock;
2793 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK);
2794 jfs_info("dtRelink prevbn: tlck = 0x%p, ip = 0x%p, mp=0x%p",
2795 tlck, ip, mp);
2796 dtlck = (struct dt_lock *) & tlck->lock;
2825 struct tlock *tlck;
2869 tlck = txLock(tid, ip, (struct metapage *) & jfs_ip->bxflag,
2871 dtlck = (struct dt_lock *) & tlck->lock;
2923 struct tlock *tlck;
2937 tlck = txLock(tid, inode, mp, tlckDTREE | tlckENTRY);
2939 tlck->type |= tlckBTROOT;
2941 dtlck = (struct dt_lock *) &tlck->lock;
4521 struct tlock *tlck;
4543 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY);
4544 dtlck = (struct dt_lock *) & tlck->lock;