Searched refs:_kobj (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/vfio/mdev/ |
| A D | mdev_private.h | 37 #define to_mdev_type(_kobj) \ argument 38 container_of(_kobj, struct mdev_type, kobj)
|
| /linux/fs/nilfs2/ |
| A D | sysfs.c | 28 ns_##parent_name##_kobj); \ 40 ns_##parent_name##_kobj); \ 56 sg_##name##_kobj); \ 74 kobj = &subgroups->sg_##name##_kobj; \ 76 parent = &nilfs->ns_##parent_name##_kobj; \ 87 kobject_put(&nilfs->ns_##parent_name##_subgroups->sg_##name##_kobj); \
|
| /linux/fs/btrfs/ |
| A D | sysfs.c | 431 #define discard_to_fs_info(_kobj) to_fs_info((_kobj)->parent->parent) argument 650 #define to_space_info(_kobj) container_of(_kobj, struct btrfs_space_info, kobj) argument 651 #define to_raid_kobj(_kobj) container_of(_kobj, struct raid_kobject, kobj) argument
|
| /linux/drivers/infiniband/hw/mlx4/ |
| A D | sysfs.c | 165 char *_name, struct kobject *_kobj, in create_sysfs_entry() argument 183 vdentry->kobj = _kobj; in create_sysfs_entry()
|
| /linux/kernel/ |
| A D | padata.c | 837 #define kobj2pinst(_kobj) \ argument 838 container_of(_kobj, struct padata_instance, kobj)
|
| /linux/drivers/iommu/ |
| A D | iommu.c | 99 #define to_iommu_group(_kobj) \ argument 100 container_of(_kobj, struct iommu_group, kobj)
|
Completed in 19 milliseconds