Home
last modified time | relevance | path

Searched refs:fl_wait (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/fs/afs/
Dflock.c101 wake_up(&p->fl_wait); in afs_grant_locks()
127 wake_up(&p->fl_wait); in afs_next_locker()
144 wake_up(&next->fl_wait); in afs_next_locker()
168 wake_up(&p->fl_wait); in afs_kill_lockers_enoent()
655 ret = wait_event_interruptible(fl->fl_wait, in afs_do_setlk()
/Linux-v5.4/fs/
Dlocks.c340 init_waitqueue_head(&fl->fl_wait); in locks_init_lock_heads()
357 BUG_ON(waitqueue_active(&fl->fl_wait)); in locks_release_private()
742 wake_up(&waiter->fl_wait); in __locks_wake_up_blocks()
1367 error = wait_event_interruptible(fl->fl_wait, !fl->fl_blocker); in posix_lock_inode_wait()
1452 error = wait_event_interruptible(fl.fl_wait, !fl.fl_blocker); in locks_mandatory_area()
1654 error = wait_event_interruptible_timeout(new_fl->fl_wait, in __break_lease()
2139 error = wait_event_interruptible(fl->fl_wait, !fl->fl_blocker); in flock_lock_inode_wait()
2416 error = wait_event_interruptible(fl->fl_wait, !fl->fl_blocker); in do_lock_file_wait()
/Linux-v5.4/include/linux/
Dfs.h1094 wait_queue_head_t fl_wait; member
/Linux-v5.4/fs/cifs/
Dfile.c1144 rc = wait_event_interruptible(flock->fl_wait, !flock->fl_blocker); in cifs_posix_lock_set()