Searched refs:devices_kobj (Results 1 – 2 of 2) sorted by relevance
1706 if (fs_devs->devices_kobj) { in __btrfs_sysfs_remove_fsid()1707 kobject_del(fs_devs->devices_kobj); in __btrfs_sysfs_remove_fsid()1708 kobject_put(fs_devs->devices_kobj); in __btrfs_sysfs_remove_fsid()1709 fs_devs->devices_kobj = NULL; in __btrfs_sysfs_remove_fsid()1998 struct kobject *devices_kobj; in btrfs_sysfs_remove_device() local2004 devices_kobj = device->fs_info->fs_devices->devices_kobj; in btrfs_sysfs_remove_device()2005 ASSERT(devices_kobj); in btrfs_sysfs_remove_device()2175 struct kobject *devices_kobj; in btrfs_sysfs_add_device() local2182 devices_kobj = device->fs_info->fs_devices->devices_kobj; in btrfs_sysfs_add_device()2184 ASSERT(devices_kobj); in btrfs_sysfs_add_device()[all …]
449 struct kobject *devices_kobj; member
Completed in 10 milliseconds