Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dsysfs.h18 struct btrfs_device *one_device);
20 struct btrfs_device *one_device);
Dsysfs.c928 struct btrfs_device *one_device) in btrfs_sysfs_rm_device_link() argument
936 if (one_device && one_device->bdev) { in btrfs_sysfs_rm_device_link()
937 disk = one_device->bdev->bd_part; in btrfs_sysfs_rm_device_link()
944 if (one_device) in btrfs_sysfs_rm_device_link()
947 list_for_each_entry(one_device, in btrfs_sysfs_rm_device_link()
949 if (!one_device->bdev) in btrfs_sysfs_rm_device_link()
951 disk = one_device->bdev->bd_part; in btrfs_sysfs_rm_device_link()
974 struct btrfs_device *one_device) in btrfs_sysfs_add_device_link() argument
986 if (one_device && one_device != dev) in btrfs_sysfs_add_device_link()