Home
last modified time | relevance | path

Searched refs:oplock_brk (Results 1 – 2 of 2) sorted by relevance

/linux/fs/smb/server/
H A Doplock.h73 wait_queue_head_t oplock_brk; /* oplock breaking wait */ member
H A Doplock.c50 init_waitqueue_head(&opinfo->oplock_brk); in alloc_opinfo()
388 wake_up_interruptible_all(&opinfo->oplock_brk); in close_id_del_oplock()
844 wake_up_interruptible_all(&opinfo->oplock_brk); in wait_lease_breaking()
848 ret = wait_event_interruptible_timeout(opinfo->oplock_brk, in wait_lease_breaking()