Home
last modified time | relevance | path

Searched refs:_kobj (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/vfio/mdev/
H A Dmdev_private.h54 #define to_mdev_type(_kobj) \ argument
55 container_of(_kobj, struct mdev_type, kobj)
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dsysfs.c41 ns_##parent_name##_kobj); \
53 ns_##parent_name##_kobj); \
69 sg_##name##_kobj); \
87 kobj = &subgroups->sg_##name##_kobj; \
89 parent = &nilfs->ns_##parent_name##_kobj; \
100 kobject_put(&nilfs->ns_##parent_name##_subgroups->sg_##name##_kobj); \
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dsysfs.c355 #define discard_to_fs_info(_kobj) to_fs_info((_kobj)->parent->parent) argument
564 #define to_space_info(_kobj) container_of(_kobj, struct btrfs_space_info, kobj) argument
565 #define to_raid_kobj(_kobj) container_of(_kobj, struct raid_kobject, kobj) argument
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/
H A Dsysfs.c163 char *_name, struct kobject *_kobj, in create_sysfs_entry() argument
181 vdentry->kobj = _kobj; in create_sysfs_entry()
/OK3568_Linux_fs/kernel/kernel/
H A Dpadata.c850 #define kobj2pinst(_kobj) \ argument
851 container_of(_kobj, struct padata_instance, kobj)
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Diommu.c104 #define to_iommu_group(_kobj) \ argument
105 container_of(_kobj, struct iommu_group, kobj)
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dthinkpad_acpi.c1066 #define register_attr_set_with_sysfs(_attr_set, _kobj) \ argument
1067 sysfs_create_group(_kobj, &_attr_set->group)