Searched refs:sysfs_remove_file_self (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/include/linux/ |
D | sysfs.h | 285 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr); 432 static inline bool sysfs_remove_file_self(struct kobject *kobj, in sysfs_remove_file_self() function
|
/linux-6.1.9/fs/sysfs/ |
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-6.1.9/arch/powerpc/platforms/powernv/ |
D | opal-elog.c | 79 if (sysfs_remove_file_self(&elog_obj->kobj, &attr->attr)) { in elog_ack_store()
|
D | opal-dump.c | 95 if (sysfs_remove_file_self(&dump_obj->kobj, &attr->attr)) { in dump_ack_store()
|
/linux-6.1.9/drivers/infiniband/ulp/rtrs/ |
D | rtrs-srv-sysfs.c | 56 sysfs_remove_file_self(&srv_path->kobj, &attr->attr); in rtrs_srv_disconnect_store()
|
D | rtrs-clt-sysfs.c | 486 sysfs_remove_file_self(&clt_path->kobj, sysfs_self); in rtrs_clt_destroy_path_files()
|
/linux-6.1.9/drivers/block/rnbd/ |
D | rnbd-srv.c | 330 sysfs_remove_file_self(&sess_dev->kobj, &attr->attr); in rnbd_srv_sess_dev_force_close()
|
D | rnbd-clt.c | 1676 sysfs_remove_file_self(&dev->kobj, sysfs_self); in destroy_sysfs()
|
/linux-6.1.9/drivers/base/ |
D | core.c | 2906 return sysfs_remove_file_self(&dev->kobj, &attr->attr); in device_remove_file_self()
|