Home
last modified time | relevance | path

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

/linux/fs/afs/
H A Dvalidation.c422 ret = mutex_lock_interruptible(&volume->cb_check_lock); in afs_validate()
454 mutex_unlock(&volume->cb_check_lock); in afs_validate()
479 mutex_unlock(&volume->cb_check_lock); in afs_validate()
H A Dvolume.c101 mutex_init(&volume->cb_check_lock); in afs_alloc_volume()
H A Dinternal.h650 struct mutex cb_check_lock; /* Lock to control race to check after v_break */ member