Searched defs:kobject (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/fs/xfs/ | 
| D | xfs_sysfs.c | 40 	struct kobject		*kobject,  in xfs_sysfs_object_show()51 	struct kobject		*kobject,  in xfs_sysfs_object_store()
 81 	struct kobject		*kobject,  in bug_on_assert_store()
 104 	struct kobject		*kobject,  in bug_on_assert_show()
 113 	struct kobject	*kobject,  in log_recovery_delay_store()
 134 	struct kobject	*kobject,  in log_recovery_delay_show()
 143 	struct kobject	*kobject,  in mount_delay_store()
 164 	struct kobject	*kobject,  in mount_delay_show()
 173 	struct kobject	*kobject,  in always_cow_store()
 187 	struct kobject	*kobject,  in always_cow_show()
 [all …]
 
 | 
| D | xfs_sysfs.h | 16 to_kobj(struct kobject *kobject)  in to_kobj()22 xfs_sysfs_release(struct kobject *kobject)  in xfs_sysfs_release()
 
 | 
| D | xfs_error.c | 70 to_mp(struct kobject *kobject)  in to_mp()79 	struct kobject		*kobject,  in xfs_errortag_attr_store()
 105 	struct kobject		*kobject,  in xfs_errortag_attr_show()
 
 | 
| D | xfs_linux.h | 155 	struct kobject		kobject;  member
 | 
| /Linux-v5.4/include/linux/ | 
| D | kobject.h | 65 struct kobject {  struct68 	struct kobject		*parent;  argument
 84 int kobject_set_name(struct kobject *kobj, const char *name, ...);  argument
 
 | 
| D | efi.h | 1350 	struct kobject *kobject;  member
 | 
| /Linux-v5.4/fs/nfs/ | 
| D | sysfs.h | 12 	struct kobject kobject;  member
 | 
| /Linux-v5.4/drivers/firmware/efi/ | 
| D | vars.c | 1180 		     struct kobject *kobject)  in efivars_register()
 |