Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmb2misc.c563 cfile->oplock_break_cancelled = false; in smb2_tcon_has_lease()
565 cfile->oplock_break_cancelled = true; in smb2_tcon_has_lease()
721 cfile->oplock_break_cancelled = true; in smb2_is_valid_oplock_break()
723 cfile->oplock_break_cancelled = false; in smb2_is_valid_oplock_break()
H A Dfile.c193 open_file->oplock_break_cancelled = true; in cifs_mark_open_files_invalid()
674 bool oplock_break_cancelled; in _cifsFileInfo_put() local
717 oplock_break_cancelled = wait_oplock_handler ? in _cifsFileInfo_put()
739 if (oplock_break_cancelled) in _cifsFileInfo_put()
5023 bool purge_cache = false, oplock_break_cancelled; in cifs_oplock_break() local
5079 oplock_break_cancelled = cfile->oplock_break_cancelled; in cifs_oplock_break()
5088 if (!oplock_break_cancelled && !list_empty(&cinode->openFileList)) { in cifs_oplock_break()
H A Dmisc.c512 netfile->oplock_break_cancelled = false; in is_valid_oplock_break()
H A Dcifsglob.h1444 bool oplock_break_cancelled:1; member