Searched refs:badblocks_store (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | badblocks.h | 51 ssize_t badblocks_store(struct badblocks *bb, const char *page, size_t len,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | badblocks.h | 51 ssize_t badblocks_store(struct badblocks *bb, const char *page, size_t len,
|
/kernel/linux/linux-5.10/block/ |
H A D | badblocks.c | 508 * badblocks_store() - sysfs access to bad-blocks list 517 ssize_t badblocks_store(struct badblocks *bb, const char *page, size_t len, in badblocks_store() function 542 EXPORT_SYMBOL_GPL(badblocks_store); variable
|
H A D | genhd.c | 987 return badblocks_store(disk->bb, page, len, 0); in disk_badblocks_store()
|
/kernel/linux/linux-6.6/block/ |
H A D | badblocks.c | 506 * badblocks_store() - sysfs access to bad-blocks list 515 ssize_t badblocks_store(struct badblocks *bb, const char *page, size_t len, in badblocks_store() function 540 EXPORT_SYMBOL_GPL(badblocks_store); variable
|
H A D | genhd.c | 768 return badblocks_store(disk->bb, page, len, 0); in disk_badblocks_store()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md.c | 3556 int rv = badblocks_store(&rdev->badblocks, page, len, 0); in bb_store() 3571 return badblocks_store(&rdev->badblocks, page, len, 1); in ubb_store()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md.c | 3477 int rv = badblocks_store(&rdev->badblocks, page, len, 0); in bb_store() 3492 return badblocks_store(&rdev->badblocks, page, len, 1); in ubb_store()
|
Completed in 35 milliseconds