Searched refs:pending_break (Results 1 – 2 of 2) sorted by relevance
94 opinfo->pending_break = 0; in alloc_opinfo()559 clear_bit_unlock(0, &opinfo->pending_break); in close_id_del_oplock()566 wake_up_bit(&opinfo->pending_break, 0); in close_id_del_oplock()768 clear_bit_unlock(0, &opinfo->pending_break); in wake_up_oplock_break()771 wake_up_bit(&opinfo->pending_break, 0); in wake_up_oplock_break()795 if (!closing && !test_and_set_bit(0, &opinfo->pending_break)) { in oplock_break_pending()806 wait_on_bit(&opinfo->pending_break, 0, TASK_UNINTERRUPTIBLE); in oplock_break_pending()1172 bool was_pending = test_bit(0, &brk_opinfo->pending_break); in oplock_break()1641 (test_bit(0, &prev_opinfo->pending_break) || in smb_grant_oplock()
70 unsigned long pending_break; member