Searched refs:r_reply_info (Results 1 – 7 of 7) 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()
415 (int)req->r_reply_info.dir_end, in ceph_readdir()416 (int)req->r_reply_info.dir_complete, in ceph_readdir()417 (int)req->r_reply_info.hash_order); in ceph_readdir()419 rinfo = &req->r_reply_info; in ceph_readdir()458 unsigned next_offset = req->r_reply_info.dir_end ? in ceph_readdir()464 } else if (req->r_reply_info.dir_end) { in ceph_readdir()470 rinfo = &fi->last_readdir->r_reply_info; in ceph_readdir()599 rinfo = fi->last_readdir ? &fi->last_readdir->r_reply_info : NULL; in need_reset_readdir()690 if (!req->r_reply_info.head->is_dentry) { in ceph_finish_lookup()845 if (!err && !req->r_reply_info.head->is_dentry) in ceph_mknod()[all …]
223 struct ceph_mds_reply_info_parsed *rinfo = &req->r_reply_info; in ceph_get_name()
249 struct ceph_mds_reply_info_parsed r_reply_info; member
1134 struct ceph_mds_reply_info_parsed *rinfo = &req->r_reply_info; in ceph_fill_trace()1400 struct ceph_mds_reply_info_parsed *rinfo = &req->r_reply_info; in readdir_prepopulate_inodes_only()1484 struct ceph_mds_reply_info_parsed *rinfo = &req->r_reply_info; in ceph_readdir_prepopulate()2173 u64 inline_version = req->r_reply_info.targeti.inline_version; in __ceph_do_getattr()2180 err = req->r_reply_info.targeti.inline_len; in __ceph_do_getattr()
421 if ((flags & O_CREAT) && !req->r_reply_info.head->is_dentry) in ceph_atomic_open()440 if (req->r_op == CEPH_MDS_OP_CREATE && req->r_reply_info.has_create_ino) { in ceph_atomic_open()
542 destroy_reply_info(&req->r_reply_info); in ceph_mdsc_release_request()1701 struct ceph_mds_reply_info_parsed *rinfo = &req->r_reply_info; in ceph_alloc_readdir_reply_buffer()2438 err = le32_to_cpu(req->r_reply_info.head->result); in ceph_mdsc_do_request()2606 rinfo = &req->r_reply_info; in handle_reply()