Home
last modified time | relevance | path

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

/fs/cifs/
Dfile.c325 mutex_init(&cfile->fh_mutex); in cifs_new_fileinfo()
643 mutex_lock(&cfile->fh_mutex); in cifs_reopen_file()
645 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
665 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
742 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
750 mutex_unlock(&cfile->fh_mutex); in cifs_reopen_file()
Dcifsglob.h1060 struct mutex fh_mutex; /* prevents reopen race after dead ses*/ member