Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dsysfs.c600 mutex_lock(&sbi->s_error_notify_mutex); in ext4_notify_error_sysfs()
603 mutex_unlock(&sbi->s_error_notify_mutex); in ext4_notify_error_sysfs()
616 mutex_lock(&sbi->s_error_notify_mutex); in ext4_register_sysfs()
619 mutex_unlock(&sbi->s_error_notify_mutex); in ext4_register_sysfs()
653 mutex_lock(&sbi->s_error_notify_mutex); in ext4_unregister_sysfs()
655 mutex_unlock(&sbi->s_error_notify_mutex); in ext4_unregister_sysfs()
H A Dext4.h1573 struct mutex s_error_notify_mutex; /* protects sysfs_notify vs kobject_del */ member
H A Dsuper.c5430 mutex_init(&sbi->s_error_notify_mutex); in __ext4_fill_super()