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.c605 cfile->oplock_break_cancelled = false; in smb2_tcon_has_lease()
607 cfile->oplock_break_cancelled = true; in smb2_tcon_has_lease()
774 cfile->oplock_break_cancelled = true; in smb2_is_valid_oplock_break()
776 cfile->oplock_break_cancelled = false; in smb2_is_valid_oplock_break()
H A Dfile.c398 open_file->oplock_break_cancelled = true; in cifs_mark_open_files_invalid()
878 bool oplock_break_cancelled; in _cifsFileInfo_put() local
929 oplock_break_cancelled = wait_oplock_handler ? in _cifsFileInfo_put()
951 if (oplock_break_cancelled) in _cifsFileInfo_put()
3350 bool purge_cache = false, oplock_break_cancelled; in cifs_oplock_break() local
3420 oplock_break_cancelled = cfile->oplock_break_cancelled; in cifs_oplock_break()
3429 if (!oplock_break_cancelled && !list_empty(&cinode->openFileList)) { in cifs_oplock_break()
H A Dcifsglob.h1455 bool oplock_break_cancelled:1; member