Searched refs:device_path (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/drivers/parisc/ |
D | pdc_stable.c | 104 struct device_path devpath; /* device path in parisc representation */ 154 struct device_path *devpath; in pdcspath_fetch() 195 struct device_path *devpath; in pdcspath_store() 237 struct device_path *devpath; in pdcspath_hwpath_read() 358 struct device_path *devpath; in pdcspath_layer_read()
|
/linux-4.19.296/fs/btrfs/ |
D | volumes.h | 427 const char *device_path, 437 const char *device_path, u64 devid); 473 void btrfs_scratch_superblocks(struct block_device *bdev, const char *device_path);
|
D | dev-replace.c | 203 const char *device_path, in btrfs_init_dev_replace_tgtdev() argument 220 bdev = blkdev_get_by_path(device_path, FMODE_WRITE | FMODE_EXCL, in btrfs_init_dev_replace_tgtdev() 223 btrfs_err(fs_info, "target device %s is invalid!", device_path); in btrfs_init_dev_replace_tgtdev() 255 name = rcu_string_strdup(device_path, GFP_KERNEL); in btrfs_init_dev_replace_tgtdev()
|
D | volumes.c | 369 btrfs_get_bdev_and_sb(const char *device_path, fmode_t flags, void *holder, in btrfs_get_bdev_and_sb() argument 375 *bdev = blkdev_get_by_path(device_path, flags, holder); in btrfs_get_bdev_and_sb() 1890 int btrfs_rm_device(struct btrfs_fs_info *fs_info, const char *device_path, in btrfs_rm_device() argument 1913 ret = btrfs_find_device_by_devspec(fs_info, devid, device_path, in btrfs_rm_device() 2133 const char *device_path, in btrfs_find_device_by_path() argument 2144 ret = btrfs_get_bdev_and_sb(device_path, FMODE_READ, in btrfs_find_device_by_path() 2161 const char *device_path, in btrfs_find_device_missing_or_by_path() argument 2165 if (strcmp(device_path, "missing") == 0) { in btrfs_find_device_missing_or_by_path() 2183 return btrfs_find_device_by_path(fs_info, device_path, device); in btrfs_find_device_missing_or_by_path() 2350 int btrfs_init_new_device(struct btrfs_fs_info *fs_info, const char *device_path) in btrfs_init_new_device() argument [all …]
|
/linux-4.19.296/include/uapi/linux/ |
D | edd.h | 168 } device_path; member
|