Searched refs:filelock_reply (Results 1 – 3 of 3) sorted by relevance
115 fl->fl_pid = -le64_to_cpu(req->r_reply_info.filelock_reply->pid); in ceph_lock_message()116 if (CEPH_LOCK_SHARED == req->r_reply_info.filelock_reply->type) in ceph_lock_message()118 else if (CEPH_LOCK_EXCL == req->r_reply_info.filelock_reply->type) in ceph_lock_message()123 fl->fl_start = le64_to_cpu(req->r_reply_info.filelock_reply->start); in ceph_lock_message()124 length = le64_to_cpu(req->r_reply_info.filelock_reply->start) + in ceph_lock_message()125 le64_to_cpu(req->r_reply_info.filelock_reply->length); in ceph_lock_message()
95 struct ceph_filelock *filelock_reply; member
267 if (*p + sizeof(*info->filelock_reply) > end) in parse_reply_info_filelock()270 info->filelock_reply = *p; in parse_reply_info_filelock()271 *p += sizeof(*info->filelock_reply); in parse_reply_info_filelock()