Searched refs:fh_mutex (Results 1 – 2 of 2) sorted by relevance
511 mutex_init(&cfile->fh_mutex); in cifs_new_fileinfo()974 mutex_lock(&cfile->fh_mutex); in cifs_reopen_file()976 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()995 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()1084 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()1097 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
1451 struct mutex fh_mutex; /* prevents reopen race after dead ses*/ member