Lines Matching refs:wait
36 int cmd, u8 wait, struct file_lock *fl) in ceph_lock_message() argument
46 wait = 0; in ceph_lock_message()
66 wait, fl->fl_type); in ceph_lock_message()
74 req->r_args.filelock_change.wait = wait; in ceph_lock_message()
76 if (wait) in ceph_lock_message()
103 length, wait, fl->fl_type, err); in ceph_lock_message()
161 u8 wait = 0; in ceph_lock() local
176 wait = 1; in ceph_lock()
185 err = ceph_lock_message(CEPH_LOCK_FCNTL, op, file, lock_cmd, wait, fl); in ceph_lock()
208 u8 wait = 0; in ceph_flock() local
219 wait = 1; in ceph_flock()
229 file, lock_cmd, wait, fl); in ceph_flock()