OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yaffs_ExtendedTags
(Results
1 - 23
of
23
) sorted by null
/external/yaffs2/yaffs2/
yaffs_tagsvalidity.h
23
void yaffs_InitialiseTags(
yaffs_ExtendedTags
* tags);
24
int yaffs_ValidateTags(
yaffs_ExtendedTags
* tags);
yaffs_tagsvalidity.c
19
void yaffs_InitialiseTags(
yaffs_ExtendedTags
* tags)
21
memset(tags, 0, sizeof(
yaffs_ExtendedTags
));
26
int yaffs_ValidateTags(
yaffs_ExtendedTags
* tags)
yaffs_mtdif2.h
22
const
yaffs_ExtendedTags
* tags);
24
__u8 * data,
yaffs_ExtendedTags
* tags);
yaffs_packedtags1.h
20
void yaffs_PackTags1(yaffs_PackedTags1 * pt, const
yaffs_ExtendedTags
* t);
21
void yaffs_UnpackTags1(
yaffs_ExtendedTags
* t, const yaffs_PackedTags1 * pt);
yaffs_packedtags2.h
21
void yaffs_PackTags2(yaffs_PackedTags2 * pt, const
yaffs_ExtendedTags
* t);
22
void yaffs_UnpackTags2(
yaffs_ExtendedTags
* t, yaffs_PackedTags2 * pt);
yaffs_tagscompat.h
27
const
yaffs_ExtendedTags
*
32
yaffs_ExtendedTags
*
yaffs_nand.h
23
yaffs_ExtendedTags
* tags);
28
yaffs_ExtendedTags
* tags);
yaffs_nandemul2k.h
28
yaffs_ExtendedTags
* tags);
31
yaffs_ExtendedTags
* tags);
yaffs_packedtags1.c
4
void yaffs_PackTags1(yaffs_PackedTags1 * pt, const
yaffs_ExtendedTags
* t)
17
void yaffs_UnpackTags1(
yaffs_ExtendedTags
* t, const yaffs_PackedTags1 * pt)
36
memset(t, 0, sizeof(
yaffs_ExtendedTags
));
yaffs_nand.c
25
yaffs_ExtendedTags
* tags)
28
yaffs_ExtendedTags
localTags;
57
yaffs_ExtendedTags
* tags)
yaffs_packedtags2.c
54
static void yaffs_DumpTags2(const
yaffs_ExtendedTags
* t)
66
void yaffs_PackTags2(yaffs_PackedTags2 * pt, const
yaffs_ExtendedTags
* t)
110
void yaffs_UnpackTags2(
yaffs_ExtendedTags
* t, yaffs_PackedTags2 * pt)
113
memset(t, 0, sizeof(
yaffs_ExtendedTags
));
yaffs_checkptrw.c
98
yaffs_ExtendedTags
tags;
180
yaffs_ExtendedTags
tags;
256
yaffs_ExtendedTags
tags;
yaffs_mtdif2.c
121
const
yaffs_ExtendedTags
* tags)
181
__u8 * data,
yaffs_ExtendedTags
* tags)
289
yaffs_ExtendedTags
t;
yaffs_guts.h
202
}
yaffs_ExtendedTags
;
578
const
yaffs_ExtendedTags
* tags);
581
yaffs_ExtendedTags
* tags);
888
void yaffs_InitialiseTags(
yaffs_ExtendedTags
* tags);
yaffs_guts.c
51
const
yaffs_ExtendedTags
* tags);
53
const
yaffs_ExtendedTags
* tags);
63
yaffs_ExtendedTags
* tags,
92
static int yaffs_TagsMatch(const
yaffs_ExtendedTags
* tags, int objectId,
369
yaffs_ExtendedTags
tags;
392
yaffs_ExtendedTags
* tags,
505
const
yaffs_ExtendedTags
* tags)
510
const
yaffs_ExtendedTags
* tags)
984
yaffs_ExtendedTags
* tags, int objectId,
1019
yaffs_ExtendedTags
tags
[
all
...]
yaffs_tagscompat.c
406
const
yaffs_ExtendedTags
*
435
yaffs_ExtendedTags
* eTags)