Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Dmd.h120 struct badblocks { struct
121 int count; /* count of bad blocks */
122 int unacked_exist; /* there probably are unacknowledged
126 int shift; /* shift from sectors to block size
129 u64 *page; /* badblock list */
130 int changed;
131 seqlock_t lock;
133 sector_t sector;
134 sector_t size; /* in sectors */
135 } badblocks; member
/linux-4.4.14/include/uapi/mtd/
Dmtd-abi.h251 __u32 badblocks; member
/linux-4.4.14/drivers/mtd/nand/
Dnandsim.c101 static char *badblocks = NULL; variable
/linux-4.4.14/fs/hpfs/
Dhpfs.h90 __le32 badblocks; /* bad block list */ member