Searched refs:umount_mutex (Results 1 – 6 of 6) sorted by relevance
64 ubifs_assert(c, mutex_is_locked(&c->umount_mutex)); in shrink_tnc()165 if (!mutex_trylock(&c->umount_mutex)) { in shrink_tnc_trees()176 mutex_unlock(&c->umount_mutex); in shrink_tnc_trees()197 mutex_unlock(&c->umount_mutex); in shrink_tnc_trees()228 if (!mutex_trylock(&c->umount_mutex)) { in kick_a_thread()241 mutex_unlock(&c->umount_mutex); in kick_a_thread()247 mutex_unlock(&c->umount_mutex); in kick_a_thread()256 mutex_unlock(&c->umount_mutex); in kick_a_thread()259 mutex_unlock(&c->umount_mutex); in kick_a_thread()
1666 mutex_lock(&c->umount_mutex); in ubifs_remount_rw()1801 mutex_unlock(&c->umount_mutex); in ubifs_remount_rw()1818 mutex_unlock(&c->umount_mutex); in ubifs_remount_rw()1836 mutex_lock(&c->umount_mutex); in ubifs_remount_ro()1868 mutex_unlock(&c->umount_mutex); in ubifs_remount_ro()1895 mutex_lock(&c->umount_mutex); in ubifs_put_super()1946 mutex_unlock(&c->umount_mutex); in ubifs_put_super()2097 mutex_init(&c->umount_mutex); in alloc_ubifs_info()2187 mutex_lock(&c->umount_mutex); in ubifs_fill_super()2212 mutex_unlock(&c->umount_mutex); in ubifs_fill_super()[all …]
1437 struct mutex umount_mutex; member
53 if (!mutex_trylock(&sbi->umount_mutex)) { in f2fs_shrink_count()73 mutex_unlock(&sbi->umount_mutex); in f2fs_shrink_count()100 if (!mutex_trylock(&sbi->umount_mutex)) { in f2fs_shrink_scan()125 mutex_unlock(&sbi->umount_mutex); in f2fs_shrink_scan()
221 mutex_init(&sbi->umount_mutex); in erofs_shrinker_register()232 mutex_lock(&sbi->umount_mutex); in erofs_shrinker_unregister()240 mutex_unlock(&sbi->umount_mutex); in erofs_shrinker_unregister()276 if (!mutex_trylock(&sbi->umount_mutex)) { in erofs_shrink_scan()293 mutex_unlock(&sbi->umount_mutex); in erofs_shrink_scan()
115 struct mutex umount_mutex; member