Home
last modified time | relevance | path

Searched refs:one_device (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/btrfs/
Dsysfs.c641 struct btrfs_device *one_device) in btrfs_sysfs_rm_device_link() argument
649 if (one_device && one_device->bdev) { in btrfs_sysfs_rm_device_link()
650 disk = one_device->bdev->bd_part; in btrfs_sysfs_rm_device_link()
657 if (one_device) in btrfs_sysfs_rm_device_link()
660 list_for_each_entry(one_device, in btrfs_sysfs_rm_device_link()
662 if (!one_device->bdev) in btrfs_sysfs_rm_device_link()
664 disk = one_device->bdev->bd_part; in btrfs_sysfs_rm_device_link()
687 struct btrfs_device *one_device) in btrfs_sysfs_add_device_link() argument
699 if (one_device && one_device != dev) in btrfs_sysfs_add_device_link()
Dsysfs.h86 struct btrfs_device *one_device);
88 struct btrfs_device *one_device);