Searched refs:contextList (Results 1 - 2 of 2) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_linux.h23 struct ylist_head contextList; /* List of these we have mounted */ member in struct:yaffs_LinuxContext
H A Dyaffs_vfs_glue.c2572 ylist_del_init(&(yaffs_dev_to_lc(dev)->contextList));
2895 YINIT_LIST_HEAD(&(context->contextList));
3025 context_iterator = ylist_entry(l,struct yaffs_LinuxContext,contextList);
3032 ylist_add_tail(&(yaffs_dev_to_lc(dev)->contextList), &yaffs_context_list);
3275 struct yaffs_LinuxContext *dc = ylist_entry(item, struct yaffs_LinuxContext, contextList);
3308 struct yaffs_LinuxContext *dc = ylist_entry(item, struct yaffs_LinuxContext, contextList);

Completed in 67 milliseconds