Lines Matching refs:tlck
616 struct tlock *ditlck, *tlck; in diWrite() local
698 tlck = lid_to_tlock(lid); in diWrite()
699 assert(tlck->type & tlckXTREE); in diWrite()
700 tlck->type |= tlckBTROOT; in diWrite()
701 tlck->mp = mp; in diWrite()
702 ilinelock = (struct linelock *) & tlck->lock; in diWrite()
727 tlck = lid_to_tlock(lid); in diWrite()
728 type = tlck->type; in diWrite()
729 tlck->type |= tlckBTROOT; in diWrite()
730 tlck->mp = mp; in diWrite()
731 ilinelock = (struct linelock *) & tlck->lock; in diWrite()
877 struct tlock *tlck; in diFree() local
1259 tlck = txLock(tid, ipimap, mp, tlckINODE | tlckFREE); in diFree()
1260 pxdlock = (struct pxd_lock *) & tlck->lock; in diFree()