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

/linux-4.1.27/fs/sysfs/
H A Dfile.c401 * sysfs_remove_file_ns - remove an object attribute with a custom ns tag
408 void sysfs_remove_file_ns(struct kobject *kobj, const struct attribute *attr, sysfs_remove_file_ns() function
415 EXPORT_SYMBOL_GPL(sysfs_remove_file_ns); variable
/linux-4.1.27/include/linux/
H A Dsysfs.h225 void sysfs_remove_file_ns(struct kobject *kobj, const struct attribute *attr,
335 static inline void sysfs_remove_file_ns(struct kobject *kobj, sysfs_remove_file_ns() function
479 sysfs_remove_file_ns(kobj, attr, NULL); sysfs_remove_file()
/linux-4.1.27/drivers/base/
H A Dclass.c106 sysfs_remove_file_ns(&cls->p->subsys.kobj, &attr->attr, ns); class_remove_file_ns()

Completed in 92 milliseconds