Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2misc.c555 cfile->oplock_break_cancelled = false; in smb2_tcon_has_lease()
557 cfile->oplock_break_cancelled = true; in smb2_tcon_has_lease()
724 cfile->oplock_break_cancelled = true; in smb2_is_valid_oplock_break()
726 cfile->oplock_break_cancelled = false; in smb2_is_valid_oplock_break()
H A Dfile.c393 open_file->oplock_break_cancelled = true; in cifs_mark_open_files_invalid()
863 bool oplock_break_cancelled; in _cifsFileInfo_put() local
906 oplock_break_cancelled = wait_oplock_handler ? in _cifsFileInfo_put()
928 if (oplock_break_cancelled) in _cifsFileInfo_put()
3166 bool purge_cache = false, oplock_break_cancelled; in cifs_oplock_break() local
3233 oplock_break_cancelled = cfile->oplock_break_cancelled; in cifs_oplock_break()
3242 if (!oplock_break_cancelled && !list_empty(&cinode->openFileList)) { in cifs_oplock_break()
H A Dcifsglob.h1454 bool oplock_break_cancelled:1; member