Lines Matching refs:tlck

307 	struct tlock *tlck;  in lock_index()  local
311 tlck = txLock(tid, ip, mp, tlckDATA); in lock_index()
312 llck = (struct linelock *) tlck->lock; in lock_index()
347 struct tlock *tlck; in add_index() local
425 tlck = txLock(tid, ip, mp, tlckDATA); in add_index()
426 llck = (struct linelock *) & tlck->lock; in add_index()
834 struct tlock *tlck; in dtInsert() local
889 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtInsert()
890 dtlck = (struct dt_lock *) & tlck->lock; in dtInsert()
953 struct tlock *tlck; in dtSplitUp() local
1266 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitUp()
1267 dtlck = (struct dt_lock *) & tlck->lock; in dtSplitUp()
1353 struct tlock *tlck; in dtSplitPage() local
1385 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitPage()
1386 rdtlck = (struct dt_lock *) & tlck->lock; in dtSplitPage()
1398 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitPage()
1399 sdtlck = (struct dt_lock *) & tlck->lock; in dtSplitPage()
1486 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtSplitPage()
1488 tlck, ip, mp); in dtSplitPage()
1489 dtlck = (struct dt_lock *) & tlck->lock; in dtSplitPage()
1661 struct tlock *tlck; in dtExtendPage() local
1697 tlck = txMaplock(tid, ip, tlckDTREE | tlckRELOCATE); in dtExtendPage()
1698 pxdlock = (struct pxd_lock *) & tlck->lock; in dtExtendPage()
1734 tlck = txLock(tid, ip, smp, tlckDTREE | type); in dtExtendPage()
1735 dtlck = (struct dt_lock *) & tlck->lock; in dtExtendPage()
1840 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY); in dtExtendPage()
1841 dtlck = (struct dt_lock *) & tlck->lock; in dtExtendPage()
1895 struct tlock *tlck; in dtSplitRoot() local
1932 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitRoot()
1933 dtlck = (struct dt_lock *) & tlck->lock; in dtSplitRoot()
2029 tlck = txLock(tid, ip, smp, tlckDTREE | tlckNEW | tlckBTROOT); in dtSplitRoot()
2030 dtlck = (struct dt_lock *) & tlck->lock; in dtSplitRoot()
2093 struct tlock *tlck; in dtDelete() local
2169 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtDelete()
2170 dtlck = (struct dt_lock *) & tlck->lock; in dtDelete()
2248 struct tlock *tlck; in dtDeleteUp() local
2279 tlck = txMaplock(tid, ip, tlckDTREE | tlckFREE); in dtDeleteUp()
2280 pxdlock = (struct pxd_lock *) & tlck->lock; in dtDeleteUp()
2353 tlck = in dtDeleteUp()
2356 pxdlock = (struct pxd_lock *) & tlck->lock; in dtDeleteUp()
2391 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtDeleteUp()
2392 dtlck = (struct dt_lock *) & tlck->lock; in dtDeleteUp()
2458 struct tlock *tlck; in dtRelocate() local
2527 tlck = txLock(tid, ip, lmp, tlckDTREE | tlckRELINK); in dtRelocate()
2528 dtlck = (struct dt_lock *) & tlck->lock; in dtRelocate()
2541 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckRELINK); in dtRelocate()
2542 dtlck = (struct dt_lock *) & tlck->lock; in dtRelocate()
2563 tlck = txLock(tid, ip, mp, tlckDTREE | tlckNEW); in dtRelocate()
2564 dtlck = (struct dt_lock *) & tlck->lock; in dtRelocate()
2600 tlck = txMaplock(tid, ip, tlckDTREE | tlckFREE); in dtRelocate()
2601 pxdlock = (struct pxd_lock *) & tlck->lock; in dtRelocate()
2614 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY); in dtRelocate()
2615 dtlck = (struct dt_lock *) & tlck->lock; in dtRelocate()
2753 struct tlock *tlck; in dtRelink() local
2772 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtRelink()
2774 tlck, ip, mp); in dtRelink()
2775 dtlck = (struct dt_lock *) & tlck->lock; in dtRelink()
2801 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtRelink()
2803 tlck, ip, mp); in dtRelink()
2804 dtlck = (struct dt_lock *) & tlck->lock; in dtRelink()
2833 struct tlock *tlck; in dtInitRoot() local
2877 tlck = txLock(tid, ip, (struct metapage *) & jfs_ip->bxflag, in dtInitRoot()
2879 dtlck = (struct dt_lock *) & tlck->lock; in dtInitRoot()
2931 struct tlock *tlck; in add_missing_indices() local
2945 tlck = txLock(tid, inode, mp, tlckDTREE | tlckENTRY); in add_missing_indices()
2947 tlck->type |= tlckBTROOT; in add_missing_indices()
2949 dtlck = (struct dt_lock *) &tlck->lock; in add_missing_indices()
4529 struct tlock *tlck; in dtModify() local
4551 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtModify()
4552 dtlck = (struct dt_lock *) & tlck->lock; in dtModify()