OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pageStatus
(Results
1 - 3
of
3
) sorted by null
/external/yaffs2/yaffs2/
yaffs_mtdif.c
51
oob[5] |= spare->
pageStatus
== 0 ? 0: 0x40;
66
spare->
pageStatus
= oob[5] & 0x40 ? 0xff : 0;
yaffs_tagscompat.c
415
spare.
pageStatus
= 0;
456
(yaffs_CountBits(spare.
pageStatus
) < 7) ? 1 : 0;
yaffs_guts.h
210
__u8
pageStatus
; /* set to 0 to delete the chunk */
Completed in 153 milliseconds