Home
last modified time | relevance | path

Searched refs:OPLOCK_ACK_WAIT (Results 1 – 3 of 3) sorted by relevance

/linux/fs/smb/server/
H A Doplock.h16 #define OPLOCK_ACK_WAIT 0x01 macro
H A Doplock.c61 if (opinfo->op_state == OPLOCK_ACK_WAIT) { in lease_break_in_progress()
551 if (opinfo->op_state == OPLOCK_ACK_WAIT && opinfo->is_lease) in close_id_del_oplock()
780 opinfo->op_state = OPLOCK_ACK_WAIT; in oplock_break_set_ack_wait()
964 if (opinfo->op_state == OPLOCK_ACK_WAIT) { in smb2_oplock_break_noti()
1123 if (opinfo->op_state == OPLOCK_ACK_WAIT) { in smb2_lease_break_noti()
1642 prev_opinfo->op_state == OPLOCK_ACK_WAIT)) { in smb_grant_oplock()
H A Dsmb2pdu.c11474 if (opinfo->op_state != OPLOCK_ACK_WAIT) { in smb20_oplock_break_ack()