Home
last modified time | relevance | path

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

/Linux-v6.6/block/
Dbdev.c105 int err = bd_prepare_to_claim(bdev, truncate_bdev_range, NULL); in truncate_bdev_range()
500 int bd_prepare_to_claim(struct block_device *bdev, void *holder, in bd_prepare_to_claim() function
532 EXPORT_SYMBOL_GPL(bd_prepare_to_claim); /* only for the loop driver */
774 ret = bd_prepare_to_claim(bdev, holder, hops); in blkdev_get_by_dev()
Dgenhd.c362 ret = bd_prepare_to_claim(disk->part0, disk_scan_partitions, in disk_scan_partitions()
/Linux-v6.6/include/linux/
Dblkdev.h1486 int bd_prepare_to_claim(struct block_device *bdev, void *holder,
/Linux-v6.6/drivers/block/
Dloop.c1018 error = bd_prepare_to_claim(bdev, loop_configure, NULL); in loop_configure()