Home
last modified time | relevance | path

Searched refs:oplock_break (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/server/
H A Doplock.c876 static int oplock_break(struct oplock_info *brk_opinfo, int req_op_level) in oplock_break() function
1126 oplock_break(opinfo, SMB2_OPLOCK_LEVEL_NONE); in smb_send_parent_lease_break_noti()
1167 oplock_break(opinfo, SMB2_OPLOCK_LEVEL_NONE); in smb_lazy_parent_lease_break_close()
1267 err = oplock_break(prev_opinfo, SMB2_OPLOCK_LEVEL_II); in smb_grant_oplock()
1337 oplock_break(brk_opinfo, SMB2_OPLOCK_LEVEL_II); in smb_break_all_write_oplock()
1400 oplock_break(brk_op, SMB2_OPLOCK_LEVEL_NONE); in smb_break_all_levII_oplock()
/kernel/linux/linux-5.10/fs/cifs/
H A Dmisc.c626 queue_work(cifsoplockd_wq, &cfile->oplock_break); in cifs_queue_oplock_break()
H A Dcifsglob.h1332 struct work_struct oplock_break; /* work for oplock breaks */ member
H A Dfile.c325 INIT_WORK(&cfile->oplock_break, cifs_oplock_break); in cifs_new_fileinfo()
491 cancel_work_sync(&cifs_file->oplock_break) : false; in _cifsFileInfo_put()
4775 oplock_break); in cifs_oplock_break()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dmisc.c636 queue_work(cifsoplockd_wq, &cfile->oplock_break); in cifs_queue_oplock_break()
H A Dfile.c492 INIT_WORK(&cfile->oplock_break, cifs_oplock_break); in cifs_new_fileinfo()
665 cancel_work_sync(&cifs_file->oplock_break) : false; in _cifsFileInfo_put()
4915 oplock_break); in cifs_oplock_break()
H A Dcifsglob.h1414 struct work_struct oplock_break; /* work for oplock breaks */ member

Completed in 29 milliseconds