Searched defs:yaffs_cache (Results 1 – 1 of 1) sorted by relevance
129 struct yaffs_cache { struct130 struct yaffs_obj *object;131 int chunk_id;132 int last_use;133 int dirty;134 int n_bytes; /* Only valid if the cache is dirty */135 int locked; /* Can't push out or flush while locked. */136 u8 *data;