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()
833 struct tlock *tlck; in dtInsert() local
888 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtInsert()
889 dtlck = (struct dt_lock *) & tlck->lock; in dtInsert()
952 struct tlock *tlck; in dtSplitUp() local
1265 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitUp()
1266 dtlck = (struct dt_lock *) & tlck->lock; in dtSplitUp()
1352 struct tlock *tlck; in dtSplitPage() local
1384 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitPage()
1385 rdtlck = (struct dt_lock *) & tlck->lock; in dtSplitPage()
1397 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY); in dtSplitPage()
1398 sdtlck = (struct dt_lock *) & tlck->lock; in dtSplitPage()
1485 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtSplitPage()
1487 tlck, ip, mp); in dtSplitPage()
1488 dtlck = (struct dt_lock *) & tlck->lock; in dtSplitPage()
1660 struct tlock *tlck; in dtExtendPage() local
1696 tlck = txMaplock(tid, ip, tlckDTREE | tlckRELOCATE); in dtExtendPage()
1697 pxdlock = (struct pxd_lock *) & tlck->lock; in dtExtendPage()
1733 tlck = txLock(tid, ip, smp, tlckDTREE | type); in dtExtendPage()
1734 dtlck = (struct dt_lock *) & tlck->lock; in dtExtendPage()
1839 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY); in dtExtendPage()
1840 dtlck = (struct dt_lock *) & tlck->lock; in dtExtendPage()
1894 struct tlock *tlck; in dtSplitRoot() local
1931 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW); in dtSplitRoot()
1932 dtlck = (struct dt_lock *) & tlck->lock; in dtSplitRoot()
2028 tlck = txLock(tid, ip, smp, tlckDTREE | tlckNEW | tlckBTROOT); in dtSplitRoot()
2029 dtlck = (struct dt_lock *) & tlck->lock; in dtSplitRoot()
2092 struct tlock *tlck; in dtDelete() local
2168 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtDelete()
2169 dtlck = (struct dt_lock *) & tlck->lock; in dtDelete()
2247 struct tlock *tlck; in dtDeleteUp() local
2278 tlck = txMaplock(tid, ip, tlckDTREE | tlckFREE); in dtDeleteUp()
2279 pxdlock = (struct pxd_lock *) & tlck->lock; in dtDeleteUp()
2352 tlck = in dtDeleteUp()
2355 pxdlock = (struct pxd_lock *) & tlck->lock; in dtDeleteUp()
2390 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtDeleteUp()
2391 dtlck = (struct dt_lock *) & tlck->lock; in dtDeleteUp()
2457 struct tlock *tlck; in dtRelocate() local
2526 tlck = txLock(tid, ip, lmp, tlckDTREE | tlckRELINK); in dtRelocate()
2527 dtlck = (struct dt_lock *) & tlck->lock; in dtRelocate()
2540 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckRELINK); in dtRelocate()
2541 dtlck = (struct dt_lock *) & tlck->lock; in dtRelocate()
2562 tlck = txLock(tid, ip, mp, tlckDTREE | tlckNEW); in dtRelocate()
2563 dtlck = (struct dt_lock *) & tlck->lock; in dtRelocate()
2599 tlck = txMaplock(tid, ip, tlckDTREE | tlckFREE); in dtRelocate()
2600 pxdlock = (struct pxd_lock *) & tlck->lock; in dtRelocate()
2613 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY); in dtRelocate()
2614 dtlck = (struct dt_lock *) & tlck->lock; in dtRelocate()
2752 struct tlock *tlck; in dtRelink() local
2771 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtRelink()
2773 tlck, ip, mp); in dtRelink()
2774 dtlck = (struct dt_lock *) & tlck->lock; in dtRelink()
2800 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK); in dtRelink()
2802 tlck, ip, mp); in dtRelink()
2803 dtlck = (struct dt_lock *) & tlck->lock; in dtRelink()
2832 struct tlock *tlck; in dtInitRoot() local
2876 tlck = txLock(tid, ip, (struct metapage *) & jfs_ip->bxflag, in dtInitRoot()
2878 dtlck = (struct dt_lock *) & tlck->lock; in dtInitRoot()
2930 struct tlock *tlck; in add_missing_indices() local
2944 tlck = txLock(tid, inode, mp, tlckDTREE | tlckENTRY); in add_missing_indices()
2946 tlck->type |= tlckBTROOT; in add_missing_indices()
2948 dtlck = (struct dt_lock *) &tlck->lock; in add_missing_indices()
4536 struct tlock *tlck; in dtModify() local
4558 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY); in dtModify()
4559 dtlck = (struct dt_lock *) & tlck->lock; in dtModify()