Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-trace.c912 bool pending_open; member
1705 ttrace->filename.pending_open = false; in trace__sys_enter()
1810 if (sc->is_open && ret >= 0 && ttrace->filename.pending_open) { in trace__sys_exit()
1812 ttrace->filename.pending_open = false; in trace__sys_exit()
1932 ttrace->filename.pending_open = true; in trace__vfs_getname()
/Linux-v4.19/fs/cifs/
Dmisc.c627 fid->pending_open = open; in cifs_add_pending_open_locked()
Dcifsglob.h1115 struct cifs_pending_open *pending_open; member
Dfile.c329 if (fid->pending_open->oplock != CIFS_OPLOCK_NO_CHANGE && oplock) in cifs_new_fileinfo()
330 oplock = fid->pending_open->oplock; in cifs_new_fileinfo()
331 list_del(&fid->pending_open->olist); in cifs_new_fileinfo()