Searched refs:badblocks_clear (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/ |
H A D | badblocks.h | 55 int badblocks_clear(struct badblocks *bb, sector_t s, int sectors);
|
/linux/drivers/nvdimm/ |
H A D | claim.c | 289 badblocks_clear(&nsio->bb, sector, cleared); in nsio_rw_bytes()
|
H A D | bus.c | 187 badblocks_clear(&nd_region->bb, sector, ctx->cleared / 512); in nvdimm_clear_badblocks_region()
|
/linux/block/ |
H A D | badblocks.c | 1450 int badblocks_clear(struct badblocks *bb, sector_t s, int sectors) in badblocks_clear() function 1454 EXPORT_SYMBOL_GPL(badblocks_clear);
|
/linux/drivers/md/ |
H A D | md.c | 9854 rv = badblocks_clear(&rdev->badblocks, s, sectors); in rdev_clear_badblocks()
|