Lines Matching refs:op_state
44 opinfo->op_state = OPLOCK_STATE_NONE; in alloc_opinfo()
408 if (opinfo->op_state == OPLOCK_ACK_WAIT) { in close_id_del_oplock()
409 opinfo->op_state = OPLOCK_CLOSING; in close_id_del_oplock()
577 opinfo->op_state == OPLOCK_STATE_NONE || in wait_for_break_ack()
578 opinfo->op_state == OPLOCK_CLOSING, in wait_for_break_ack()
586 opinfo->op_state = OPLOCK_STATE_NONE; in wait_for_break_ack()
606 if (opinfo->op_state == OPLOCK_CLOSING) in oplock_break_pending()
721 if (opinfo->op_state == OPLOCK_ACK_WAIT) { in smb2_oplock_break_noti()
828 if (opinfo->op_state == OPLOCK_ACK_WAIT) { in smb2_lease_break_noti()
912 brk_opinfo->op_state = OPLOCK_ACK_WAIT; in oplock_break()
922 brk_opinfo->op_state = OPLOCK_ACK_WAIT; in oplock_break()
931 if (brk_opinfo->op_state == OPLOCK_CLOSING) in oplock_break()
1689 if (!opinfo->op_state || opinfo->op_state == OPLOCK_CLOSING) in lookup_lease_in_table()