Home
last modified time | relevance | path

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

/openbmc/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.c1724 mutex_lock(&c->umount_mutex); in ubifs_remount_rw()
1859 mutex_unlock(&c->umount_mutex); in ubifs_remount_rw()
1876 mutex_unlock(&c->umount_mutex); in ubifs_remount_rw()
1894 mutex_lock(&c->umount_mutex); in ubifs_remount_ro()
1926 mutex_unlock(&c->umount_mutex); in ubifs_remount_ro()
1953 mutex_lock(&c->umount_mutex); in ubifs_put_super()
2004 mutex_unlock(&c->umount_mutex); in ubifs_put_super()
2151 mutex_init(&c->umount_mutex); in alloc_ubifs_info()
2229 mutex_lock(&c->umount_mutex); in ubifs_fill_super()
2251 mutex_unlock(&c->umount_mutex); in ubifs_fill_super()
[all …]
H A Dubifs.h1443 struct mutex umount_mutex; member
/openbmc/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()
H A Dsuper.c1570 mutex_lock(&sbi->umount_mutex); in f2fs_put_super()
1609 mutex_unlock(&sbi->umount_mutex); in f2fs_put_super()
3773 mutex_init(&sbi->umount_mutex); in init_sb_info()
H A Df2fs.h1725 struct mutex umount_mutex; member
/openbmc/linux/fs/erofs/
H A Dutils.c185 mutex_init(&sbi->umount_mutex); in erofs_shrinker_register()
196 mutex_lock(&sbi->umount_mutex); in erofs_shrinker_unregister()
203 mutex_unlock(&sbi->umount_mutex); in erofs_shrinker_unregister()
239 if (!mutex_trylock(&sbi->umount_mutex)) { in erofs_shrink_scan()
258 mutex_unlock(&sbi->umount_mutex); in erofs_shrink_scan()
H A Dinternal.h121 struct mutex umount_mutex; member
/openbmc/u-boot/fs/ubifs/
H A Dsuper.c1785 mutex_lock(&c->umount_mutex); in ubifs_remount_rw()
1914 mutex_unlock(&c->umount_mutex); in ubifs_remount_rw()
1932 mutex_unlock(&c->umount_mutex); in ubifs_remount_rw()
1950 mutex_lock(&c->umount_mutex); in ubifs_remount_ro()
1979 mutex_unlock(&c->umount_mutex); in ubifs_remount_ro()
2006 mutex_lock(&c->umount_mutex); in ubifs_put_super()
2059 mutex_unlock(&c->umount_mutex); in ubifs_put_super()
2209 mutex_init(&c->umount_mutex); in alloc_ubifs_info()
2297 mutex_lock(&c->umount_mutex); in ubifs_fill_super()
2321 mutex_unlock(&c->umount_mutex); in ubifs_fill_super()
[all …]
H A Dubifs.h1991 struct mutex umount_mutex; member