Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dsysfs.h261 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr);
408 static inline bool sysfs_remove_file_self(struct kobject *kobj, in sysfs_remove_file_self() function
/Linux-v5.10/fs/sysfs/
Dfile.c481 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr) in sysfs_remove_file_self() function
496 EXPORT_SYMBOL_GPL(sysfs_remove_file_self);
/Linux-v5.10/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.10/drivers/infiniband/ulp/rtrs/
Drtrs-clt-sysfs.c452 sysfs_remove_file_self(&sess->kobj, sysfs_self); in rtrs_clt_destroy_sess_files()
/Linux-v5.10/drivers/block/rnbd/
Drnbd-clt.c1557 sysfs_remove_file_self(&dev->kobj, sysfs_self); in destroy_sysfs()
/Linux-v5.10/drivers/base/
Dcore.c2341 return sysfs_remove_file_self(&dev->kobj, &attr->attr); in device_remove_file_self()