Home
last modified time | relevance | path

Searched refs:lookup_bdev (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/drivers/mtd/
Dmtdsuper.c173 ret = lookup_bdev(fc->source, &dev); in get_tree_mtd()
/linux-5.19.10/block/
Dbdev.c884 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/
Ddev-replace.c306 ret = lookup_bdev(device_path, &device->devt); in btrfs_init_dev_replace_tgtdev()
Dsuper.c2511 ret = lookup_bdev(vol->name, &devt); in btrfs_control_ioctl()
Dvolumes.c764 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/
Dblkdev.h1511 int lookup_bdev(const char *pathname, dev_t *dev);
/linux-5.19.10/fs/quota/
Dquota.c877 error = lookup_bdev(tmp->name, &dev); in quotactl_block()
/linux-5.19.10/drivers/md/
Ddm-table.c336 if (lookup_bdev(path, &dev)) in dm_get_dev_t()
/linux-5.19.10/drivers/md/bcache/
Dsuper.c2571 if (lookup_bdev(strim(path), &dev) == 0 && in register_bcache()