Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/mtd/
Dmtdsuper.c150 ret = lookup_bdev(fc->source, &dev); in get_tree_mtd()
/linux-6.6.21/block/
Dbdev.c858 error = lookup_bdev(path, &dev); in blkdev_get_by_path()
919 int lookup_bdev(const char *pathname, dev_t *dev) in lookup_bdev() function
946 EXPORT_SYMBOL(lookup_bdev);
/linux-6.6.21/kernel/power/
Dhibernate.c1177 error = lookup_bdev(name, &dev); in resume_store()
/linux-6.6.21/fs/
Dsuper.c1548 error = lookup_bdev(fc->source, &dev); in get_tree_bdev()
1604 error = lookup_bdev(dev_name, &dev); in mount_bdev()
/linux-6.6.21/include/linux/
Dblkdev.h1452 int lookup_bdev(const char *pathname, dev_t *dev);
/linux-6.6.21/fs/btrfs/
Ddev-replace.c300 ret = lookup_bdev(device_path, &device->devt); in btrfs_init_dev_replace_tgtdev()
Dsuper.c2208 ret = lookup_bdev(vol->name, &devt); in btrfs_control_ioctl()
Dvolumes.c793 error = lookup_bdev(path, &path_devt); in device_list_add()
2668 ret = lookup_bdev(device_path, &device->devt); in btrfs_init_new_device()
/linux-6.6.21/fs/nilfs2/
Dsuper.c1307 err = lookup_bdev(dev_name, &dev); in nilfs_mount()
/linux-6.6.21/fs/quota/
Dquota.c877 error = lookup_bdev(tmp->name, &dev); in quotactl_block()
/linux-6.6.21/drivers/md/
Ddm-table.c357 r = lookup_bdev(path, &dev); in dm_get_device()
/linux-6.6.21/drivers/md/bcache/
Dsuper.c2583 if (lookup_bdev(strim(path), &dev) == 0 && in register_bcache()