Home
last modified time | relevance | path

Searched refs:fh_mutex (Results 1 – 2 of 2) sorted by relevance

/fs/cifs/
Dfile.c265 mutex_init(&pCifsFile->fh_mutex); in cifs_new_fileinfo()
481 mutex_lock(&pCifsFile->fh_mutex); in cifs_reopen_file()
483 mutex_unlock(&pCifsFile->fh_mutex); in cifs_reopen_file()
500 mutex_unlock(&pCifsFile->fh_mutex); in cifs_reopen_file()
551 mutex_unlock(&pCifsFile->fh_mutex); in cifs_reopen_file()
560 mutex_unlock(&pCifsFile->fh_mutex); in cifs_reopen_file()
Dcifsglob.h589 struct mutex fh_mutex; /* prevents reopen race after dead ses*/ member