Searched refs:fh_mutex (Results 1 – 2 of 2) sorted by relevance
265 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()
589 struct mutex fh_mutex; /* prevents reopen race after dead ses*/ member