Searched refs:fh_mutex (Results 1 – 2 of 2) sorted by relevance
698 mutex_init(&cfile->fh_mutex); in cifs_new_fileinfo()1170 mutex_lock(&cfile->fh_mutex); in cifs_reopen_file()1172 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()1191 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()1280 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()1293 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
1491 struct mutex fh_mutex; /* prevents reopen race after dead ses*/ member