Searched refs:lookup_bdev (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/mtd/ |
| A D | mtdsuper.c | 150 ret = lookup_bdev(fc->source, &dev); in get_tree_mtd()
|
| /linux/block/ |
| A D | bdev.c | 1037 error = lookup_bdev(path, &dev); in bdev_file_open_by_path() 1155 int lookup_bdev(const char *pathname, dev_t *dev) in lookup_bdev() function 1182 EXPORT_SYMBOL(lookup_bdev);
|
| /linux/fs/ |
| 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/kernel/power/ |
| A D | hibernate.c | 1239 error = lookup_bdev(name, &dev); in resume_store()
|
| /linux/include/linux/ |
| A D | blkdev.h | 1546 int lookup_bdev(const char *pathname, dev_t *dev);
|
| /linux/fs/nilfs2/ |
| A D | super.c | 1209 err = lookup_bdev(fc->source, &dev); in nilfs_get_tree()
|
| /linux/fs/btrfs/ |
| A D | dev-replace.c | 299 ret = lookup_bdev(device_path, &device->devt); in btrfs_init_dev_replace_tgtdev()
|
| A D | super.c | 2244 ret = lookup_bdev(vol->name, &devt); in btrfs_control_ioctl()
|
| A D | volumes.c | 764 error = lookup_bdev(path, &path_devt); in device_list_add() 2695 ret = lookup_bdev(device_path, &device->devt); in btrfs_init_new_device()
|
| /linux/fs/quota/ |
| A D | quota.c | 877 error = lookup_bdev(tmp->name, &dev); in quotactl_block()
|
| /linux/drivers/md/ |
| A D | dm-table.c | 350 r = lookup_bdev(path, &dev); in dm_devt_from_path()
|
| /linux/fs/bcachefs/ |
| A D | fs.c | 1968 ret = lookup_bdev(path, &dev); in bch2_path_to_fs()
|
| /linux/drivers/md/bcache/ |
| A D | super.c | 2573 if (lookup_bdev(strim(path), &dev) == 0 && in register_bcache()
|
Completed in 57 milliseconds