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.c1724 mutex_lock(&c->umount_mutex); in ubifs_remount_rw()
1859 mutex_unlock(&c->umount_mutex); in ubifs_remount_rw()
1876 mutex_unlock(&c->umount_mutex); in ubifs_remount_rw()
1894 mutex_lock(&c->umount_mutex); in ubifs_remount_ro()
1926 mutex_unlock(&c->umount_mutex); in ubifs_remount_ro()
1953 mutex_lock(&c->umount_mutex); in ubifs_put_super()
2004 mutex_unlock(&c->umount_mutex); in ubifs_put_super()
2151 mutex_init(&c->umount_mutex); in alloc_ubifs_info()
2229 mutex_lock(&c->umount_mutex); in ubifs_fill_super()
2251 mutex_unlock(&c->umount_mutex); in ubifs_fill_super()
[all …]
Dubifs.h1443 struct mutex umount_mutex; member
/fs/f2fs/
Dshrinker.c53 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()
Dsuper.c1581 mutex_lock(&sbi->umount_mutex); in f2fs_put_super()
1620 mutex_unlock(&sbi->umount_mutex); in f2fs_put_super()
3807 mutex_init(&sbi->umount_mutex); in init_sb_info()
Df2fs.h1737 struct mutex umount_mutex; member
/fs/erofs/
Dzutil.c358 mutex_init(&sbi->umount_mutex); in erofs_shrinker_register()
369 mutex_lock(&sbi->umount_mutex); in erofs_shrinker_unregister()
376 mutex_unlock(&sbi->umount_mutex); in erofs_shrinker_unregister()
412 if (!mutex_trylock(&sbi->umount_mutex)) { in erofs_shrink_scan()
431 mutex_unlock(&sbi->umount_mutex); in erofs_shrink_scan()
Dinternal.h121 struct mutex umount_mutex; member