Home
last modified time | relevance | path

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

/linux/fs/ubifs/
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()
A Dsuper.c1709 mutex_lock(&c->umount_mutex); in ubifs_remount_rw()
1845 mutex_unlock(&c->umount_mutex); in ubifs_remount_rw()
1863 mutex_unlock(&c->umount_mutex); in ubifs_remount_rw()
1881 mutex_lock(&c->umount_mutex); in ubifs_remount_ro()
1913 mutex_unlock(&c->umount_mutex); in ubifs_remount_ro()
1940 mutex_lock(&c->umount_mutex); in ubifs_put_super()
1991 mutex_unlock(&c->umount_mutex); in ubifs_put_super()
2138 mutex_init(&c->umount_mutex); in alloc_ubifs_info()
2216 mutex_lock(&c->umount_mutex); in ubifs_fill_super()
2238 mutex_unlock(&c->umount_mutex); in ubifs_fill_super()
[all …]
A Dubifs.h1415 struct mutex umount_mutex; member
/linux/fs/f2fs/
A Dshrinker.c50 if (!mutex_trylock(&sbi->umount_mutex)) { in f2fs_shrink_count()
67 mutex_unlock(&sbi->umount_mutex); in f2fs_shrink_count()
94 if (!mutex_trylock(&sbi->umount_mutex)) { in f2fs_shrink_scan()
116 mutex_unlock(&sbi->umount_mutex); in f2fs_shrink_scan()
A Dsuper.c1500 mutex_lock(&sbi->umount_mutex); in f2fs_put_super()
1539 mutex_unlock(&sbi->umount_mutex); in f2fs_put_super()
3569 mutex_init(&sbi->umount_mutex); in init_sb_info()
A Df2fs.h1739 struct mutex umount_mutex; member
/linux/fs/erofs/
A Dutils.c195 mutex_init(&sbi->umount_mutex); in erofs_shrinker_register()
206 mutex_lock(&sbi->umount_mutex); in erofs_shrinker_unregister()
213 mutex_unlock(&sbi->umount_mutex); in erofs_shrinker_unregister()
249 if (!mutex_trylock(&sbi->umount_mutex)) { in erofs_shrink_scan()
268 mutex_unlock(&sbi->umount_mutex); in erofs_shrink_scan()
A Dinternal.h97 struct mutex umount_mutex; member

Completed in 45 milliseconds