• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jfs/

Lines Matching refs:tlck

306 	struct tlock *tlck;
310 tlck = txLock(tid, ip, mp, tlckDATA);
311 llck = (struct linelock *) tlck->lock;
346 struct tlock *tlck;
423 tlck = txLock(tid, ip, mp, tlckDATA);
424 llck = (struct linelock *) & tlck->lock;
833 struct tlock *tlck;
888 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY);
889 dtlck = (struct dt_lock *) & tlck->lock;
952 struct tlock *tlck;
1268 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY);
1269 dtlck = (struct dt_lock *) & tlck->lock;
1355 struct tlock *tlck;
1386 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW);
1387 rdtlck = (struct dt_lock *) & tlck->lock;
1399 tlck = txLock(tid, ip, smp, tlckDTREE | tlckENTRY);
1400 sdtlck = (struct dt_lock *) & tlck->lock;
1487 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK);
1488 jfs_info("dtSplitPage: tlck = 0x%p, ip = 0x%p, mp=0x%p",
1489 tlck, ip, mp);
1490 dtlck = (struct dt_lock *) & tlck->lock;
1662 struct tlock *tlck;
1698 tlck = txMaplock(tid, ip, tlckDTREE | tlckRELOCATE);
1699 pxdlock = (struct pxd_lock *) & tlck->lock;
1735 tlck = txLock(tid, ip, smp, tlckDTREE | type);
1736 dtlck = (struct dt_lock *) & tlck->lock;
1844 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY);
1845 dtlck = (struct dt_lock *) & tlck->lock;
1899 struct tlock *tlck;
1934 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckNEW);
1935 dtlck = (struct dt_lock *) & tlck->lock;
2031 tlck = txLock(tid, ip, smp, tlckDTREE | tlckNEW | tlckBTROOT);
2032 dtlck = (struct dt_lock *) & tlck->lock;
2095 struct tlock *tlck;
2171 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY);
2172 dtlck = (struct dt_lock *) & tlck->lock;
2250 struct tlock *tlck;
2281 tlck = txMaplock(tid, ip, tlckDTREE | tlckFREE);
2282 pxdlock = (struct pxd_lock *) & tlck->lock;
2355 tlck =
2358 pxdlock = (struct pxd_lock *) & tlck->lock;
2393 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY);
2394 dtlck = (struct dt_lock *) & tlck->lock;
2460 struct tlock *tlck;
2529 tlck = txLock(tid, ip, lmp, tlckDTREE | tlckRELINK);
2530 dtlck = (struct dt_lock *) & tlck->lock;
2543 tlck = txLock(tid, ip, rmp, tlckDTREE | tlckRELINK);
2544 dtlck = (struct dt_lock *) & tlck->lock;
2565 tlck = txLock(tid, ip, mp, tlckDTREE | tlckNEW);
2566 dtlck = (struct dt_lock *) & tlck->lock;
2604 tlck = txMaplock(tid, ip, tlckDTREE | tlckFREE);
2605 pxdlock = (struct pxd_lock *) & tlck->lock;
2614 * acquire tlck for the parent entry covering the target dtpage;
2618 tlck = txLock(tid, ip, pmp, tlckDTREE | tlckENTRY);
2619 dtlck = (struct dt_lock *) & tlck->lock;
2757 struct tlock *tlck;
2776 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK);
2777 jfs_info("dtRelink nextbn: tlck = 0x%p, ip = 0x%p, mp=0x%p",
2778 tlck, ip, mp);
2779 dtlck = (struct dt_lock *) & tlck->lock;
2805 tlck = txLock(tid, ip, mp, tlckDTREE | tlckRELINK);
2806 jfs_info("dtRelink prevbn: tlck = 0x%p, ip = 0x%p, mp=0x%p",
2807 tlck, ip, mp);
2808 dtlck = (struct dt_lock *) & tlck->lock;
2837 struct tlock *tlck;
2881 tlck = txLock(tid, ip, (struct metapage *) & jfs_ip->bxflag,
2883 dtlck = (struct dt_lock *) & tlck->lock;
2935 struct tlock *tlck;
2949 tlck = txLock(tid, inode, mp, tlckDTREE | tlckENTRY);
2951 tlck->type |= tlckBTROOT;
2953 dtlck = (struct dt_lock *) &tlck->lock;
4526 struct tlock *tlck;
4548 tlck = txLock(tid, ip, mp, tlckDTREE | tlckENTRY);
4549 dtlck = (struct dt_lock *) & tlck->lock;