Lines Matching refs:tlck
596 struct tlock *ditlck, *tlck; in diWrite() local
678 tlck = lid_to_tlock(lid); in diWrite()
679 assert(tlck->type & tlckXTREE); in diWrite()
680 tlck->type |= tlckBTROOT; in diWrite()
681 tlck->mp = mp; in diWrite()
682 ilinelock = (struct linelock *) & tlck->lock; in diWrite()
707 tlck = lid_to_tlock(lid); in diWrite()
708 type = tlck->type; in diWrite()
709 tlck->type |= tlckBTROOT; in diWrite()
710 tlck->mp = mp; in diWrite()
711 ilinelock = (struct linelock *) & tlck->lock; in diWrite()
857 struct tlock *tlck; in diFree() local
1239 tlck = txLock(tid, ipimap, mp, tlckINODE | tlckFREE); in diFree()
1240 pxdlock = (struct pxd_lock *) & tlck->lock; in diFree()