Searched refs:filelock_reply (Results 1 – 3 of 3) sorted by relevance
132 fl->fl_pid = -le64_to_cpu(req->r_reply_info.filelock_reply->pid); in ceph_lock_message()133 if (CEPH_LOCK_SHARED == req->r_reply_info.filelock_reply->type) in ceph_lock_message()135 else if (CEPH_LOCK_EXCL == req->r_reply_info.filelock_reply->type) in ceph_lock_message()140 fl->fl_start = le64_to_cpu(req->r_reply_info.filelock_reply->start); in ceph_lock_message()141 length = le64_to_cpu(req->r_reply_info.filelock_reply->start) + in ceph_lock_message()142 le64_to_cpu(req->r_reply_info.filelock_reply->length); in ceph_lock_message()
137 struct ceph_filelock *filelock_reply; member
553 if (*p + sizeof(*info->filelock_reply) > end) in parse_reply_info_filelock()556 info->filelock_reply = *p; in parse_reply_info_filelock()