Home
last modified time | relevance | path

Searched refs:sysfs_remove_file_self (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/include/linux/
Dsysfs.h269 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-v5.15/fs/sysfs/
Dfile.c492 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr) in sysfs_remove_file_self() function
507 EXPORT_SYMBOL_GPL(sysfs_remove_file_self);
/Linux-v5.15/arch/powerpc/platforms/powernv/
Dopal-elog.c79 if (sysfs_remove_file_self(&elog_obj->kobj, &attr->attr)) { in elog_ack_store()
Dopal-dump.c95 if (sysfs_remove_file_self(&dump_obj->kobj, &attr->attr)) { in dump_ack_store()
/Linux-v5.15/drivers/infiniband/ulp/rtrs/
Drtrs-srv-sysfs.c55 sysfs_remove_file_self(&sess->kobj, &attr->attr); in rtrs_srv_disconnect_store()
Drtrs-clt-sysfs.c479 sysfs_remove_file_self(&sess->kobj, sysfs_self); in rtrs_clt_destroy_sess_files()
/Linux-v5.15/drivers/block/rnbd/
Drnbd-srv.c341 sysfs_remove_file_self(&sess_dev->kobj, &attr->attr); in rnbd_srv_sess_dev_force_close()
Drnbd-clt.c1646 sysfs_remove_file_self(&dev->kobj, sysfs_self); in destroy_sysfs()
/Linux-v5.15/drivers/base/
Dcore.c2795 return sysfs_remove_file_self(&dev->kobj, &attr->attr); in device_remove_file_self()