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

/linux-master/include/linux/
H A Dsysfs.h405 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr);
552 static inline bool sysfs_remove_file_self(struct kobject *kobj, function
/linux-master/fs/sysfs/
H A Dfile.c511 * sysfs_remove_file_self - remove an object attribute from its own method
517 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr) function
532 EXPORT_SYMBOL_GPL(sysfs_remove_file_self); variable
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-elog.c79 if (sysfs_remove_file_self(&elog_obj->kobj, &attr->attr)) {
H A Dopal-dump.c95 if (sysfs_remove_file_self(&dump_obj->kobj, &attr->attr)) {
/linux-master/drivers/infiniband/ulp/rtrs/
H A Drtrs-srv-sysfs.c56 sysfs_remove_file_self(&srv_path->kobj, &attr->attr);
H A Drtrs-clt-sysfs.c486 sysfs_remove_file_self(&clt_path->kobj, sysfs_self);
/linux-master/drivers/block/rnbd/
H A Drnbd-srv.c330 sysfs_remove_file_self(&sess_dev->kobj, &attr->attr);
H A Drnbd-clt.c1665 sysfs_remove_file_self(&dev->kobj, sysfs_self);
/linux-master/drivers/base/
H A Dcore.c3117 return sysfs_remove_file_self(&dev->kobj, &attr->attr);

Completed in 223 milliseconds