Searched refs:tnc_mutex (Results 1 – 3 of 3) sorted by relevance
65 ubifs_assert(c, mutex_is_locked(&c->tnc_mutex)); in shrink_tnc()175 if (!mutex_trylock(&c->tnc_mutex)) { in shrink_tnc_trees()188 mutex_unlock(&c->tnc_mutex); in shrink_tnc_trees()
763 mutex_lock(&c->tnc_mutex); in ubifs_tnc_start_commit()805 mutex_unlock(&c->tnc_mutex); in ubifs_tnc_start_commit()814 mutex_unlock(&c->tnc_mutex); in ubifs_tnc_start_commit()892 mutex_lock(&c->tnc_mutex); in write_index()906 mutex_unlock(&c->tnc_mutex); in write_index()1099 mutex_lock(&c->tnc_mutex); in ubifs_tnc_end_commit()1109 mutex_unlock(&c->tnc_mutex); in ubifs_tnc_end_commit()
1320 struct mutex tnc_mutex; member