Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfilelock.h108 wait_queue_head_t flc_wait; member
180 wake_up(&fl->c.flc_wait); in locks_wake_up()
/linux/fs/
H A Dlocks.c269 init_waitqueue_head(&flc->flc_wait); in locks_init_lock_heads()
300 BUG_ON(waitqueue_active(&flc->flc_wait)); in locks_release_private()
1421 error = wait_event_interruptible(fl->c.flc_wait, in posix_lock_inode_wait()
1618 error = wait_event_interruptible_timeout(new_fl->c.flc_wait, in __break_lease()
2083 error = wait_event_interruptible(fl->c.flc_wait, in flock_lock_inode_wait()
2373 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.c1853 wait_event(flock->c.flc_wait, !flock->c.flc_blocker); in ksmbd_vfs_posix_lock_wait()
1858 return wait_event_interruptible_timeout(flock->c.flc_wait, in ksmbd_vfs_posix_lock_wait_timeout()
H A Dsmb2pdu.c7149 return waitqueue_active(&fl->c.flc_wait); in lock_defer_pending()