Lines Matching refs:tlck

294 	struct tlock *tlck;  in lock_index()  local
298 tlck = txLock(tid, ip, mp, tlckDATA); in lock_index()
299 llck = (struct linelock *) tlck->lock; in lock_index()
334 struct tlock *tlck; in add_index() local
412 tlck = txLock(tid, ip, mp, tlckDATA); in add_index()
413 llck = (struct linelock *) & tlck->lock; in add_index()
821 struct tlock *tlck; in dtInsert() local
876 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtInsert()
877 dtlck = (struct dt_lock *) & tlck->lock; in dtInsert()
940 struct tlock *tlck; in dtSplitUp() local
1253 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitUp()
1254 dtlck = (struct dt_lock *) & tlck->lock; in dtSplitUp()
1340 struct tlock *tlck; in dtSplitPage() local
1372 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitPage()
1373 rdtlck = (struct dt_lock *) & tlck->lock; in dtSplitPage()
1385 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitPage()
1386 sdtlck = (struct dt_lock *) & tlck->lock; in dtSplitPage()
1473 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtSplitPage()
1475 tlck, ip, mp); in dtSplitPage()
1476 dtlck = (struct dt_lock *) & tlck->lock; in dtSplitPage()
1648 struct tlock *tlck; in dtExtendPage() local
1684 tlck = txMaplock(tid, ip, tlckDTREE | tlckRELOCATE); in dtExtendPage()
1685 pxdlock = (struct pxd_lock *) & tlck->lock; in dtExtendPage()
1721 tlck = txLock(tid, ip, smp, tlckDTREE | type); in dtExtendPage()
1722 dtlck = (struct dt_lock *) & tlck->lock; in dtExtendPage()
1827 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY); in dtExtendPage()
1828 dtlck = (struct dt_lock *) & tlck->lock; in dtExtendPage()
1882 struct tlock *tlck; in dtSplitRoot() local
1919 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitRoot()
1920 dtlck = (struct dt_lock *) & tlck->lock; in dtSplitRoot()
2016 tlck = txLock(tid, ip, smp, tlckDTREE | tlckNEW | tlckBTROOT); in dtSplitRoot()
2017 dtlck = (struct dt_lock *) & tlck->lock; in dtSplitRoot()
2080 struct tlock *tlck; in dtDelete() local
2156 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtDelete()
2157 dtlck = (struct dt_lock *) & tlck->lock; in dtDelete()
2235 struct tlock *tlck; in dtDeleteUp() local
2266 tlck = txMaplock(tid, ip, tlckDTREE | tlckFREE); in dtDeleteUp()
2267 pxdlock = (struct pxd_lock *) & tlck->lock; in dtDeleteUp()
2340 tlck = in dtDeleteUp()
2343 pxdlock = (struct pxd_lock *) & tlck->lock; in dtDeleteUp()
2378 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtDeleteUp()
2379 dtlck = (struct dt_lock *) & tlck->lock; in dtDeleteUp()
2445 struct tlock *tlck; in dtRelocate() local
2514 tlck = txLock(tid, ip, lmp, tlckDTREE | tlckRELINK); in dtRelocate()
2515 dtlck = (struct dt_lock *) & tlck->lock; in dtRelocate()
2528 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckRELINK); in dtRelocate()
2529 dtlck = (struct dt_lock *) & tlck->lock; in dtRelocate()
2550 tlck = txLock(tid, ip, mp, tlckDTREE | tlckNEW); in dtRelocate()
2551 dtlck = (struct dt_lock *) & tlck->lock; in dtRelocate()
2587 tlck = txMaplock(tid, ip, tlckDTREE | tlckFREE); in dtRelocate()
2588 pxdlock = (struct pxd_lock *) & tlck->lock; in dtRelocate()
2601 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY); in dtRelocate()
2602 dtlck = (struct dt_lock *) & tlck->lock; in dtRelocate()
2740 struct tlock *tlck; in dtRelink() local
2759 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtRelink()
2761 tlck, ip, mp); in dtRelink()
2762 dtlck = (struct dt_lock *) & tlck->lock; in dtRelink()
2788 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtRelink()
2790 tlck, ip, mp); in dtRelink()
2791 dtlck = (struct dt_lock *) & tlck->lock; in dtRelink()
2820 struct tlock *tlck; in dtInitRoot() local
2864 tlck = txLock(tid, ip, (struct metapage *) & jfs_ip->bxflag, in dtInitRoot()
2866 dtlck = (struct dt_lock *) & tlck->lock; in dtInitRoot()
2918 struct tlock *tlck; in add_missing_indices() local
2932 tlck = txLock(tid, inode, mp, tlckDTREE | tlckENTRY); in add_missing_indices()
2934 tlck->type |= tlckBTROOT; in add_missing_indices()
2936 dtlck = (struct dt_lock *) &tlck->lock; in add_missing_indices()
4516 struct tlock *tlck; in dtModify() local
4538 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtModify()
4539 dtlck = (struct dt_lock *) & tlck->lock; in dtModify()