Searched refs:filelock_reply (Results 1 – 3 of 3) sorted by relevance
119 fl->fl_pid = -le64_to_cpu(req->r_reply_info.filelock_reply->pid); in ceph_lock_message()120 if (CEPH_LOCK_SHARED == req->r_reply_info.filelock_reply->type) in ceph_lock_message()122 else if (CEPH_LOCK_EXCL == req->r_reply_info.filelock_reply->type) in ceph_lock_message()127 fl->fl_start = le64_to_cpu(req->r_reply_info.filelock_reply->start); in ceph_lock_message()128 length = le64_to_cpu(req->r_reply_info.filelock_reply->start) + in ceph_lock_message()129 le64_to_cpu(req->r_reply_info.filelock_reply->length); in ceph_lock_message()
126 struct ceph_filelock *filelock_reply; member
415 if (*p + sizeof(*info->filelock_reply) > end) in parse_reply_info_filelock()418 info->filelock_reply = *p; in parse_reply_info_filelock()