Home
last modified time | relevance | path

Searched refs:as_bytes (Results 1 – 2 of 2) sorted by relevance

/fs/yaffs2/
Dyaffs_tagscompat.c29 unsigned char *b = ((union yaffs_tags_union *)tags)->as_bytes; in yaffs_calc_tags_ecc()
56 unsigned char *b = ((union yaffs_tags_union *)tags)->as_bytes; in yaffs_check_tags_ecc()
83 spare_ptr->tb0 = tu->as_bytes[0]; in yaffs_load_tags_to_spare()
84 spare_ptr->tb1 = tu->as_bytes[1]; in yaffs_load_tags_to_spare()
85 spare_ptr->tb2 = tu->as_bytes[2]; in yaffs_load_tags_to_spare()
86 spare_ptr->tb3 = tu->as_bytes[3]; in yaffs_load_tags_to_spare()
87 spare_ptr->tb4 = tu->as_bytes[4]; in yaffs_load_tags_to_spare()
88 spare_ptr->tb5 = tu->as_bytes[5]; in yaffs_load_tags_to_spare()
89 spare_ptr->tb6 = tu->as_bytes[6]; in yaffs_load_tags_to_spare()
90 spare_ptr->tb7 = tu->as_bytes[7]; in yaffs_load_tags_to_spare()
[all …]
Dyaffs_guts.h157 u8 as_bytes[8]; member