Lines Matching full:wait
75 int cmd, u8 wait, struct file_lock *fl) in ceph_lock_message() argument
96 wait = 0; in ceph_lock_message()
114 "start: %llu, length: %llu, wait: %d, type: %d\n", in ceph_lock_message()
117 fl->fl_start, length, wait, fl->c.flc_type); in ceph_lock_message()
125 req->r_args.filelock_change.wait = wait; in ceph_lock_message()
129 err = ceph_mdsc_wait_request(mdsc, req, wait ? in ceph_lock_message()
151 "length: %llu, wait: %d, type: %d, err code %d\n", in ceph_lock_message()
153 fl->fl_start, length, wait, fl->c.flc_type, err); in ceph_lock_message()
256 u8 wait = 0; in ceph_lock() local
267 /* set wait bit as appropriate, then make command as Ceph expects it*/ in ceph_lock()
271 wait = 1; in ceph_lock()
279 /* Wait for reset to complete before acquiring new locks */ in ceph_lock()
299 err = ceph_lock_message(CEPH_LOCK_FCNTL, op, inode, lock_cmd, wait, fl); in ceph_lock()
325 u8 wait = 0; in ceph_flock() local
342 /* Wait for reset to complete before acquiring new locks */ in ceph_flock()
350 wait = 1; in ceph_flock()
366 inode, lock_cmd, wait, fl); in ceph_flock()