Home
last modified time | relevance | path

Searched refs:SECTOR_IGNORE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/mtd/
H A Dinftlcore.c275 status = SECTOR_IGNORE; in INFTL_foldchain()
281 case SECTOR_IGNORE: in INFTL_foldchain()
500 case SECTOR_IGNORE: in INFTL_findwriteunit()
661 status = SECTOR_IGNORE; in INFTL_trydeletechain()
667 case SECTOR_IGNORE: in INFTL_trydeletechain()
761 status = SECTOR_IGNORE; in INFTL_deleteblock()
767 case SECTOR_IGNORE: in INFTL_deleteblock()
870 status = SECTOR_IGNORE; in inftl_readblock()
881 case SECTOR_IGNORE: in inftl_readblock()
H A Dnftlcore.c308 case SECTOR_IGNORE: in NFTL_foldchain()
565 case SECTOR_IGNORE: in NFTL_findwriteunit()
720 status = SECTOR_IGNORE; in nftl_readblock()
734 case SECTOR_IGNORE: in nftl_readblock()
H A Dnftlmount.c384 status = SECTOR_IGNORE; in check_sectors_in_chain()
400 bci.Status = SECTOR_IGNORE; in check_sectors_in_chain()
401 bci.Status1 = SECTOR_IGNORE; in check_sectors_in_chain()
/openbmc/linux/include/uapi/mtd/
H A Dnftl-user.h81 #define SECTOR_IGNORE 0x11 macro