Searched refs:filelock_reply (Results 1 – 3 of 3) sorted by relevance
134 fl->c.flc_pid = -le64_to_cpu(req->r_reply_info.filelock_reply->pid); in ceph_lock_message()135 if (CEPH_LOCK_SHARED == req->r_reply_info.filelock_reply->type) in ceph_lock_message()137 else if (CEPH_LOCK_EXCL == req->r_reply_info.filelock_reply->type) in ceph_lock_message()142 fl->fl_start = le64_to_cpu(req->r_reply_info.filelock_reply->start); in ceph_lock_message()143 length = le64_to_cpu(req->r_reply_info.filelock_reply->start) + in ceph_lock_message()144 le64_to_cpu(req->r_reply_info.filelock_reply->length); in ceph_lock_message()
160 struct ceph_filelock *filelock_reply; member
555 if (*p + sizeof(*info->filelock_reply) > end) in parse_reply_info_filelock()558 info->filelock_reply = *p; in parse_reply_info_filelock()