Lines Matching refs:__must_check
230 int __must_check sysfs_create_dir_ns(struct kobject *kobj, const void *ns);
232 int __must_check sysfs_rename_dir_ns(struct kobject *kobj, const char *new_name,
234 int __must_check sysfs_move_dir_ns(struct kobject *kobj,
237 int __must_check sysfs_create_mount_point(struct kobject *parent_kobj,
242 int __must_check sysfs_create_file_ns(struct kobject *kobj,
245 int __must_check sysfs_create_files(struct kobject *kobj,
247 int __must_check sysfs_chmod_file(struct kobject *kobj,
257 int __must_check sysfs_create_bin_file(struct kobject *kobj,
262 int __must_check sysfs_create_link(struct kobject *kobj, struct kobject *target,
264 int __must_check sysfs_create_link_nowarn(struct kobject *kobj,
276 int __must_check sysfs_create_group(struct kobject *kobj,
278 int __must_check sysfs_create_groups(struct kobject *kobj,
280 int __must_check sysfs_update_groups(struct kobject *kobj,
306 int __must_check sysfs_init(void);
516 static inline int __must_check sysfs_init(void) in sysfs_init()
527 static inline int __must_check sysfs_create_file(struct kobject *kobj, in sysfs_create_file()