Lines Matching defs:tlck
539 struct tlock *tlck;
641 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW);
642 xtlck = (struct xtlock *) & tlck->lock;
695 struct tlock *tlck;
732 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW);
733 xtlck = (struct xtlock *) & tlck->lock;
901 tlck = txLock(tid, ip, smp,
903 xtlck = (struct xtlock *) & tlck->lock;
961 struct tlock *tlck;
1010 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW);
1011 rxtlck = (struct xtlock *) & tlck->lock;
1016 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW);
1017 sxtlck = (struct xtlock *) & tlck->lock;
1089 tlck = txLock(tid, ip, mp, tlckXTREE | tlckRELINK);
1223 struct tlock *tlck;
1293 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW);
1294 xtlck = (struct xtlock *) & tlck->lock;
1324 tlck = txLock(tid, ip, split->mp, tlckXTREE | tlckGROW);
1325 xtlck = (struct xtlock *) & tlck->lock;
1362 struct tlock *tlck;
1395 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW);
1396 xtlck = (struct xtlock *) & tlck->lock;
1453 tlck = txLock(tid, ip, mp, tlckXTREE|tlckGROW);
1454 xtlck = (struct xtlock *) & tlck->lock;
1524 struct tlock *tlck;
1560 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW);
1561 xtlck = (struct xtlock *) & tlck->lock;
1618 tlck = txLock(tid, ip, mp, tlckXTREE|tlckGROW);
1619 xtlck = (struct xtlock *) & tlck->lock;
1707 struct tlock *tlck;
1733 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW);
1734 xtlck = (struct xtlock *) & tlck->lock;
1951 tlck = txLock(tid, ip, mp, tlckXTREE|tlckGROW);
1952 xtlck = (struct xtlock *) & tlck->lock;
2012 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW);
2013 xtlck = (struct xtlock *) & tlck->lock;
2105 tlck = txLock(tid, ip, mp, tlckXTREE|tlckGROW);
2106 xtlck = (struct xtlock *) & tlck->lock;
2171 struct tlock *tlck;
2284 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW);
2285 xtlck = (struct xtlock *) & tlck->lock;
2335 struct tlock *tlck;
2369 tlck = txLock(tid, ip, mp, tlckXTREE);
2370 xtlck = (struct xtlock *) & tlck->lock;
2407 struct tlock *tlck;
2503 tlck = txLock(tid, ip, mp, tlckXTREE);
2504 xtlck = (struct xtlock *) & tlck->lock;
2552 struct tlock *tlck;
2746 tlck = txLock(tid, ip, lmp, tlckXTREE | tlckRELINK);
2753 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckRELINK);
2781 tlck = txLock(tid, ip, mp, tlckXTREE | tlckNEW);
2782 xtlck = (struct xtlock *) & tlck->lock;
2814 tlck = txMaplock(tid, ip, tlckMAP);
2824 tlck = txMaplock(tid, ip, tlckMAP | tlckRELOCATE);
2826 pxdlock = (struct pxd_lock *) & tlck->lock;
2835 * acquire tlck for the parent entry with XAD_NEW as entry
2841 tlck = txLock(tid, ip, pmp, tlckXTREE | tlckGROW);
2842 xtlck = (struct xtlock *) & tlck->lock;
3003 struct tlock *tlck;
3020 tlck = txLock(tid, ip, mp, tlckXTREE | tlckRELINK);
3041 tlck = txLock(tid, ip, mp, tlckXTREE | tlckRELINK);
3163 struct tlock *tlck = NULL;
3251 tlck = txLock(tid, ip, mp, tlckXTREE|tlckGROW);
3284 tlck = txLock(tid, ip, mp, tlckXTREE);
3285 tlck->type = tlckXTREE | tlckTRUNCATE;
3286 xtlck = (struct xtlock *) & tlck->lock;
3350 /* save pxd of truncated extent in tlck */
3421 tlck->type = tlckXTREE | tlckFREE;
3487 tlck = txLock(tid, ip, mp, tlckXTREE);
3488 xtlck = (struct xtlock *) & tlck->lock;
3489 if (!(tlck->type & tlckTRUNCATE)) {
3493 tlck->type =
3537 tlck = lid_to_tlock(lid);
3540 tblk->next = tlck->next;
3547 prev->next = tlck->next;
3550 tlck->next = 0;
3563 tlck = txLock(tid, ip, mp, tlckXTREE);
3564 xtlck = (struct xtlock *) & tlck->lock;
3567 tlck->type = tlckXTREE | tlckFREE;
3717 struct tlock *tlck = NULL;
3781 tlck = txLock(tid, ip, mp, tlckXTREE);
3782 tlck->type = tlckXTREE | tlckFREE;
3783 xtlck = (struct xtlock *) & tlck->lock;
3814 tlck = txLock(tid, ip, mp, tlckXTREE);
3815 xtlck = (struct xtlock *) & tlck->lock;
3817 tlck->type = tlckXTREE | tlckFREE;