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

/linux-master/include/linux/
H A Dfilelock.h108 wait_queue_head_t flc_wait; member in struct:file_lock_core
180 wake_up(&fl->c.flc_wait);
/linux-master/fs/
H A Dlocks.c269 init_waitqueue_head(&flc->flc_wait);
300 BUG_ON(waitqueue_active(&flc->flc_wait));
1421 error = wait_event_interruptible(fl->c.flc_wait,
1618 error = wait_event_interruptible_timeout(new_fl->c.flc_wait,
2083 error = wait_event_interruptible(fl->c.flc_wait,
2373 error = wait_event_interruptible(fl->c.flc_wait,
/linux-master/fs/smb/server/
H A Dvfs.c1853 wait_event(flock->c.flc_wait, !flock->c.flc_blocker);
1858 return wait_event_interruptible_timeout(flock->c.flc_wait,
H A Dsmb2pdu.c7149 return waitqueue_active(&fl->c.flc_wait);
/linux-master/fs/afs/
H A Dflock.c643 ret = wait_event_interruptible(fl->c.flc_wait,

Completed in 147 milliseconds