Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dfile.c365 mutex_init(&cfile->fh_mutex); in cifs_new_fileinfo()
778 mutex_lock(&cfile->fh_mutex); in cifs_reopen_file()
780 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
799 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
876 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
886 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
Dcifsglob.h1396 struct mutex fh_mutex; /* prevents reopen race after dead ses*/ member