• 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

810 	struct tlock *tlck;
913 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW);
914 xtlck = (struct xtlock *) & tlck->lock;
967 struct tlock *tlck;
1005 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW);
1006 xtlck = (struct xtlock *) & tlck->lock;
1176 tlck = txLock(tid, ip, smp,
1178 xtlck = (struct xtlock *) & tlck->lock;
1236 struct tlock *tlck;
1286 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW);
1287 rxtlck = (struct xtlock *) & tlck->lock;
1292 tlck = txLock(tid, ip, smp, tlckXTREE | tlckGROW);
1293 sxtlck = (struct xtlock *) & tlck->lock;
1365 tlck = txLock(tid, ip, mp, tlckXTREE | tlckRELINK);
1500 struct tlock *tlck;
1568 tlck = txLock(tid, ip, rmp, tlckXTREE | tlckNEW);
1569 xtlck = (struct xtlock *) & tlck->lock;
1599 tlck = txLock(tid, ip, split->mp, tlckXTREE | tlckGROW);
1600 xtlck = (struct xtlock *) & tlck->lock;
1637 struct tlock *tlck;
1670 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW);
1671 xtlck = (struct xtlock *) & tlck->lock;
1728 tlck = txLock(tid, ip, mp, tlckXTREE|tlckGROW);
1729 xtlck = (struct xtlock *) & tlck->lock;
1800 struct tlock *tlck;
1837 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW);
1838 xtlck = (struct xtlock *) & tlck->lock;
1895 tlck = txLock(tid, ip, mp, tlckXTREE|tlckGROW);
1896 xtlck = (struct xtlock *) & tlck->lock;
1985 struct tlock *tlck;
2011 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW);
2012 xtlck = (struct xtlock *) & tlck->lock;
2229 tlck = txLock(tid, ip, mp, tlckXTREE|tlckGROW);
2230 xtlck = (struct xtlock *) & tlck->lock;
2290 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW);
2291 xtlck = (struct xtlock *) & tlck->lock;
2384 tlck = txLock(tid, ip, mp, tlckXTREE|tlckGROW);
2385 xtlck = (struct xtlock *) & tlck->lock;
2450 struct tlock *tlck;
2563 tlck = txLock(tid, ip, mp, tlckXTREE | tlckGROW);
2564 xtlck = (struct xtlock *) & tlck->lock;
2615 struct tlock *tlck;
2650 tlck = txLock(tid, ip, mp, tlckXTREE);
2651 xtlck = (struct xtlock *) & tlck->lock;
2688 struct tlock *tlck;
2784 tlck = txLock(tid, ip, mp, tlckXTREE);
2785 xtlck = (struct xtlock *) & tlck->lock;
2835 struct tlock *tlck;
3029 tlck =
3037 tlck =
3066 tlck = txLock(tid, ip, mp, tlckXTREE | tlckNEW);
3067 xtlck = (struct xtlock *) & tlck->lock;
3099 tlck = txMaplock(tid, ip, tlckMAP);
3109 tlck = txMaplock(tid, ip, tlckMAP | tlckRELOCATE);
3111 pxdlock = (struct pxd_lock *) & tlck->lock;
3120 * acquire tlck for the parent entry with XAD_NEW as entry
3126 tlck = txLock(tid, ip, pmp, tlckXTREE | tlckGROW);
3127 xtlck = (struct xtlock *) & tlck->lock;
3288 struct tlock *tlck;
3305 tlck = txLock(tid, ip, mp, tlckXTREE | tlckRELINK);
3326 tlck = txLock(tid, ip, mp, tlckXTREE | tlckRELINK);
3448 struct tlock *tlck = NULL;
3536 tlck = txLock(tid, ip, mp, tlckXTREE|tlckGROW);
3569 tlck = txLock(tid, ip, mp, tlckXTREE);
3570 tlck->type = tlckXTREE | tlckTRUNCATE;
3571 xtlck = (struct xtlock *) & tlck->lock;
3635 /* save pxd of truncated extent in tlck */
3706 tlck->type = tlckXTREE | tlckFREE;
3772 tlck = txLock(tid, ip, mp, tlckXTREE);
3773 xtlck = (struct xtlock *) & tlck->lock;
3774 if (!(tlck->type & tlckTRUNCATE)) {
3778 tlck->type =
3822 tlck = lid_to_tlock(lid);
3825 tblk->next = tlck->next;
3832 prev->next = tlck->next;
3835 tlck->next = 0;
3848 tlck = txLock(tid, ip, mp, tlckXTREE);
3849 xtlck = (struct xtlock *) & tlck->lock;
3852 tlck->type = tlckXTREE | tlckFREE;
4002 struct tlock *tlck = NULL;
4067 tlck = txLock(tid, ip, mp, tlckXTREE);
4068 tlck->type = tlckXTREE | tlckFREE;
4069 xtlck = (struct xtlock *) & tlck->lock;
4100 tlck = txLock(tid, ip, mp, tlckXTREE);
4101 xtlck = (struct xtlock *) & tlck->lock;
4104 tlck->type = tlckXTREE | tlckFREE;