Searched refs:SMB_OPLOCK_NONE (Results 1 – 8 of 8) sorted by relevance
155 (op->op_oplock_level == SMB_OPLOCK_NONE) || in smb_oplock_acquire()158 op->op_oplock_level = SMB_OPLOCK_NONE; in smb_oplock_acquire()194 op->op_oplock_level = SMB_OPLOCK_NONE; in smb_oplock_acquire()205 op->op_oplock_level = SMB_OPLOCK_NONE; in smb_oplock_acquire()526 og->og_level = SMB_OPLOCK_NONE; in smb_oplock_timedout()605 og->og_level = SMB_OPLOCK_NONE; in smb_oplock_ack()612 og->og_level = SMB_OPLOCK_NONE; in smb_oplock_ack()621 if (og->og_level == SMB_OPLOCK_NONE) { in smb_oplock_ack()
266 op->op_oplock_level = SMB_OPLOCK_NONE; in smb_com_open()288 if (op->op_oplock_level == SMB_OPLOCK_NONE) { in smb_com_open()351 op->op_oplock_level = SMB_OPLOCK_NONE; in smb_pre_open_andx()416 if (op->op_oplock_level != SMB_OPLOCK_NONE) in smb_com_open_andx()521 op->op_oplock_level = SMB_OPLOCK_NONE; in smb_com_trans2_open2()531 if (op->op_oplock_level != SMB_OPLOCK_NONE) in smb_com_trans2_open2()
200 op->op_oplock_level = SMB_OPLOCK_NONE; in smb_common_create()206 if (op->op_oplock_level == SMB_OPLOCK_NONE) { in smb_common_create()
205 op->op_oplock_level = SMB_OPLOCK_NONE; in smb_pre_nt_create_andx()
162 op->op_oplock_level = SMB_OPLOCK_NONE; in smb2_create()285 case SMB_OPLOCK_NONE: in smb2_create()
96 op->op_oplock_level = SMB_OPLOCK_NONE; in smb_pre_nt_transact_create()
908 op->op_oplock_level = SMB_OPLOCK_NONE; in smb_open_subr()
561 #define SMB_OPLOCK_NONE 0 macro