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

/linux-4.1.27/fs/afs/
H A Dflock.c95 wake_up(&p->fl_wait); afs_grant_locks()
209 wake_up(&fl->fl_wait); afs_lock_work()
353 ret = wait_event_interruptible(fl->fl_wait, afs_do_setlk()
/linux-4.1.27/fs/
H A Dlocks.c248 init_waitqueue_head(&fl->fl_wait); locks_init_lock_heads()
284 BUG_ON(waitqueue_active(&fl->fl_wait)); locks_free_lock()
677 wake_up(&waiter->fl_wait); locks_wake_up_blocks()
1181 error = wait_event_interruptible(fl->fl_wait, !fl->fl_next); posix_lock_inode_wait()
1272 error = wait_event_interruptible(fl.fl_wait, !fl.fl_next); locks_mandatory_area()
1460 error = wait_event_interruptible_timeout(new_fl->fl_wait, __break_lease()
1866 error = wait_event_interruptible(fl->fl_wait, !fl->fl_next); flock_lock_inode_wait()
2098 error = wait_event_interruptible(fl->fl_wait, !fl->fl_next); do_lock_file_wait()
/linux-4.1.27/fs/cifs/
H A Dfile.c1036 rc = wait_event_interruptible(flock->fl_wait, !flock->fl_next); cifs_posix_lock_set()
/linux-4.1.27/include/linux/
H A Dfs.h974 wait_queue_head_t fl_wait; member in struct:file_lock

Completed in 118 milliseconds