Home
last modified time | relevance | path

Searched refs:sysfs_remove_file_ns (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dsysfs.h283 void sysfs_remove_file_ns(struct kobject *kobj, const struct attribute *attr,
426 static inline void sysfs_remove_file_ns(struct kobject *kobj, in sysfs_remove_file_ns() function
629 sysfs_remove_file_ns(kobj, attr, NULL); in sysfs_remove_file()
/openbmc/linux/fs/sysfs/
H A Dfile.c488 void sysfs_remove_file_ns(struct kobject *kobj, const struct attribute *attr, in sysfs_remove_file_ns() function
495 EXPORT_SYMBOL_GPL(sysfs_remove_file_ns);
/openbmc/linux/drivers/base/
H A Dclass.c153 sysfs_remove_file_ns(&sp->subsys.kobj, &attr->attr, ns); in class_remove_file_ns()