Home
last modified time | relevance | path

Searched refs:extra_shadows (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_packedtags2.c93 if (t->extra_shadows) in yaffs_pack_tags2_tags_only()
147 t->extra_shadows = ptt->chunk_id & EXTRA_SHADOWS_FLAG ? 1 : 0; in yaffs_unpack_tags2_tags_only()
H A Dyaffs_guts.h201 unsigned extra_shadows; /* Does this shadow another object? */ member
H A Dyaffs_yaffs2.c1105 tags.extra_shadows || in yaffs2_scan_chunk()
H A Dyaffs_guts.c2488 tags.extra_shadows = 0; in yaffs_gc_process_chunk()
3366 new_tags.extra_shadows = (oh->shadows_obj > 0) ? 1 : 0; in yaffs_update_oh()