Searched refs:badblocks_check (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | badblocks.h | 51 int badblocks_check(struct badblocks *bb, sector_t s, sector_t sectors,
|
| /linux/block/ |
| H A D | badblocks.c | 1298 int badblocks_check(struct badblocks *bb, sector_t s, sector_t sectors, in badblocks_check() function 1323 EXPORT_SYMBOL_GPL(badblocks_check);
|
| /linux/drivers/nvdimm/ |
| H A D | nd.h | 681 return !!badblocks_check(bb, sector, len / 512, &first_bad, in is_bad_pmem()
|
| H A D | pfn_devs.c | 384 bb_present = badblocks_check(&nd_region->bb, meta_start, in nd_pfn_clear_memmap_errors()
|
| /linux/drivers/block/null_blk/ |
| H A D | main.c | 1355 if (!badblocks_check(bb, sector, *nr_sectors, &first_bad, &bad_sectors)) in null_handle_badblocks()
|