Home
last modified time | relevance | path

Searched refs:fh_mutex (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/fs/cifs/
Dfile.c328 mutex_init(&cfile->fh_mutex); in cifs_new_fileinfo()
667 mutex_lock(&cfile->fh_mutex); in cifs_reopen_file()
669 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
689 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
759 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
767 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
Dcifsglob.h1265 struct mutex fh_mutex; /* prevents reopen race after dead ses*/ member