Lines Matching refs:__must_check
237 int __must_check sysfs_create_dir_ns(struct kobject *kobj, const void *ns);
239 int __must_check sysfs_rename_dir_ns(struct kobject *kobj, const char *new_name,
241 int __must_check sysfs_move_dir_ns(struct kobject *kobj,
244 int __must_check sysfs_create_mount_point(struct kobject *parent_kobj,
249 int __must_check sysfs_create_file_ns(struct kobject *kobj,
252 int __must_check sysfs_create_files(struct kobject *kobj,
254 int __must_check sysfs_chmod_file(struct kobject *kobj,
264 int __must_check sysfs_create_bin_file(struct kobject *kobj,
269 int __must_check sysfs_create_link(struct kobject *kobj, struct kobject *target,
271 int __must_check sysfs_create_link_nowarn(struct kobject *kobj,
283 int __must_check sysfs_create_group(struct kobject *kobj,
285 int __must_check sysfs_create_groups(struct kobject *kobj,
287 int __must_check sysfs_update_groups(struct kobject *kobj,
314 int __must_check sysfs_init(void);
540 static inline int __must_check sysfs_init(void) in sysfs_init()
596 static inline int __must_check sysfs_create_file(struct kobject *kobj, in sysfs_create_file()