Home
last modified time | relevance | path

Searched defs:badblocks (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/md/
Dmd.h113 struct badblocks { struct
114 int count; /* count of bad blocks */
115 int unacked_exist; /* there probably are unacknowledged
119 int shift; /* shift from sectors to block size
122 u64 *page; /* badblock list */
123 int changed;
124 seqlock_t lock;
126 sector_t sector;
127 sector_t size; /* in sectors */
128 } badblocks; member
/linux-4.1.27/include/uapi/mtd/
Dmtd-abi.h251 __u32 badblocks; member
/linux-4.1.27/drivers/mtd/nand/
Dnandsim.c101 static char *badblocks = NULL; variable
/linux-4.1.27/fs/hpfs/
Dhpfs.h90 __le32 badblocks; /* bad block list */ member