Lines Matching refs:wait
60 int cmd, u8 wait, struct file_lock *fl) in ceph_lock_message() argument
80 wait = 0; in ceph_lock_message()
100 wait, fl->fl_type); in ceph_lock_message()
108 req->r_args.filelock_change.wait = wait; in ceph_lock_message()
110 if (wait) in ceph_lock_message()
136 length, wait, fl->fl_type, err); in ceph_lock_message()
219 u8 wait = 0; in ceph_lock() local
234 wait = 1; in ceph_lock()
263 err = ceph_lock_message(CEPH_LOCK_FCNTL, op, inode, lock_cmd, wait, fl); in ceph_lock()
287 u8 wait = 0; in ceph_flock() local
314 wait = 1; in ceph_flock()
324 inode, lock_cmd, wait, fl); in ceph_flock()