Searched refs:filelock_reply (Results 1 – 3 of 3) sorted by relevance
82 fl->fl_pid = le64_to_cpu(req->r_reply_info.filelock_reply->pid); in ceph_lock_message()83 if (CEPH_LOCK_SHARED == req->r_reply_info.filelock_reply->type) in ceph_lock_message()85 else if (CEPH_LOCK_EXCL == req->r_reply_info.filelock_reply->type) in ceph_lock_message()90 fl->fl_start = le64_to_cpu(req->r_reply_info.filelock_reply->start); in ceph_lock_message()91 length = le64_to_cpu(req->r_reply_info.filelock_reply->start) + in ceph_lock_message()92 le64_to_cpu(req->r_reply_info.filelock_reply->length); in ceph_lock_message()
78 struct ceph_filelock *filelock_reply; member
246 if (*p + sizeof(*info->filelock_reply) > end) in parse_reply_info_filelock()249 info->filelock_reply = *p; in parse_reply_info_filelock()250 *p += sizeof(*info->filelock_reply); in parse_reply_info_filelock()