Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Doplock.c558 opinfo->op_state = OPLOCK_CLOSING; in close_id_del_oplock()
743 opinfo->op_state == OPLOCK_CLOSING, in wait_for_break_ack()
749 if (opinfo->op_state == OPLOCK_CLOSING) { in wait_for_break_ack()
779 if (opinfo->op_state != OPLOCK_CLOSING) { in oplock_break_set_ack_wait()
794 closing = opinfo->op_state == OPLOCK_CLOSING; in oplock_break_pending()
812 closing = opinfo->op_state == OPLOCK_CLOSING; in oplock_break_pending()
1249 if (brk_opinfo->op_state == OPLOCK_CLOSING) in oplock_break()
1304 if (brk_opinfo->op_state == OPLOCK_CLOSING) in oplock_break()
1862 if (brk_op->op_state != OPLOCK_CLOSING) in __smb_break_all_levII_oplock()
2405 opinfo->op_state == OPLOCK_CLOSING) in lookup_lease_in_table()
H A Doplock.h17 #define OPLOCK_CLOSING 0x02 macro
H A Dsmb2pdu.c11504 if (opinfo->op_state != OPLOCK_CLOSING) in smb20_oplock_break_ack()
11598 if (opinfo->op_state != OPLOCK_CLOSING) in smb21_lease_break_ack()