Lines Matching refs:wait
77 int cmd, u8 wait, struct file_lock *fl) in ceph_lock_message() argument
98 wait = 0; in ceph_lock_message()
119 fl->fl_start, length, wait, fl->c.flc_type); in ceph_lock_message()
127 req->r_args.filelock_change.wait = wait; in ceph_lock_message()
131 err = ceph_mdsc_wait_request(mdsc, req, wait ? in ceph_lock_message()
155 fl->fl_start, length, wait, fl->c.flc_type, err); in ceph_lock_message()
254 u8 wait = 0; in ceph_lock() local
269 wait = 1; in ceph_lock()
295 err = ceph_lock_message(CEPH_LOCK_FCNTL, op, inode, lock_cmd, wait, fl); in ceph_lock()
320 u8 wait = 0; in ceph_flock() local
343 wait = 1; in ceph_flock()
359 inode, lock_cmd, wait, fl); in ceph_flock()