Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsysfs.h256 struct kernfs_node *sysfs_break_active_protection(struct kobject *kobj,
392 sysfs_break_active_protection(struct kobject *kobj, in sysfs_break_active_protection() function
/OK3568_Linux_fs/kernel/arch/s390/pci/
H A Dpci_sysfs.c70 kn = sysfs_break_active_protection(&dev->kobj, &attr->attr); in recover_store()
/OK3568_Linux_fs/kernel/fs/sysfs/
H A Dfile.c423 struct kernfs_node *sysfs_break_active_protection(struct kobject *kobj, in sysfs_break_active_protection() function
434 EXPORT_SYMBOL_GPL(sysfs_break_active_protection);
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_sysfs.c771 kn = sysfs_break_active_protection(&dev->kobj, &attr->attr); in sdev_store_delete()