Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dfile.c314 mutex_init(&cfile->fh_mutex); in cifs_new_fileinfo()
628 mutex_lock(&cfile->fh_mutex); in cifs_reopen_file()
630 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
650 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
720 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
728 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
Dcifsglob.h1145 struct mutex fh_mutex; /* prevents reopen race after dead ses*/ member