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()
429 (int)req->r_reply_info.dir_end, in ceph_readdir()430 (int)req->r_reply_info.dir_complete, in ceph_readdir()431 (int)req->r_reply_info.hash_order); in ceph_readdir()433 rinfo = &req->r_reply_info; in ceph_readdir()472 unsigned next_offset = req->r_reply_info.dir_end ? in ceph_readdir()478 } else if (req->r_reply_info.dir_end) { in ceph_readdir()484 rinfo = &fi->last_readdir->r_reply_info; in ceph_readdir()613 rinfo = fi->last_readdir ? &fi->last_readdir->r_reply_info : NULL; in need_reset_readdir()704 if (!req->r_reply_info.head->is_dentry) { in ceph_finish_lookup()861 if (!err && !req->r_reply_info.head->is_dentry) in ceph_mknod()[all …]
234 struct ceph_mds_reply_info_parsed r_reply_info; member
239 struct ceph_mds_reply_info_parsed *rinfo = &req->r_reply_info; in ceph_get_name()
1113 struct ceph_mds_reply_info_parsed *rinfo = &req->r_reply_info; in ceph_fill_trace()1389 struct ceph_mds_reply_info_parsed *rinfo = &req->r_reply_info; in readdir_prepopulate_inodes_only()1473 struct ceph_mds_reply_info_parsed *rinfo = &req->r_reply_info; in ceph_readdir_prepopulate()2159 u64 inline_version = req->r_reply_info.targeti.inline_version; in __ceph_do_getattr()2166 err = req->r_reply_info.targeti.inline_len; in __ceph_do_getattr()
394 if ((flags & O_CREAT) && !req->r_reply_info.head->is_dentry) in ceph_atomic_open()413 if (req->r_op == CEPH_MDS_OP_CREATE && req->r_reply_info.has_create_ino) { in ceph_atomic_open()
541 destroy_reply_info(&req->r_reply_info); in ceph_mdsc_release_request()1640 struct ceph_mds_reply_info_parsed *rinfo = &req->r_reply_info; in ceph_alloc_readdir_reply_buffer()2320 err = le32_to_cpu(req->r_reply_info.head->result); in ceph_mdsc_do_request()2488 rinfo = &req->r_reply_info; in handle_reply()