Home
last modified time | relevance | path

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

/linux-4.4.14/fs/afs/
Dflock.c95 wake_up(&p->fl_wait); in afs_grant_locks()
209 wake_up(&fl->fl_wait); in afs_lock_work()
353 ret = wait_event_interruptible(fl->fl_wait, in afs_do_setlk()
/linux-4.4.14/fs/
Dlocks.c252 init_waitqueue_head(&fl->fl_wait); in locks_init_lock_heads()
288 BUG_ON(waitqueue_active(&fl->fl_wait)); in locks_free_lock()
681 wake_up(&waiter->fl_wait); in locks_wake_up_blocks()
1184 error = wait_event_interruptible(fl->fl_wait, !fl->fl_next); in posix_lock_inode_wait()
1274 error = wait_event_interruptible(fl.fl_wait, !fl.fl_next); in locks_mandatory_area()
1463 error = wait_event_interruptible_timeout(new_fl->fl_wait, in __break_lease()
1871 error = wait_event_interruptible(fl->fl_wait, !fl->fl_next); in flock_lock_inode_wait()
2126 error = wait_event_interruptible(fl->fl_wait, !fl->fl_next); in do_lock_file_wait()
/linux-4.4.14/include/linux/
Dfs.h990 wait_queue_head_t fl_wait; member
/linux-4.4.14/fs/cifs/
Dfile.c1036 rc = wait_event_interruptible(flock->fl_wait, !flock->fl_next); in cifs_posix_lock_set()