Home
last modified time | relevance | path

Searched refs:pending_open (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/cifs/
Dmisc.c630 fid->pending_open = open; in cifs_add_pending_open_locked()
Dcifsglob.h1010 struct cifs_pending_open *pending_open; member
Dfile.c321 if (fid->pending_open->oplock != CIFS_OPLOCK_NO_CHANGE && oplock) in cifs_new_fileinfo()
322 oplock = fid->pending_open->oplock; in cifs_new_fileinfo()
323 list_del(&fid->pending_open->olist); in cifs_new_fileinfo()