Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsysfs.h420 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr);
571 static inline bool sysfs_remove_file_self(struct kobject *kobj, in sysfs_remove_file_self() function
/linux/fs/sysfs/
H A Dfile.c535 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr) in sysfs_remove_file_self() function
550 EXPORT_SYMBOL_GPL(sysfs_remove_file_self);
/linux/arch/powerpc/platforms/powernv/
H A Dopal-elog.c79 if (sysfs_remove_file_self(&elog_obj->kobj, &attr->attr)) { in elog_ack_store()
H A Dopal-dump.c95 if (sysfs_remove_file_self(&dump_obj->kobj, &attr->attr)) { in dump_ack_store()
/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-srv-sysfs.c56 sysfs_remove_file_self(&srv_path->kobj, &attr->attr); in rtrs_srv_disconnect_store()
H A Drtrs-clt-sysfs.c486 sysfs_remove_file_self(&clt_path->kobj, sysfs_self); in rtrs_clt_destroy_path_files()
/linux/drivers/block/rnbd/
H A Drnbd-clt.c1660 sysfs_remove_file_self(&dev->kobj, sysfs_self); in destroy_sysfs()
/linux/drivers/base/
H A Dcore.c3086 return sysfs_remove_file_self(&dev->kobj, &attr->attr); in device_remove_file_self()