Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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()
2087 error = wait_event_interruptible(fl->c.flc_wait, in flock_lock_inode_wait()
2372 error = wait_event_interruptible(fl->c.flc_wait, in do_lock_file_wait()
/linux-6.15/fs/afs/
H A Dflock.c643 ret = wait_event_interruptible(fl->c.flc_wait, in afs_do_setlk()
/linux-6.15/fs/smb/server/
H A Dvfs.c1844 wait_event(flock->c.flc_wait, !flock->c.flc_blocker); in ksmbd_vfs_posix_lock_wait()
H A Dsmb2pdu.c7279 return waitqueue_active(&fl->c.flc_wait); in lock_defer_pending()