Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ubifs/
Dfile.c867 if (mutex_trylock(&c->bu_mutex)) in ubifs_bulk_read()
884 mutex_unlock(&c->bu_mutex); in ubifs_bulk_read()
Dsuper.c2031 mutex_lock(&c->bu_mutex); in ubifs_remount_fs()
2034 mutex_unlock(&c->bu_mutex); in ubifs_remount_fs()
2138 mutex_init(&c->bu_mutex); in alloc_ubifs_info()
Dubifs.h1321 struct mutex bu_mutex; member