Searched refs:yaffs_dev_to_lc (Results 1 - 4 of 4) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_linux.h39 #define yaffs_dev_to_lc(dev) ((struct yaffs_LinuxContext *)((dev)->os_context)) macro
H A Dyaffs_mtdif2.c144 ops.oobbuf = yaffs_dev_to_lc(dev)->spareBuffer;
174 memcpy(packed_tags_ptr, yaffs_dev_to_lc(dev)->spareBuffer, packed_tags_size);
H A Dyaffs_vfs_glue.c518 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(de
[all...]
H A Dyaffs_linux_allocator.c106 unsigned mount_id = yaffs_dev_to_lc(dev)->mount_id;

Completed in 30 milliseconds