Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c1709 mutex_lock(&c->umount_mutex); in ubifs_remount_rw()
1845 mutex_unlock(&c->umount_mutex); in ubifs_remount_rw()
1862 mutex_unlock(&c->umount_mutex); in ubifs_remount_rw()
1880 mutex_lock(&c->umount_mutex); in ubifs_remount_ro()
1912 mutex_unlock(&c->umount_mutex); in ubifs_remount_ro()
1939 mutex_lock(&c->umount_mutex); in ubifs_put_super()
1990 mutex_unlock(&c->umount_mutex); in ubifs_put_super()
2137 mutex_init(&c->umount_mutex); in alloc_ubifs_info()
2217 mutex_lock(&c->umount_mutex); in ubifs_fill_super()
2237 mutex_unlock(&c->umount_mutex); in ubifs_fill_super()
[all …]
H A Dubifs.h1415 struct mutex umount_mutex; member
/OK3568_Linux_fs/kernel/fs/erofs/
H A Dutils.c187 mutex_init(&sbi->umount_mutex); in erofs_shrinker_register()
198 mutex_lock(&sbi->umount_mutex); in erofs_shrinker_unregister()
205 mutex_unlock(&sbi->umount_mutex); in erofs_shrinker_unregister()
241 if (!mutex_trylock(&sbi->umount_mutex)) { in erofs_shrink_scan()
260 mutex_unlock(&sbi->umount_mutex); in erofs_shrink_scan()
H A Dinternal.h74 struct mutex umount_mutex; member
/OK3568_Linux_fs/kernel/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()
H A Dsuper.c1455 mutex_lock(&sbi->umount_mutex); in f2fs_put_super()
1494 mutex_unlock(&sbi->umount_mutex); in f2fs_put_super()
3486 mutex_init(&sbi->umount_mutex); in init_sb_info()
H A Df2fs.h1765 struct mutex umount_mutex; member
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dsuper.c1753 mutex_unlock(&c->umount_mutex); in ubifs_umount()
1783 mutex_lock(&c->umount_mutex); in ubifs_remount_rw()
1912 mutex_unlock(&c->umount_mutex); in ubifs_remount_rw()
1930 mutex_unlock(&c->umount_mutex); in ubifs_remount_rw()
1948 mutex_lock(&c->umount_mutex); in ubifs_remount_ro()
1977 mutex_unlock(&c->umount_mutex); in ubifs_remount_ro()
2004 mutex_lock(&c->umount_mutex); in ubifs_put_super()
2056 mutex_unlock(&c->umount_mutex); in ubifs_put_super()
2207 mutex_init(&c->umount_mutex); in alloc_ubifs_info()
2295 mutex_lock(&c->umount_mutex); in ubifs_fill_super()
[all …]
H A Dubifs.h1992 struct mutex umount_mutex; member