Searched refs:devices_kobj (Results 1 – 2 of 2) sorted by relevance
1410 if (fs_devs->devices_kobj) { in __btrfs_sysfs_remove_fsid()1411 kobject_del(fs_devs->devices_kobj); in __btrfs_sysfs_remove_fsid()1412 kobject_put(fs_devs->devices_kobj); in __btrfs_sysfs_remove_fsid()1413 fs_devs->devices_kobj = NULL; in __btrfs_sysfs_remove_fsid()1683 struct kobject *devices_kobj; in btrfs_sysfs_remove_device() local1689 devices_kobj = device->fs_info->fs_devices->devices_kobj; in btrfs_sysfs_remove_device()1690 ASSERT(devices_kobj); in btrfs_sysfs_remove_device()1693 sysfs_remove_link(devices_kobj, bdev_kobj(device->bdev)->name); in btrfs_sysfs_remove_device()1860 struct kobject *devices_kobj; in btrfs_sysfs_add_device() local1867 devices_kobj = device->fs_info->fs_devices->devices_kobj; in btrfs_sysfs_add_device()[all …]
363 struct kobject *devices_kobj; member