Searched refs:fh_mutex (Results 1 – 2 of 2) sorted by relevance
327 mutex_init(&cfile->fh_mutex); in cifs_new_fileinfo()693 mutex_lock(&cfile->fh_mutex); in cifs_reopen_file()695 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()715 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()789 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()797 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
1330 struct mutex fh_mutex; /* prevents reopen race after dead ses*/ member