Lines Matching refs:SMB2_OPLOCK_LEVEL_NONE
43 opinfo->level = SMB2_OPLOCK_LEVEL_NONE; in alloc_opinfo()
282 opinfo->level = SMB2_OPLOCK_LEVEL_NONE; in opinfo_write_to_none()
304 opinfo->level = SMB2_OPLOCK_LEVEL_NONE; in opinfo_read_to_none()
455 opinfo_new->level = SMB2_OPLOCK_LEVEL_NONE; in grant_none_oplock()
562 opinfo->level = SMB2_OPLOCK_LEVEL_NONE; in wait_for_break_ack()
662 rsp->OplockLevel = SMB2_OPLOCK_LEVEL_NONE; in __smb2_oplock_break_noti()
724 opinfo->level = SMB2_OPLOCK_LEVEL_NONE; in smb2_oplock_break_noti()
832 opinfo->level = SMB2_OPLOCK_LEVEL_NONE; in smb2_lease_break_noti()
1098 if (opinfo->o_lease->state != SMB2_OPLOCK_LEVEL_NONE && in smb_send_parent_lease_break_noti()
1110 oplock_break(opinfo, SMB2_OPLOCK_LEVEL_NONE, NULL); in smb_send_parent_lease_break_noti()
1140 if (opinfo->o_lease->state != SMB2_OPLOCK_LEVEL_NONE) { in smb_lazy_parent_lease_break_close()
1149 oplock_break(opinfo, SMB2_OPLOCK_LEVEL_NONE, NULL); in smb_lazy_parent_lease_break_close()
1208 req_op_level = SMB2_OPLOCK_LEVEL_NONE; in smb_grant_oplock()
1228 (prev_opinfo->level == SMB2_OPLOCK_LEVEL_NONE && lctx)) { in smb_grant_oplock()
1263 if (req_op_level != SMB2_OPLOCK_LEVEL_NONE) in smb_grant_oplock()
1269 req_op_level = SMB2_OPLOCK_LEVEL_NONE; in smb_grant_oplock()
1382 oplock_break(brk_op, SMB2_OPLOCK_LEVEL_NONE, NULL); in smb_break_all_levII_oplock()