Searched refs:fh_mutex (Results 1 – 2 of 2) sorted by relevance
495 mutex_init(&cfile->fh_mutex); in cifs_new_fileinfo()908 mutex_lock(&cfile->fh_mutex); in cifs_reopen_file()910 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()929 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()1008 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()1018 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
1411 struct mutex fh_mutex; /* prevents reopen race after dead ses*/ member