Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/md/ !
Dmd.h111 struct badblocks { struct
112 int count; /* count of bad blocks */
113 int unacked_exist; /* there probably are unacknowledged
117 int shift; /* shift from sectors to block size
120 u64 *page; /* badblock list */
121 int changed;
122 seqlock_t lock;
124 sector_t sector;
125 sector_t size; /* in sectors */
126 } badblocks; member
/linux-3.4.99/include/mtd/ !
Dmtd-abi.h250 __u32 badblocks; member
/linux-3.4.99/drivers/mtd/nand/ !
Dnandsim.c103 static char *badblocks = NULL; variable
/linux-3.4.99/fs/hpfs/ !
Dhpfs.h90 secno badblocks; /* bad block list */ member