• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/

Lines Matching refs:yaffs_dev_to_lc

518 	down(&(yaffs_dev_to_lc(dev)->grossLock));
525 up(&(yaffs_dev_to_lc(dev)->grossLock));
640 ylist_add(&sc->others,&(yaffs_dev_to_lc(dev)->searchContexts));
689 struct ylist_head *search_contexts = &(yaffs_dev_to_lc(obj->my_dev)->searchContexts);
789 if(current != yaffs_dev_to_lc(dev)->readdirProcess)
802 if(current != yaffs_dev_to_lc(dev)->readdirProcess)
1580 yaffs_dev_to_lc(dev)->readdirProcess = current;
1665 yaffs_dev_to_lc(dev)->readdirProcess = NULL;
2246 struct yaffs_LinuxContext *context = yaffs_dev_to_lc(dev);
2318 struct yaffs_LinuxContext *context = yaffs_dev_to_lc(dev);
2399 struct yaffs_LinuxContext *context = yaffs_dev_to_lc(dev);
2419 struct yaffs_LinuxContext *ctxt = yaffs_dev_to_lc(dev);
2531 if(current != yaffs_dev_to_lc(dev)->readdirProcess)
2538 if(current != yaffs_dev_to_lc(dev)->readdirProcess)
2563 if (yaffs_dev_to_lc(dev)->putSuperFunc)
2564 yaffs_dev_to_lc(dev)->putSuperFunc(sb);
2572 ylist_del_init(&(yaffs_dev_to_lc(dev)->contextList));
2575 if (yaffs_dev_to_lc(dev)->spareBuffer) {
2576 YFREE(yaffs_dev_to_lc(dev)->spareBuffer);
2577 yaffs_dev_to_lc(dev)->spareBuffer = NULL;
2597 struct super_block *sb = yaffs_dev_to_lc(dev)->superBlock;
2968 yaffs_dev_to_lc(dev)->spareBuffer = YMALLOC(mtd->oobsize);
3000 yaffs_dev_to_lc(dev)->putSuperFunc = yaffs_MTDPutSuper;
3005 yaffs_dev_to_lc(dev)->superBlock= sb;
3032 ylist_add_tail(&(yaffs_dev_to_lc(dev)->contextList), &yaffs_context_list);
3036 YINIT_LIST_HEAD(&(yaffs_dev_to_lc(dev)->searchContexts));
3039 init_MUTEX(&(yaffs_dev_to_lc(dev)->grossLock));