Home
last modified time | relevance | path

Searched refs:devices_kobj (Results 1 – 4 of 4) sorted by relevance

/linux/fs/btrfs/
H A Dsysfs.c1668 if (fs_devs->devices_kobj) { in __btrfs_sysfs_remove_fsid()
1669 kobject_del(fs_devs->devices_kobj); in __btrfs_sysfs_remove_fsid()
1670 kobject_put(fs_devs->devices_kobj); in __btrfs_sysfs_remove_fsid()
1671 fs_devs->devices_kobj = NULL; in __btrfs_sysfs_remove_fsid()
1961 struct kobject *devices_kobj; in btrfs_sysfs_remove_device() local
1967 devices_kobj = device->fs_info->fs_devices->devices_kobj; in btrfs_sysfs_remove_device()
1968 ASSERT(devices_kobj); in btrfs_sysfs_remove_device()
1971 sysfs_remove_link(devices_kobj, bdev_kobj(device->bdev)->name); in btrfs_sysfs_remove_device()
2138 struct kobject *devices_kobj; in btrfs_sysfs_add_device() local
2145 devices_kobj = device->fs_info->fs_devices->devices_kobj; in btrfs_sysfs_add_device()
[all …]
H A Dvolumes.h442 struct kobject *devices_kobj; member
/linux/include/linux/
H A Dmdev.h36 struct kobject *devices_kobj; member
/linux/drivers/iommu/
H A Diommu.c54 struct kobject *devices_kobj; member
711 sysfs_remove_link(group->devices_kobj, grp_dev->name); in __iommu_group_free_device()
1080 group->devices_kobj = kobject_create_and_add("devices", &group->kobj); in iommu_group_alloc()
1081 if (!group->devices_kobj) { in iommu_group_alloc()
1096 kobject_put(group->devices_kobj); in iommu_group_alloc()
1102 kobject_put(group->devices_kobj); in iommu_group_alloc()
1264 ret = sysfs_create_link_nowarn(group->devices_kobj, in iommu_group_alloc_device()
1409 kobject_get(group->devices_kobj); in iommu_group_get()
1424 kobject_get(group->devices_kobj); in iommu_group_ref_get()
1439 kobject_put(group->devices_kobj); in iommu_group_put()