Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dsmb2misc.c569 cfile->oplock_break_cancelled = false; in smb2_tcon_has_lease()
571 cfile->oplock_break_cancelled = true; in smb2_tcon_has_lease()
723 cfile->oplock_break_cancelled = true; in smb2_is_valid_oplock_break()
725 cfile->oplock_break_cancelled = false; in smb2_is_valid_oplock_break()
Dfile.c190 open_file->oplock_break_cancelled = true; in cifs_mark_open_files_invalid()
621 bool oplock_break_cancelled; in _cifsFileInfo_put() local
661 oplock_break_cancelled = wait_oplock_handler ? in _cifsFileInfo_put()
676 if (oplock_break_cancelled) in _cifsFileInfo_put()
4887 bool purge_cache = false, oplock_break_cancelled; in cifs_oplock_break() local
4943 oplock_break_cancelled = cfile->oplock_break_cancelled; in cifs_oplock_break()
4952 if (!oplock_break_cancelled && !list_empty(&cinode->openFileList)) { in cifs_oplock_break()
Dmisc.c506 netfile->oplock_break_cancelled = false; in is_valid_oplock_break()
Dcifsglob.h1377 bool oplock_break_cancelled:1; member