Home
last modified time | relevance | path

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

/linux-6.1.9/block/
Dbdev.c105 int err = bd_prepare_to_claim(bdev, truncate_bdev_range); in truncate_bdev_range()
573 int bd_prepare_to_claim(struct block_device *bdev, void *holder) in bd_prepare_to_claim() function
604 EXPORT_SYMBOL_GPL(bd_prepare_to_claim); /* only for the loop driver */
806 ret = bd_prepare_to_claim(bdev, holder); in blkdev_get_by_dev()
/linux-6.1.9/include/linux/
Dblkdev.h1494 int bd_prepare_to_claim(struct block_device *bdev, void *holder);
/linux-6.1.9/drivers/block/
Dloop.c1021 error = bd_prepare_to_claim(bdev, loop_configure); in loop_configure()