Searched refs:umount_mutex (Results 1 – 3 of 3) sorted by relevance
76 ubifs_assert(mutex_is_locked(&c->umount_mutex)); in shrink_tnc()178 if (!mutex_trylock(&c->umount_mutex)) { in shrink_tnc_trees()189 mutex_unlock(&c->umount_mutex); in shrink_tnc_trees()211 mutex_unlock(&c->umount_mutex); in shrink_tnc_trees()242 if (!mutex_trylock(&c->umount_mutex)) { in kick_a_thread()255 mutex_unlock(&c->umount_mutex); in kick_a_thread()261 mutex_unlock(&c->umount_mutex); in kick_a_thread()271 mutex_unlock(&c->umount_mutex); in kick_a_thread()274 mutex_unlock(&c->umount_mutex); in kick_a_thread()
1488 mutex_lock(&c->umount_mutex); in ubifs_remount_rw()1600 mutex_unlock(&c->umount_mutex); in ubifs_remount_rw()1616 mutex_unlock(&c->umount_mutex); in ubifs_remount_rw()1634 mutex_lock(&c->umount_mutex); in ubifs_remount_ro()1663 mutex_unlock(&c->umount_mutex); in ubifs_remount_ro()1689 mutex_lock(&c->umount_mutex); in ubifs_put_super()1737 mutex_unlock(&c->umount_mutex); in ubifs_put_super()1868 mutex_init(&c->umount_mutex); in ubifs_fill_super()1931 mutex_lock(&c->umount_mutex); in ubifs_fill_super()1949 mutex_unlock(&c->umount_mutex); in ubifs_fill_super()[all …]
1326 struct mutex umount_mutex; member