Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ubifs/
Dshrinker.c76 ubifs_assert(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.c1580 mutex_lock(&c->umount_mutex); in ubifs_remount_rw()
1707 mutex_unlock(&c->umount_mutex); in ubifs_remount_rw()
1725 mutex_unlock(&c->umount_mutex); in ubifs_remount_rw()
1743 mutex_lock(&c->umount_mutex); in ubifs_remount_ro()
1772 mutex_unlock(&c->umount_mutex); in ubifs_remount_ro()
1800 mutex_lock(&c->umount_mutex); in ubifs_put_super()
1849 mutex_unlock(&c->umount_mutex); in ubifs_put_super()
1988 mutex_init(&c->umount_mutex); in alloc_ubifs_info()
2065 mutex_lock(&c->umount_mutex); in ubifs_fill_super()
2083 mutex_unlock(&c->umount_mutex); in ubifs_fill_super()
[all …]
Dubifs.h1381 struct mutex umount_mutex; member