Searched refs:sysfs_remove_file_self (Results 1 – 12 of 12) sorted by relevance
| /linux/include/linux/ |
| A D | sysfs.h | 269 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr); 416 static inline bool sysfs_remove_file_self(struct kobject *kobj, in sysfs_remove_file_self() function
|
| /linux/fs/sysfs/ |
| A D | file.c | 502 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr) in sysfs_remove_file_self() function 517 EXPORT_SYMBOL_GPL(sysfs_remove_file_self);
|
| /linux/arch/powerpc/platforms/powernv/ |
| A D | opal-elog.c | 79 if (sysfs_remove_file_self(&elog_obj->kobj, &attr->attr)) { in elog_ack_store()
|
| A D | opal-dump.c | 95 if (sysfs_remove_file_self(&dump_obj->kobj, &attr->attr)) { in dump_ack_store()
|
| /linux/drivers/infiniband/ulp/rtrs/ |
| A D | rtrs-srv-sysfs.c | 55 sysfs_remove_file_self(&sess->kobj, &attr->attr); in rtrs_srv_disconnect_store()
|
| A D | rtrs-clt-sysfs.c | 484 sysfs_remove_file_self(&sess->kobj, sysfs_self); in rtrs_clt_destroy_sess_files()
|
| /linux/drivers/block/rnbd/ |
| A D | rnbd-srv.c | 341 sysfs_remove_file_self(&sess_dev->kobj, &attr->attr); in rnbd_srv_sess_dev_force_close()
|
| A D | rnbd-clt.c | 1651 sysfs_remove_file_self(&dev->kobj, sysfs_self); in destroy_sysfs()
|
| /linux/drivers/base/ |
| A D | core.c | 2793 return sysfs_remove_file_self(&dev->kobj, &attr->attr); in device_remove_file_self()
|
| /linux/ |
| A D | vmlinux.symvers | 12257 0x00000000 sysfs_remove_file_self vmlinux EXPORT_SYMBOL_GPL
|
| A D | System.map | 10870 ffff8000102fa300 T sysfs_remove_file_self
|
| A D | .tmp_System.map | 10870 ffff8000102fa300 T sysfs_remove_file_self
|
Completed in 327 milliseconds