Searched refs:bu_mutex (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ubifs/
H A Dfile.c861 * is protected by @c->bu_mutex.
863 if (mutex_trylock(&c->bu_mutex))
880 mutex_unlock(&c->bu_mutex);
H A Dsuper.c2044 mutex_lock(&c->bu_mutex);
2047 mutex_unlock(&c->bu_mutex);
2151 mutex_init(&c->bu_mutex);
H A Dubifs.h1091 * @bu_mutex: protects the pre-allocated bulk-read buffer and @c->bu
1353 struct mutex bu_mutex; member in struct:ubifs_info

Completed in 118 milliseconds