Searched refs:r_reply_info (Results 1 – 7 of 7) 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()
421 (int)req->r_reply_info.dir_end, in ceph_readdir()422 (int)req->r_reply_info.dir_complete, in ceph_readdir()423 (int)req->r_reply_info.hash_order); in ceph_readdir()425 rinfo = &req->r_reply_info; in ceph_readdir()464 unsigned next_offset = req->r_reply_info.dir_end ? in ceph_readdir()470 } else if (req->r_reply_info.dir_end) { in ceph_readdir()476 rinfo = &dfi->last_readdir->r_reply_info; in ceph_readdir()608 rinfo = dfi->last_readdir ? &dfi->last_readdir->r_reply_info : NULL; in need_reset_readdir()699 if (!req->r_reply_info.head->is_dentry) { in ceph_finish_lookup()859 if (!err && !req->r_reply_info.head->is_dentry) in ceph_mknod()[all …]
228 struct ceph_mds_reply_info_parsed *rinfo = &req->r_reply_info; in ceph_get_name()
263 struct ceph_mds_reply_info_parsed r_reply_info; member
1188 struct ceph_mds_reply_info_parsed *rinfo = &req->r_reply_info; in ceph_fill_trace()1455 struct ceph_mds_reply_info_parsed *rinfo = &req->r_reply_info; in readdir_prepopulate_inodes_only()1539 struct ceph_mds_reply_info_parsed *rinfo = &req->r_reply_info; in ceph_readdir_prepopulate()2240 u64 inline_version = req->r_reply_info.targeti.inline_version; in __ceph_do_getattr()2247 err = req->r_reply_info.targeti.inline_len; in __ceph_do_getattr()
492 if ((flags & O_CREAT) && !req->r_reply_info.head->is_dentry) in ceph_atomic_open()511 if (req->r_op == CEPH_MDS_OP_CREATE && req->r_reply_info.has_create_ino) { in ceph_atomic_open()
565 destroy_reply_info(&req->r_reply_info); in ceph_mdsc_release_request()1781 struct ceph_mds_reply_info_parsed *rinfo = &req->r_reply_info; in ceph_alloc_readdir_reply_buffer()2519 err = le32_to_cpu(req->r_reply_info.head->result); in ceph_mdsc_do_request()2690 rinfo = &req->r_reply_info; in handle_reply()