Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Doplock.h80 wait_queue_head_t oplock_q; /* Other server threads */ member
H A Doplock.c99 init_waitqueue_head(&opinfo->oplock_q); in alloc_opinfo()
561 wake_up_interruptible_all(&opinfo->oplock_q); in close_id_del_oplock()
741 rc = wait_event_interruptible_timeout(opinfo->oplock_q, in wait_for_break_ack()
H A Dsmb2pdu.c11563 wake_up_interruptible_all(&opinfo->oplock_q); in smb21_lease_break_ack()
11657 wake_up_interruptible_all(&opinfo->oplock_q); in smb2_oplock_break()