Searched refs:ptt (Results 1 - 1 of 1) sorted by relevance

/u-boot/fs/yaffs2/
H A Dyaffs_packedtags2.c41 const struct yaffs_packed_tags2_tags_only *ptt)
45 ptt->obj_id, ptt->chunk_id, ptt->n_bytes, ptt->seq_number);
75 void yaffs_pack_tags2_tags_only(struct yaffs_packed_tags2_tags_only *ptt, argument
78 ptt->chunk_id = t->chunk_id;
79 ptt->seq_number = t->seq_number;
80 ptt->n_bytes = t->n_bytes;
81 ptt
40 yaffs_dump_packed_tags2_tags_only( const struct yaffs_packed_tags2_tags_only *ptt) argument
122 yaffs_unpack_tags2_tags_only(struct yaffs_ext_tags *t, struct yaffs_packed_tags2_tags_only *ptt) argument
[all...]

Completed in 101 milliseconds