Searched refs:fh_mutex (Results 1 – 2 of 2) sorted by relevance
712 mutex_init(&cfile->fh_mutex); in cifs_new_fileinfo()1256 mutex_lock(&cfile->fh_mutex); in cifs_reopen_file()1258 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()1277 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()1366 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()1379 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
1471 struct mutex fh_mutex; /* prevents reopen race after dead ses*/ member