Searched refs:_kobj (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/vfio/mdev/ |
H A D | mdev_private.h | 18 #define to_mdev_type(_kobj) \ argument 19 container_of(_kobj, struct mdev_type, kobj)
|
/linux/fs/nilfs2/ |
H 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/ |
H A D | sysfs.c | 462 #define discard_to_fs_info(_kobj) to_fs_info(get_btrfs_kobj(_kobj)) argument 683 #define to_space_info(_kobj) container_of(_kobj, struct btrfs_space_info, kobj) argument 684 #define to_raid_kobj(_kobj) container_of(_kobj, struct raid_kobject, kobj) argument
|
/linux/drivers/infiniband/hw/mlx4/ |
H A D | sysfs.c | 165 char *_name, struct kobject *_kobj, in create_sysfs_entry() argument 183 vdentry->kobj = _kobj; in create_sysfs_entry()
|
/linux/drivers/iommu/ |
H A D | iommu.c | 148 #define to_iommu_group(_kobj) \ argument 149 container_of(_kobj, struct iommu_group, kobj)
|