Home
last modified time | relevance | path

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

/linux/drivers/mtd/
H A Dmtdsuper.c150 ret = lookup_bdev(fc->source, &dev); in get_tree_mtd()
/linux/block/
H A Dbdev.c1030 error = lookup_bdev(path, &dev); in bdev_file_open_by_path()
1148 int lookup_bdev(const char *pathname, dev_t *dev) in lookup_bdev() function
1175 EXPORT_SYMBOL(lookup_bdev);
/linux/fs/
H A Dsuper.c1594 error = lookup_bdev(fc->source, &dev); in get_tree_bdev()
1642 error = lookup_bdev(dev_name, &dev); in mount_bdev()
/linux/kernel/power/
H A Dhibernate.c1235 error = lookup_bdev(name, &dev); in resume_store()
/linux/fs/btrfs/
H A Ddev-replace.c299 ret = lookup_bdev(device_path, &device->devt); in btrfs_init_dev_replace_tgtdev()
H A Dsuper.c2226 ret = lookup_bdev(vol->name, &devt); in btrfs_control_ioctl()
H A Dvolumes.c762 error = lookup_bdev(path, &path_devt); in device_list_add()
2694 ret = lookup_bdev(device_path, &device->devt); in btrfs_init_new_device()
/linux/include/linux/
H A Dblkdev.h1497 int lookup_bdev(const char *pathname, dev_t *dev);
/linux/fs/nilfs2/
H A Dsuper.c1200 err = lookup_bdev(fc->source, &dev); in nilfs_get_tree()
/linux/fs/quota/
H A Dquota.c877 error = lookup_bdev(tmp->name, &dev); in quotactl_block()
/linux/drivers/md/
H A Ddm-table.c357 r = lookup_bdev(path, &dev); in dm_get_device()
/linux/fs/bcachefs/
H A Dfs.c1701 ret = lookup_bdev(path, &dev); in bch2_path_to_fs()
/linux/drivers/md/bcache/
H A Dsuper.c2581 if (lookup_bdev(strim(path), &dev) == 0 && in register_bcache()