Lines Matching refs:op_state
43 opinfo->op_state = OPLOCK_STATE_NONE; in alloc_opinfo()
378 if (opinfo->op_state == OPLOCK_ACK_WAIT) { in close_id_del_oplock()
379 opinfo->op_state = OPLOCK_CLOSING; in close_id_del_oplock()
547 opinfo->op_state == OPLOCK_STATE_NONE || in wait_for_break_ack()
548 opinfo->op_state == OPLOCK_CLOSING, in wait_for_break_ack()
556 opinfo->op_state = OPLOCK_STATE_NONE; in wait_for_break_ack()
576 if (opinfo->op_state == OPLOCK_CLOSING) in oplock_break_pending()
706 if (opinfo->op_state == OPLOCK_ACK_WAIT) { in smb2_oplock_break_noti()
816 if (opinfo->op_state == OPLOCK_ACK_WAIT) { in smb2_lease_break_noti()
900 brk_opinfo->op_state = OPLOCK_ACK_WAIT; in oplock_break()
910 brk_opinfo->op_state = OPLOCK_ACK_WAIT; in oplock_break()
919 if (brk_opinfo->op_state == OPLOCK_CLOSING) in oplock_break()
1674 if (!opinfo->op_state || opinfo->op_state == OPLOCK_CLOSING) in lookup_lease_in_table()