Home
last modified time | relevance | path

Searched defs:yaffs_cache (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_guts.h129 struct yaffs_cache { struct
130 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;