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 Dsuper.c1666 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 …]
H A Dubifs.h1437 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()
125 mutex_unlock(&sbi->umount_mutex); in f2fs_shrink_scan()
/linux/fs/erofs/
H A Dzutil.c221 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()
H A Dinternal.h115 struct mutex umount_mutex; member