Lines Matching defs:wait
77 int cmd, u8 wait, struct file_lock *fl)
97 wait = 0;
115 "start: %llu, length: %llu, wait: %d, type: %d\n", (int)lock_type,
117 wait, fl->fl_type);
125 req->r_args.filelock_change.wait = wait;
129 err = ceph_mdsc_wait_request(mdsc, req, wait ?
151 "length: %llu, wait: %d, type: %d, err code %d\n", (int)lock_type,
153 length, wait, fl->fl_type, err);
251 u8 wait = 0;
262 /* set wait bit as appropriate, then make command as Ceph expects it*/
266 wait = 1;
292 err = ceph_lock_message(CEPH_LOCK_FCNTL, op, inode, lock_cmd, wait, fl);
316 u8 wait = 0;
339 wait = 1;
355 inode, lock_cmd, wait, fl);