Lines Matching defs:tlck

528 	struct tlock *tlck;
630 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW);
631 xtlck = (struct xtlock *) & tlck->lock;
684 struct tlock *tlck;
721 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW);
722 xtlck = (struct xtlock *) & tlck->lock;
890 tlck = txLock(tid, ip, smp,
892 xtlck = (struct xtlock *) & tlck->lock;
950 struct tlock *tlck;
999 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW);
1000 rxtlck = (struct xtlock *) & tlck->lock;
1005 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW);
1006 sxtlck = (struct xtlock *) & tlck->lock;
1078 tlck = txLock(tid, ip, mp, tlckXTREE | tlckRELINK);
1212 struct tlock *tlck;
1282 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW);
1283 xtlck = (struct xtlock *) & tlck->lock;
1313 tlck = txLock(tid, ip, split->mp, tlckXTREE | tlckGROW);
1314 xtlck = (struct xtlock *) & tlck->lock;
1351 struct tlock *tlck;
1384 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW);
1385 xtlck = (struct xtlock *) & tlck->lock;
1442 tlck = txLock(tid, ip, mp, tlckXTREE|tlckGROW);
1443 xtlck = (struct xtlock *) & tlck->lock;
1513 struct tlock *tlck;
1539 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW);
1540 xtlck = (struct xtlock *) & tlck->lock;
1736 tlck = txLock(tid, ip, mp, tlckXTREE|tlckGROW);
1737 xtlck = (struct xtlock *) & tlck->lock;
1797 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW);
1798 xtlck = (struct xtlock *) & tlck->lock;
1890 tlck = txLock(tid, ip, mp, tlckXTREE|tlckGROW);
1891 xtlck = (struct xtlock *) & tlck->lock;
1956 struct tlock *tlck;
2069 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW);
2070 xtlck = (struct xtlock *) & tlck->lock;
2202 struct tlock *tlck = NULL;
2290 tlck = txLock(tid, ip, mp, tlckXTREE|tlckGROW);
2323 tlck = txLock(tid, ip, mp, tlckXTREE);
2324 tlck->type = tlckXTREE | tlckTRUNCATE;
2325 xtlck = (struct xtlock *) & tlck->lock;
2389 /* save pxd of truncated extent in tlck */
2460 tlck->type = tlckXTREE | tlckFREE;
2526 tlck = txLock(tid, ip, mp, tlckXTREE);
2527 xtlck = (struct xtlock *) & tlck->lock;
2528 if (!(tlck->type & tlckTRUNCATE)) {
2532 tlck->type =
2576 tlck = lid_to_tlock(lid);
2579 tblk->next = tlck->next;
2586 prev->next = tlck->next;
2589 tlck->next = 0;
2602 tlck = txLock(tid, ip, mp, tlckXTREE);
2603 xtlck = (struct xtlock *) & tlck->lock;
2606 tlck->type = tlckXTREE | tlckFREE;
2756 struct tlock *tlck = NULL;
2820 tlck = txLock(tid, ip, mp, tlckXTREE);
2821 tlck->type = tlckXTREE | tlckFREE;
2822 xtlck = (struct xtlock *) & tlck->lock;
2853 tlck = txLock(tid, ip, mp, tlckXTREE);
2854 xtlck = (struct xtlock *) & tlck->lock;
2856 tlck->type = tlckXTREE | tlckFREE;