Searched refs:fh_mutex (Results 1 – 2 of 2) sorted by relevance
366 mutex_init(&cfile->fh_mutex); in cifs_new_fileinfo()779 mutex_lock(&cfile->fh_mutex); in cifs_reopen_file()781 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()800 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()879 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()889 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
1366 struct mutex fh_mutex; /* prevents reopen race after dead ses*/ member