Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dfile.c326 mutex_init(&cfile->fh_mutex); in cifs_new_fileinfo()
692 mutex_lock(&cfile->fh_mutex); in cifs_reopen_file()
694 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
714 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
788 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
796 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
Dcifsglob.h1327 struct mutex fh_mutex; /* prevents reopen race after dead ses*/ member