Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A 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()
H A Dubifs.h1434 struct mutex umount_mutex; member
/linux/fs/f2fs/
H A 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()
126 mutex_unlock(&sbi->umount_mutex); in f2fs_shrink_scan()
146 if (!mutex_trylock(&sbi->umount_mutex)) { in f2fs_donate_files()
156 mutex_unlock(&sbi->umount_mutex); in f2fs_donate_files()
216 if (!mutex_trylock(&sbi->umount_mutex)) { in f2fs_reclaim_caches()
226 mutex_unlock(&sbi->umount_mutex); in f2fs_reclaim_caches()
H A Dsuper.c2023 mutex_lock(&sbi->umount_mutex); in f2fs_put_super()
2062 mutex_unlock(&sbi->umount_mutex); in f2fs_put_super()
4445 mutex_init(&sbi->umount_mutex); in init_sb_info()
H A Df2fs.h1998 struct mutex umount_mutex; member
/linux/fs/erofs/
H A Dinternal.h89 struct mutex umount_mutex; member