Home
last modified time | relevance | path

Searched refs:bd_prepare_to_claim (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/block/
Dbdev.c120 int err = bd_prepare_to_claim(bdev, truncate_bdev_range, NULL); in truncate_bdev_range()
541 int bd_prepare_to_claim(struct block_device *bdev, void *holder, in bd_prepare_to_claim() function
573 EXPORT_SYMBOL_GPL(bd_prepare_to_claim); /* only for the loop driver */
894 ret = bd_prepare_to_claim(bdev, holder, hops); in bdev_open()
Dgenhd.c360 ret = bd_prepare_to_claim(disk->part0, disk_scan_partitions, in disk_scan_partitions()
/linux-6.12.1/include/linux/
Dblkdev.h1596 int bd_prepare_to_claim(struct block_device *bdev, void *holder,
/linux-6.12.1/drivers/block/
Dloop.c1040 error = bd_prepare_to_claim(bdev, loop_configure, NULL); in loop_configure()