Searched refs:kobject_action (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/drivers/md/ |
A D | dm-uevent.c | 21 enum kobject_action action; 32 enum kobject_action action; 60 enum kobject_action action, in dm_build_path_uevent()
|
A D | dm.h | 209 int dm_kobject_uevent(struct mapped_device *md, enum kobject_action action,
|
A D | dm.c | 2976 int dm_kobject_uevent(struct mapped_device *md, enum kobject_action action, in dm_kobject_uevent()
|
/linux-6.3-rc2/include/linux/ |
A D | kobject.h | 53 enum kobject_action { enum 219 int kobject_uevent(struct kobject *kobj, enum kobject_action action); 220 int kobject_uevent_env(struct kobject *kobj, enum kobject_action action,
|
A D | blkdev.h | 759 void disk_uevent(struct gendisk *disk, enum kobject_action action);
|
/linux-6.3-rc2/lib/ |
A D | kobject_uevent.c | 63 enum kobject_action *type, in kobject_action_type() 66 enum kobject_action action; in kobject_action_type() 195 enum kobject_action action; in kobject_synth_uevent() 457 int kobject_uevent_env(struct kobject *kobj, enum kobject_action action, in kobject_uevent_env() 640 int kobject_uevent(struct kobject *kobj, enum kobject_action action) in kobject_uevent()
|
/linux-6.3-rc2/fs/btrfs/ |
A D | sysfs.h | 23 void btrfs_kobject_uevent(struct block_device *bdev, enum kobject_action action);
|
A D | sysfs.c | 1912 void btrfs_kobject_uevent(struct block_device *bdev, enum kobject_action action) in btrfs_kobject_uevent()
|
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/ |
A D | kobject.rst | 155 int kobject_uevent(struct kobject *kobj, enum kobject_action action);
|
/linux-6.3-rc2/block/ |
A D | genhd.c | 338 void disk_uevent(struct gendisk *disk, enum kobject_action action) in disk_uevent()
|
/linux-6.3-rc2/Documentation/core-api/ |
A D | kobject.rst | 173 int kobject_uevent(struct kobject *kobj, enum kobject_action action);
|
Completed in 27 milliseconds