Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dsysfs.h243 void sysfs_remove_file_ns(struct kobject *kobj, const struct attribute *attr,
367 static inline void sysfs_remove_file_ns(struct kobject *kobj, in sysfs_remove_file_ns() function
519 sysfs_remove_file_ns(kobj, attr, NULL); in sysfs_remove_file()
/Linux-v4.19/fs/sysfs/
Dfile.c464 void sysfs_remove_file_ns(struct kobject *kobj, const struct attribute *attr, in sysfs_remove_file_ns() function
471 EXPORT_SYMBOL_GPL(sysfs_remove_file_ns);
/Linux-v4.19/drivers/base/
Dclass.c104 sysfs_remove_file_ns(&cls->p->subsys.kobj, &attr->attr, ns); in class_remove_file_ns()