Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/vfio/mdev/
Dmdev_private.h21 #define to_mdev_type(_kobj) \ argument
22 container_of(_kobj, struct mdev_type, kobj)
/linux-6.6.21/fs/nilfs2/
Dsysfs.c28 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-6.6.21/fs/btrfs/
Dsysfs.c447 #define discard_to_fs_info(_kobj) to_fs_info(get_btrfs_kobj(_kobj)) argument
668 #define to_space_info(_kobj) container_of(_kobj, struct btrfs_space_info, kobj) argument
669 #define to_raid_kobj(_kobj) container_of(_kobj, struct raid_kobject, kobj) argument
/linux-6.6.21/drivers/infiniband/hw/mlx4/
Dsysfs.c165 char *_name, struct kobject *_kobj, in create_sysfs_entry() argument
183 vdentry->kobj = _kobj; in create_sysfs_entry()
/linux-6.6.21/kernel/
Dpadata.c850 #define kobj2pinst(_kobj) \ argument
851 container_of(_kobj, struct padata_instance, kobj)
/linux-6.6.21/drivers/iommu/
Diommu.c146 #define to_iommu_group(_kobj) \ argument
147 container_of(_kobj, struct iommu_group, kobj)