Home
last modified time | relevance | path

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

123

/dports/sysutils/u-boot-rock64/u-boot-2021.07/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;
/dports/sysutils/u-boot-rpi3-32/u-boot-2021.07/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;
/dports/sysutils/u-boot-sifive-fu540/u-boot-2021.07/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;
/dports/emulators/qemu60/qemu-6.0.0/roms/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;
/dports/sysutils/u-boot-rpi-0-w/u-boot-2021.07/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;
/dports/sysutils/u-boot-pinebookpro/u-boot-2021.07/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;
/dports/sysutils/u-boot-qemu-arm/u-boot-2021.07/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;
/dports/sysutils/u-boot-qemu-riscv64/u-boot-2021.07/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;
/dports/sysutils/u-boot-rpi-arm64/u-boot-2021.07/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;
/dports/sysutils/u-boot-riotboard/u-boot-2021.07/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;
/dports/sysutils/u-boot-rock-pi-4/u-boot-2021.07/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;
/dports/sysutils/u-boot-rpi2/u-boot-2021.07/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;
/dports/sysutils/u-boot-rpi3/u-boot-2021.07/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;

123