Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dsysfs.h249 struct kernfs_node *sysfs_break_active_protection(struct kobject *kobj,
368 sysfs_break_active_protection(struct kobject *kobj, in sysfs_break_active_protection() function
/Linux-v5.4/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-v5.4/drivers/scsi/
Dscsi_sysfs.c742 kn = sysfs_break_active_protection(&dev->kobj, &attr->attr); in sdev_store_delete()