Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/vfio/mdev/
Dmdev_private.h21 #define to_mdev_type(_kobj) \ argument
22 container_of(_kobj, struct mdev_type, kobj)
/linux-6.1.9/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.1.9/fs/btrfs/
Dsysfs.c437 #define discard_to_fs_info(_kobj) to_fs_info(get_btrfs_kobj(_kobj)) argument
658 #define to_space_info(_kobj) container_of(_kobj, struct btrfs_space_info, kobj) argument
659 #define to_raid_kobj(_kobj) container_of(_kobj, struct raid_kobject, kobj) argument
/linux-6.1.9/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.1.9/kernel/
Dpadata.c842 #define kobj2pinst(_kobj) \ argument
843 container_of(_kobj, struct padata_instance, kobj)
/linux-6.1.9/drivers/iommu/
Diommu.c106 #define to_iommu_group(_kobj) \ argument
107 container_of(_kobj, struct iommu_group, kobj)