Searched refs:r_reply_info (Results 1 – 7 of 7) sorted by relevance
119 fl->fl_pid = -le64_to_cpu(req->r_reply_info.filelock_reply->pid); in ceph_lock_message()120 if (CEPH_LOCK_SHARED == req->r_reply_info.filelock_reply->type) in ceph_lock_message()122 else if (CEPH_LOCK_EXCL == req->r_reply_info.filelock_reply->type) in ceph_lock_message()127 fl->fl_start = le64_to_cpu(req->r_reply_info.filelock_reply->start); in ceph_lock_message()128 length = le64_to_cpu(req->r_reply_info.filelock_reply->start) + in ceph_lock_message()129 le64_to_cpu(req->r_reply_info.filelock_reply->length); in ceph_lock_message()
434 (int)req->r_reply_info.dir_end, in ceph_readdir()435 (int)req->r_reply_info.dir_complete, in ceph_readdir()436 (int)req->r_reply_info.hash_order); in ceph_readdir()438 rinfo = &req->r_reply_info; in ceph_readdir()483 } else if (req->r_reply_info.dir_end) { in ceph_readdir()489 rinfo = &dfi->last_readdir->r_reply_info; in ceph_readdir()708 if (!req->r_reply_info.head->is_dentry) { in ceph_finish_lookup()883 if (!err && !req->r_reply_info.head->is_dentry) in ceph_mknod()1011 !req->r_reply_info.head->is_target && in ceph_mkdir()1012 !req->r_reply_info.head->is_dentry) in ceph_mkdir()[all …]
494 rinfo = &req->r_reply_info; in __get_snap_name()563 struct ceph_mds_reply_info_parsed *rinfo = &req->r_reply_info; in ceph_get_name()
1268 struct ceph_mds_reply_info_parsed *rinfo = &req->r_reply_info; in ceph_fill_trace()1528 struct ceph_mds_reply_info_parsed *rinfo = &req->r_reply_info; in readdir_prepopulate_inodes_only()1619 struct ceph_mds_reply_info_parsed *rinfo = &req->r_reply_info; in ceph_readdir_prepopulate()2279 u64 inline_version = req->r_reply_info.targeti.inline_version; in __ceph_do_getattr()2286 err = req->r_reply_info.targeti.inline_len; in __ceph_do_getattr()
297 struct ceph_mds_reply_info_parsed r_reply_info; member
519 le32_to_cpu(req->r_reply_info.head->result); in ceph_async_create_cb()768 if (!err && (flags & O_CREAT) && !req->r_reply_info.head->is_dentry) in ceph_atomic_open()787 if (req->r_op == CEPH_MDS_OP_CREATE && req->r_reply_info.has_create_ino) { in ceph_atomic_open()
833 destroy_reply_info(&req->r_reply_info); in ceph_mdsc_release_request()2166 struct ceph_mds_reply_info_parsed *rinfo = &req->r_reply_info; in ceph_alloc_readdir_reply_buffer()2974 err = le32_to_cpu(req->r_reply_info.head->result); in ceph_mdsc_wait_request()3156 rinfo = &req->r_reply_info; in handle_reply()
Completed in 33 milliseconds