Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ubifs/
Dshrinker.c76 ubifs_assert(c, mutex_is_locked(&c->umount_mutex)); in shrink_tnc()
177 if (!mutex_trylock(&c->umount_mutex)) { in shrink_tnc_trees()
188 mutex_unlock(&c->umount_mutex); in shrink_tnc_trees()
209 mutex_unlock(&c->umount_mutex); in shrink_tnc_trees()
240 if (!mutex_trylock(&c->umount_mutex)) { in kick_a_thread()
253 mutex_unlock(&c->umount_mutex); in kick_a_thread()
259 mutex_unlock(&c->umount_mutex); in kick_a_thread()
268 mutex_unlock(&c->umount_mutex); in kick_a_thread()
271 mutex_unlock(&c->umount_mutex); in kick_a_thread()
Dsuper.c1592 mutex_lock(&c->umount_mutex); in ubifs_remount_rw()
1722 mutex_unlock(&c->umount_mutex); in ubifs_remount_rw()
1740 mutex_unlock(&c->umount_mutex); in ubifs_remount_rw()
1758 mutex_lock(&c->umount_mutex); in ubifs_remount_ro()
1790 mutex_unlock(&c->umount_mutex); in ubifs_remount_ro()
1817 mutex_lock(&c->umount_mutex); in ubifs_put_super()
1868 mutex_unlock(&c->umount_mutex); in ubifs_put_super()
2014 mutex_init(&c->umount_mutex); in alloc_ubifs_info()
2094 mutex_lock(&c->umount_mutex); in ubifs_fill_super()
2114 mutex_unlock(&c->umount_mutex); in ubifs_fill_super()
[all …]
Dubifs.h1388 struct mutex umount_mutex; member
/Linux-v4.19/fs/f2fs/
Dshrinker.c55 if (!mutex_trylock(&sbi->umount_mutex)) { in f2fs_shrink_count()
72 mutex_unlock(&sbi->umount_mutex); in f2fs_shrink_count()
99 if (!mutex_trylock(&sbi->umount_mutex)) { in f2fs_shrink_scan()
121 mutex_unlock(&sbi->umount_mutex); in f2fs_shrink_scan()
Dsuper.c1017 mutex_lock(&sbi->umount_mutex); in f2fs_put_super()
1052 mutex_unlock(&sbi->umount_mutex); in f2fs_put_super()
2435 mutex_init(&sbi->umount_mutex); in init_sb_info()
Df2fs.h1294 struct mutex umount_mutex; member
/Linux-v4.19/drivers/staging/erofs/
Dutils.c195 mutex_init(&sbi->umount_mutex); in erofs_register_super()
242 if (!mutex_trylock(&sbi->umount_mutex)) { in erofs_shrink_scan()
263 mutex_unlock(&sbi->umount_mutex); in erofs_shrink_scan()
Dsuper.c462 mutex_lock(&sbi->umount_mutex); in erofs_put_super()
469 mutex_unlock(&sbi->umount_mutex); in erofs_put_super()
Dinternal.h81 struct mutex umount_mutex; member