Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dsysfs.c719 struct btrfs_device *one_device) in btrfs_sysfs_rm_device_link() argument
727 if (one_device && one_device->bdev) { in btrfs_sysfs_rm_device_link()
728 disk = one_device->bdev->bd_part; in btrfs_sysfs_rm_device_link()
735 if (one_device) in btrfs_sysfs_rm_device_link()
738 list_for_each_entry(one_device, in btrfs_sysfs_rm_device_link()
740 if (!one_device->bdev) in btrfs_sysfs_rm_device_link()
742 disk = one_device->bdev->bd_part; in btrfs_sysfs_rm_device_link()
765 struct btrfs_device *one_device) in btrfs_sysfs_add_device_link() argument
777 if (one_device && one_device != dev) in btrfs_sysfs_add_device_link()
Dsysfs.h84 struct btrfs_device *one_device);
86 struct btrfs_device *one_device);