Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mtd/
Dmtdsuper.c173 ret = lookup_bdev(fc->source, &dev); in get_tree_mtd()
/Linux-v6.1/block/
Dbdev.c883 error = lookup_bdev(path, &dev); in blkdev_get_by_path()
972 int lookup_bdev(const char *pathname, dev_t *dev) in lookup_bdev() function
999 EXPORT_SYMBOL(lookup_bdev);
/Linux-v6.1/fs/btrfs/
Ddev-replace.c306 ret = lookup_bdev(device_path, &device->devt); in btrfs_init_dev_replace_tgtdev()
Dsuper.c2503 ret = lookup_bdev(vol->name, &devt); in btrfs_control_ioctl()
Dvolumes.c772 error = lookup_bdev(path, &path_devt); in device_list_add()
2653 ret = lookup_bdev(device_path, &device->devt); in btrfs_init_new_device()
/Linux-v6.1/include/linux/
Dblkdev.h1479 int lookup_bdev(const char *pathname, dev_t *dev);
/Linux-v6.1/fs/quota/
Dquota.c877 error = lookup_bdev(tmp->name, &dev); in quotactl_block()
/Linux-v6.1/drivers/md/
Ddm-table.c335 if (lookup_bdev(path, &dev)) in dm_get_dev_t()
/Linux-v6.1/drivers/md/bcache/
Dsuper.c2570 if (lookup_bdev(strim(path), &dev) == 0 && in register_bcache()