Searched refs:extdat (Results 1 – 1 of 1) sorted by relevance
1221 struct ms_lib_type_extdat extdat; in ms_lib_check_disableblock() local1230 ms_read_readpage(us, PhyBlock, 1, (u32 *)PageBuf, &extdat); in ms_lib_check_disableblock()1388 struct ms_lib_type_extdat extdat; /* need check */ in ms_libsearch_block_from_physical() local1402 switch (ms_lib_read_extra(us, blk, 0, &extdat)) { in ms_libsearch_block_from_physical()1416 if ((extdat.ovrflg & MS_REG_OVR_BKST) != MS_REG_OVR_BKST_OK) { in ms_libsearch_block_from_physical()1565 struct ms_lib_type_extdat extdat; in ms_lib_scan_logicalblocknumber() local1588 extdat.ovrflg = bbuf[index]; in ms_lib_scan_logicalblocknumber()1589 extdat.mngflg = bbuf[index+1]; in ms_lib_scan_logicalblocknumber()1590 extdat.logadr = memstick_logaddr(bbuf[index+2], in ms_lib_scan_logicalblocknumber()1593 if ((extdat.ovrflg & MS_REG_OVR_BKST) != MS_REG_OVR_BKST_OK) { in ms_lib_scan_logicalblocknumber()[all …]