Home
last modified time | relevance | path

Searched refs:flc_wait (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dfilelock.h109 wait_queue_head_t flc_wait; member
183 wake_up(&flc->flc_wait); in locks_wake_up_waiter()
/linux/fs/
H A Dlocks.c279 init_waitqueue_head(&flc->flc_wait); in locks_init_lock_heads()
310 BUG_ON(waitqueue_active(&flc->flc_wait)); in locks_release_private()
1480 error = wait_event_interruptible(fl->c.flc_wait, in posix_lock_inode_wait()
1683 error = wait_event_interruptible_timeout(new_fl->c.flc_wait, in __break_lease()
2150 error = wait_event_interruptible(fl->c.flc_wait, in flock_lock_inode_wait()
2454 error = wait_event_interruptible(fl->c.flc_wait, in do_lock_file_wait()
/linux/fs/afs/
H A Dflock.c643 ret = wait_event_interruptible(fl->c.flc_wait, in afs_do_setlk()
/linux/fs/smb/server/
H A Dvfs.c1793 wait_event(flock->c.flc_wait, !flock->c.flc_blocker); in ksmbd_vfs_posix_lock_wait()
H A Dsmb2pdu.c7367 return waitqueue_active(&fl->c.flc_wait); in lock_defer_pending()