Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dfile.c307 mutex_init(&cfile->fh_mutex); in cifs_new_fileinfo()
614 mutex_lock(&cfile->fh_mutex); in cifs_reopen_file()
616 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
636 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
706 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
714 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
Dcifsglob.h1051 struct mutex fh_mutex; /* prevents reopen race after dead ses*/ member