Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ksmbd/
Doplock.c866 static int oplock_break(struct oplock_info *brk_opinfo, int req_op_level) in oplock_break() function
1167 err = oplock_break(prev_opinfo, SMB2_OPLOCK_LEVEL_II); in smb_grant_oplock()
1237 oplock_break(brk_opinfo, SMB2_OPLOCK_LEVEL_II); in smb_break_all_write_oplock()
1293 oplock_break(brk_op, SMB2_OPLOCK_LEVEL_NONE); in smb_break_all_levII_oplock()
/linux-6.1.9/fs/cifs/
Dmisc.c618 queue_work(cifsoplockd_wq, &cfile->oplock_break); in cifs_queue_oplock_break()
Dcifsglob.h1400 struct work_struct oplock_break; /* work for oplock breaks */ member
Dfile.c362 INIT_WORK(&cfile->oplock_break, cifs_oplock_break); in cifs_new_fileinfo()
535 cancel_work_sync(&cifs_file->oplock_break) : false; in _cifsFileInfo_put()
5080 oplock_break); in cifs_oplock_break()