Searched refs:sysfs_remove_file_self (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/sysfs/ |
| H A D | file.c | 520 * sysfs_remove_file_self - remove an object attribute from its own method 526 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr) in sysfs_remove_file_self() 541 EXPORT_SYMBOL_GPL(sysfs_remove_file_self); in sysfs_remove_files() 523 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr) sysfs_remove_file_self() function
|
| /linux/include/linux/ |
| H A D | sysfs.h | 423 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr); 574 static inline bool sysfs_remove_file_self(struct kobject *kobj, in sysfs_remove_file_self() function
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | opal-elog.c | 78 if (sysfs_remove_file_self(&elog_obj->kobj, &attr->attr)) { in elog_ack_store()
|
| H A D | opal-dump.c | 96 if (sysfs_remove_file_self(&dump_obj->kobj, &attr->attr)) { in dump_ack_store()
|
| /linux/drivers/infiniband/ulp/rtrs/ |
| H A D | rtrs-srv-sysfs.c | 56 sysfs_remove_file_self(&srv_path->kobj, &attr->attr); in rtrs_srv_disconnect_store()
|
| /linux/drivers/block/rnbd/ |
| H A D | rnbd-srv.c | 345 sysfs_remove_file_self(&sess_dev->kobj, &attr->attr); in rnbd_srv_sess_dev_force_close()
|
| H A D | rnbd-clt.c | 1664 sysfs_remove_file_self(&dev->kobj, sysfs_self); in rnbd_destroy_sysfs()
|
| /linux/drivers/base/ |
| H A D | core.c | 3157 return sysfs_remove_file_self(&dev->kobj, &attr->attr); in device_initialize()
|