Searched refs:fh_mutex (Results 1 – 2 of 2) sorted by relevance
704 mutex_init(&cfile->fh_mutex); in cifs_new_fileinfo()1240 mutex_lock(&cfile->fh_mutex); in cifs_reopen_file()1242 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()1261 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()1345 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()1358 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
1461 struct mutex fh_mutex; /* prevents reopen race after dead ses*/ member