Home
last modified time | relevance | path

Searched refs:oplock_break_cancelled (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2misc.c557 cfile->oplock_break_cancelled = false; in smb2_tcon_has_lease()
559 cfile->oplock_break_cancelled = true; in smb2_tcon_has_lease()
720 cfile->oplock_break_cancelled = true; in smb2_is_valid_oplock_break()
722 cfile->oplock_break_cancelled = false; in smb2_is_valid_oplock_break()
H A Dmisc.c501 netfile->oplock_break_cancelled = false; in is_valid_oplock_break()
H A Dfile.c450 bool oplock_break_cancelled; in _cifsFileInfo_put() local
490 oplock_break_cancelled = wait_oplock_handler ? in _cifsFileInfo_put()
505 if (oplock_break_cancelled) in _cifsFileInfo_put()
4823 if (!cfile->oplock_break_cancelled) { in cifs_oplock_break()
H A Dcifsglob.h1325 bool oplock_break_cancelled:1; member
H A Dcifssmb.c110 open_file->oplock_break_cancelled = true; in cifs_mark_open_files_invalid()
/kernel/linux/linux-6.6/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()
717 cfile->oplock_break_cancelled = true; in smb2_is_valid_oplock_break()
719 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()
624 bool oplock_break_cancelled; in _cifsFileInfo_put() local
664 oplock_break_cancelled = wait_oplock_handler ? in _cifsFileInfo_put()
679 if (oplock_break_cancelled) in _cifsFileInfo_put()
4923 bool purge_cache = false, oplock_break_cancelled; in cifs_oplock_break() local
4979 oplock_break_cancelled = cfile->oplock_break_cancelled; in cifs_oplock_break()
4988 if (!oplock_break_cancelled && !list_empty(&cinode->openFileList)) { in cifs_oplock_break()
H A Dmisc.c510 netfile->oplock_break_cancelled = false; in is_valid_oplock_break()
H A Dcifsglob.h1407 bool oplock_break_cancelled:1; member
1989 * ->oplock_break_cancelled

Completed in 36 milliseconds