Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dsysfs.h242 void sysfs_unbreak_active_protection(struct kernfs_node *kn);
363 static inline void sysfs_unbreak_active_protection(struct kernfs_node *kn) in sysfs_unbreak_active_protection() function
/Linux-v4.19/fs/sysfs/
Dfile.c446 void sysfs_unbreak_active_protection(struct kernfs_node *kn) in sysfs_unbreak_active_protection() function
454 EXPORT_SYMBOL_GPL(sysfs_unbreak_active_protection);
/Linux-v4.19/drivers/scsi/
Dscsi_sysfs.c742 sysfs_unbreak_active_protection(kn); in sdev_store_delete()