Searched refs:lookup_bdev (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/drivers/mtd/ |
| H A D | mtdsuper.c | 150 ret = lookup_bdev(fc->source, &dev); in get_tree_mtd()
|
| /linux-6.15/block/ |
| H A D | bdev.c | 1078 error = lookup_bdev(path, &dev); in bdev_file_open_by_path() 1196 int lookup_bdev(const char *pathname, dev_t *dev) in lookup_bdev() function 1223 EXPORT_SYMBOL(lookup_bdev);
|
| /linux-6.15/fs/ |
| H A D | super.c | 1615 error = lookup_bdev(fc->source, &dev); in get_tree_bdev_flags() 1676 error = lookup_bdev(dev_name, &dev); in mount_bdev()
|
| /linux-6.15/kernel/power/ |
| H A D | hibernate.c | 1248 error = lookup_bdev(name, &dev); in resume_store()
|
| /linux-6.15/fs/nilfs2/ |
| H A D | super.c | 1217 err = lookup_bdev(fc->source, &dev); in nilfs_get_tree()
|
| /linux-6.15/fs/btrfs/ |
| H A D | dev-replace.c | 293 ret = lookup_bdev(device_path, &device->devt); in btrfs_init_dev_replace_tgtdev()
|
| H A D | super.c | 2234 ret = lookup_bdev(vol->name, &devt); in btrfs_control_ioctl()
|
| H A D | volumes.c | 801 error = lookup_bdev(path, &path_devt); in device_list_add() 2746 ret = lookup_bdev(device_path, &device->devt); in btrfs_init_new_device()
|
| /linux-6.15/fs/quota/ |
| H A D | quota.c | 877 error = lookup_bdev(tmp->name, &dev); in quotactl_block()
|
| /linux-6.15/include/linux/ |
| H A D | blkdev.h | 1643 int lookup_bdev(const char *pathname, dev_t *dev);
|
| /linux-6.15/drivers/md/ |
| H A D | dm-table.c | 350 r = lookup_bdev(path, &dev); in dm_devt_from_path()
|
| /linux-6.15/drivers/md/bcache/ |
| H A D | super.c | 2573 if (lookup_bdev(strim(path), &dev) == 0 && in register_bcache()
|
| /linux-6.15/fs/bcachefs/ |
| H A D | fs.c | 2316 ret = lookup_bdev(path, &dev); in bch2_path_to_fs()
|