device_path 379 arch/parisc/include/uapi/asm/pdc.h struct device_path dp; /* see above */ device_path 188 drivers/firmware/edd.c info->params.device_path.atapi.device, device_path 189 drivers/firmware/edd.c info->params.device_path.atapi.lun); device_path 192 drivers/firmware/edd.c info->params.device_path.ata.device); device_path 195 drivers/firmware/edd.c info->params.device_path.scsi.id, device_path 196 drivers/firmware/edd.c info->params.device_path.scsi.lun); device_path 199 drivers/firmware/edd.c info->params.device_path.usb.serial_number); device_path 202 drivers/firmware/edd.c info->params.device_path.i1394.eui); device_path 205 drivers/firmware/edd.c info->params.device_path.fibre.wwid, device_path 206 drivers/firmware/edd.c info->params.device_path.fibre.lun); device_path 209 drivers/firmware/edd.c info->params.device_path.i2o.identity_tag); device_path 212 drivers/firmware/edd.c info->params.device_path.raid.array_number); device_path 215 drivers/firmware/edd.c info->params.device_path.sata.device); device_path 218 drivers/firmware/edd.c info->params.device_path.unknown.reserved1, device_path 219 drivers/firmware/edd.c info->params.device_path.unknown.reserved2); device_path 307 drivers/nvme/target/configfs.c return sprintf(page, "%s\n", to_nvmet_ns(item)->device_path); device_path 328 drivers/nvme/target/configfs.c kfree(ns->device_path); device_path 330 drivers/nvme/target/configfs.c ns->device_path = kstrndup(page, len, GFP_KERNEL); device_path 331 drivers/nvme/target/configfs.c if (!ns->device_path) device_path 342 drivers/nvme/target/configfs.c CONFIGFS_ATTR(nvmet_ns_, device_path); device_path 445 drivers/nvme/target/core.c ns->device_path); device_path 464 drivers/nvme/target/core.c ns->device_path); device_path 500 drivers/nvme/target/core.c dev_name(ctrl->p2p_client), ns->device_path); device_path 632 drivers/nvme/target/core.c kfree(ns->device_path); device_path 54 drivers/nvme/target/io-cmd-bdev.c ns->bdev = blkdev_get_by_path(ns->device_path, device_path 60 drivers/nvme/target/io-cmd-bdev.c ns->device_path, PTR_ERR(ns->bdev)); device_path 39 drivers/nvme/target/io-cmd-file.c ns->file = filp_open(ns->device_path, flags, 0); device_path 42 drivers/nvme/target/io-cmd-file.c ns->device_path, PTR_ERR(ns->file)); device_path 68 drivers/nvme/target/nvmet.h const char *device_path; device_path 57 drivers/nvme/target/trace.h strncpy(name, ns->device_path, DISK_NAME_LEN); device_path 91 drivers/parisc/pdc_stable.c struct device_path devpath; /* device path in parisc representation */ device_path 141 drivers/parisc/pdc_stable.c struct device_path *devpath; device_path 182 drivers/parisc/pdc_stable.c struct device_path *devpath; device_path 224 drivers/parisc/pdc_stable.c struct device_path *devpath; device_path 345 drivers/parisc/pdc_stable.c struct device_path *devpath; device_path 181 fs/btrfs/dev-replace.c const char *device_path, device_path 198 fs/btrfs/dev-replace.c bdev = blkdev_get_by_path(device_path, FMODE_WRITE | FMODE_EXCL, device_path 201 fs/btrfs/dev-replace.c btrfs_err(fs_info, "target device %s is invalid!", device_path); device_path 233 fs/btrfs/dev-replace.c name = rcu_string_strdup(device_path, GFP_KERNEL); device_path 468 fs/btrfs/volumes.c btrfs_get_bdev_and_sb(const char *device_path, fmode_t flags, void *holder, device_path 474 fs/btrfs/volumes.c *bdev = blkdev_get_by_path(device_path, flags, holder); device_path 2135 fs/btrfs/volumes.c int btrfs_rm_device(struct btrfs_fs_info *fs_info, const char *device_path, device_path 2152 fs/btrfs/volumes.c device = btrfs_find_device_by_devspec(fs_info, devid, device_path); device_path 2156 fs/btrfs/volumes.c strcmp(device_path, "missing") == 0) device_path 2389 fs/btrfs/volumes.c struct btrfs_fs_info *fs_info, const char *device_path) device_path 2399 fs/btrfs/volumes.c ret = btrfs_get_bdev_and_sb(device_path, FMODE_READ, device_path 2425 fs/btrfs/volumes.c const char *device_path) device_path 2437 fs/btrfs/volumes.c if (!device_path || !device_path[0]) device_path 2440 fs/btrfs/volumes.c if (strcmp(device_path, "missing") == 0) { device_path 2451 fs/btrfs/volumes.c return btrfs_find_device_by_path(fs_info, device_path); device_path 2592 fs/btrfs/volumes.c int btrfs_init_new_device(struct btrfs_fs_info *fs_info, const char *device_path) device_path 2611 fs/btrfs/volumes.c bdev = blkdev_get_by_path(device_path, FMODE_WRITE | FMODE_EXCL, device_path 2642 fs/btrfs/volumes.c name = rcu_string_strdup(device_path, GFP_KERNEL); device_path 2773 fs/btrfs/volumes.c update_dev_time(device_path); device_path 7610 fs/btrfs/volumes.c void btrfs_scratch_superblocks(struct block_device *bdev, const char *device_path) device_path 7637 fs/btrfs/volumes.c update_dev_time(device_path); device_path 456 fs/btrfs/volumes.h const char *device_path, u64 devid); device_path 487 fs/btrfs/volumes.h void btrfs_scratch_superblocks(struct block_device *bdev, const char *device_path); device_path 168 include/uapi/linux/edd.h } device_path; device_path 389 sound/xen/xen_snd_front_cfg.c char *device_path; device_path 395 sound/xen/xen_snd_front_cfg.c device_path = kasprintf(GFP_KERNEL, "%s/%d", path, node_index); device_path 396 sound/xen/xen_snd_front_cfg.c if (!device_path) device_path 399 sound/xen/xen_snd_front_cfg.c str = xenbus_read(XBT_NIL, device_path, XENSND_FIELD_DEVICE_NAME, NULL); device_path 412 sound/xen/xen_snd_front_cfg.c cfg_read_pcm_hw(device_path, parent_pcm_hw, &pcm_instance->pcm_hw); device_path 418 sound/xen/xen_snd_front_cfg.c if (!xenbus_exists(XBT_NIL, device_path, node)) device_path 428 sound/xen/xen_snd_front_cfg.c ret = cfg_get_stream_type(device_path, i, &num_pb, &num_cap); device_path 463 sound/xen/xen_snd_front_cfg.c ret = cfg_stream(front_info, pcm_instance, device_path, i, device_path 471 sound/xen/xen_snd_front_cfg.c kfree(device_path); device_path 26 tools/laptop/freefall/freefall.c static char device_path[32]; device_path 33 tools/laptop/freefall/freefall.c strncpy(device_path, device, sizeof(device_path) - 1); device_path 85 tools/laptop/freefall/freefall.c syslog(LOG_INFO, "%s %s disk head\n", str, device_path);