Lines Matching refs:length
21 u64 length = 0; in ceph_lock_message() local
31 length = 0; in ceph_lock_message()
33 length = fl->fl_end - fl->fl_start + 1; in ceph_lock_message()
38 length, wait, fl->fl_type); in ceph_lock_message()
48 req->r_args.filelock_change.length = cpu_to_le64(length); in ceph_lock_message()
63 length = le64_to_cpu(req->r_reply_info.filelock_reply->start) + in ceph_lock_message()
64 le64_to_cpu(req->r_reply_info.filelock_reply->length); in ceph_lock_message()
65 if (length >= 1) in ceph_lock_message()
66 fl->fl_end = length -1; in ceph_lock_message()
75 length, wait, fl->fl_type, err); in ceph_lock_message()
285 cephlock->length = cpu_to_le64(lock->fl_end - lock->fl_start + 1); in lock_to_ceph_filelock()