HomeSort by relevance Sort by last modified time
    Searched refs:blockStatus (Results 1 - 3 of 3) sorted by null

  /external/yaffs2/yaffs2/
yaffs_mtdif.c 50 oob[5] |= spare->blockStatus == 'Y' ? 0: 0x80;
65 spare->blockStatus = oob[5] & 0x80 ? 0xff : 'Y';
yaffs_tagscompat.c 490 spare.blockStatus = 'Y';
524 if (yaffs_CountBits(spare0.blockStatus & spare1.blockStatus) < 7)
yaffs_guts.h 211 __u8 blockStatus;

Completed in 2200 milliseconds