Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dsysfs.h240 struct kernfs_node *sysfs_break_active_protection(struct kobject *kobj,
357 sysfs_break_active_protection(struct kobject *kobj, in sysfs_break_active_protection() function
/Linux-v4.19/fs/sysfs/
Dfile.c422 struct kernfs_node *sysfs_break_active_protection(struct kobject *kobj, in sysfs_break_active_protection() function
433 EXPORT_SYMBOL_GPL(sysfs_break_active_protection);
/Linux-v4.19/drivers/scsi/
Dscsi_sysfs.c727 kn = sysfs_break_active_protection(&dev->kobj, &attr->attr); in sdev_store_delete()