Searched refs:lookup_bdev (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/mtd/ |
D | mtdsuper.c | 173 ret = lookup_bdev(fc->source, &dev); in get_tree_mtd()
|
/linux-5.19.10/block/ |
D | bdev.c | 884 error = lookup_bdev(path, &dev); in blkdev_get_by_path() 973 int lookup_bdev(const char *pathname, dev_t *dev) in lookup_bdev() function 1000 EXPORT_SYMBOL(lookup_bdev);
|
/linux-5.19.10/fs/btrfs/ |
D | dev-replace.c | 306 ret = lookup_bdev(device_path, &device->devt); in btrfs_init_dev_replace_tgtdev()
|
D | super.c | 2511 ret = lookup_bdev(vol->name, &devt); in btrfs_control_ioctl()
|
D | volumes.c | 764 error = lookup_bdev(path, &path_devt); in device_list_add() 2638 ret = lookup_bdev(device_path, &device->devt); in btrfs_init_new_device()
|
/linux-5.19.10/include/linux/ |
D | blkdev.h | 1511 int lookup_bdev(const char *pathname, dev_t *dev);
|
/linux-5.19.10/fs/quota/ |
D | quota.c | 877 error = lookup_bdev(tmp->name, &dev); in quotactl_block()
|
/linux-5.19.10/drivers/md/ |
D | dm-table.c | 336 if (lookup_bdev(path, &dev)) in dm_get_dev_t()
|
/linux-5.19.10/drivers/md/bcache/ |
D | super.c | 2571 if (lookup_bdev(strim(path), &dev) == 0 && in register_bcache()
|