Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mtd/
Dmtdsuper.c150 ret = lookup_bdev(fc->source, &dev); in get_tree_mtd()
/linux-6.12.1/block/
Dbdev.c1037 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-6.12.1/fs/
Dsuper.c1615 error = lookup_bdev(fc->source, &dev); in get_tree_bdev_flags()
1676 error = lookup_bdev(dev_name, &dev); in mount_bdev()
/linux-6.12.1/kernel/power/
Dhibernate.c1239 error = lookup_bdev(name, &dev); in resume_store()
/linux-6.12.1/include/linux/
Dblkdev.h1546 int lookup_bdev(const char *pathname, dev_t *dev);
/linux-6.12.1/fs/nilfs2/
Dsuper.c1209 err = lookup_bdev(fc->source, &dev); in nilfs_get_tree()
/linux-6.12.1/fs/btrfs/
Ddev-replace.c299 ret = lookup_bdev(device_path, &device->devt); in btrfs_init_dev_replace_tgtdev()
Dsuper.c2244 ret = lookup_bdev(vol->name, &devt); in btrfs_control_ioctl()
Dvolumes.c764 error = lookup_bdev(path, &path_devt); in device_list_add()
2695 ret = lookup_bdev(device_path, &device->devt); in btrfs_init_new_device()
/linux-6.12.1/fs/quota/
Dquota.c877 error = lookup_bdev(tmp->name, &dev); in quotactl_block()
/linux-6.12.1/drivers/md/
Ddm-table.c350 r = lookup_bdev(path, &dev); in dm_devt_from_path()
/linux-6.12.1/fs/bcachefs/
Dfs.c1968 ret = lookup_bdev(path, &dev); in bch2_path_to_fs()
/linux-6.12.1/drivers/md/bcache/
Dsuper.c2573 if (lookup_bdev(strim(path), &dev) == 0 && in register_bcache()