Home
last modified time | relevance | path

Searched refs:umount_mutex (Results 1 – 8 of 8) sorted by relevance

/fs/ubifs/
Dshrinker.c64 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()
Dsuper.c1667 mutex_lock(&c->umount_mutex); in ubifs_remount_rw()
1803 mutex_unlock(&c->umount_mutex); in ubifs_remount_rw()
1821 mutex_unlock(&c->umount_mutex); in ubifs_remount_rw()
1839 mutex_lock(&c->umount_mutex); in ubifs_remount_ro()
1871 mutex_unlock(&c->umount_mutex); in ubifs_remount_ro()
1898 mutex_lock(&c->umount_mutex); in ubifs_put_super()
1949 mutex_unlock(&c->umount_mutex); in ubifs_put_super()
2096 mutex_init(&c->umount_mutex); in alloc_ubifs_info()
2174 mutex_lock(&c->umount_mutex); in ubifs_fill_super()
2194 mutex_unlock(&c->umount_mutex); in ubifs_fill_super()
[all …]
Dubifs.h1413 struct mutex umount_mutex; member
/fs/f2fs/
Dshrinker.c52 if (!mutex_trylock(&sbi->umount_mutex)) { in f2fs_shrink_count()
69 mutex_unlock(&sbi->umount_mutex); in f2fs_shrink_count()
96 if (!mutex_trylock(&sbi->umount_mutex)) { in f2fs_shrink_scan()
118 mutex_unlock(&sbi->umount_mutex); in f2fs_shrink_scan()
Dsuper.c1079 mutex_lock(&sbi->umount_mutex); in f2fs_put_super()
1112 mutex_unlock(&sbi->umount_mutex); in f2fs_put_super()
2911 mutex_init(&sbi->umount_mutex); in init_sb_info()
Df2fs.h1359 struct mutex umount_mutex; member
/fs/erofs/
Dutils.c236 mutex_init(&sbi->umount_mutex); in erofs_shrinker_register()
247 mutex_lock(&sbi->umount_mutex); in erofs_shrinker_unregister()
253 mutex_unlock(&sbi->umount_mutex); in erofs_shrinker_unregister()
289 if (!mutex_trylock(&sbi->umount_mutex)) { in erofs_shrink_scan()
308 mutex_unlock(&sbi->umount_mutex); in erofs_shrink_scan()
Dinternal.h53 struct mutex umount_mutex; member