Home
last modified time | relevance | path

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

/linux-3.4.99/fs/cifs/
Dfile.c265 mutex_init(&pCifsFile->fh_mutex); in cifs_new_fileinfo()
485 mutex_lock(&pCifsFile->fh_mutex); in cifs_reopen_file()
487 mutex_unlock(&pCifsFile->fh_mutex); in cifs_reopen_file()
504 mutex_unlock(&pCifsFile->fh_mutex); in cifs_reopen_file()
555 mutex_unlock(&pCifsFile->fh_mutex); in cifs_reopen_file()
564 mutex_unlock(&pCifsFile->fh_mutex); in cifs_reopen_file()
Dcifsglob.h589 struct mutex fh_mutex; /* prevents reopen race after dead ses*/ member