Searched refs:r_reply_info (Results 1 – 6 of 6) sorted by relevance
54 fl->fl_pid = le64_to_cpu(req->r_reply_info.filelock_reply->pid); in ceph_lock_message()55 if (CEPH_LOCK_SHARED == req->r_reply_info.filelock_reply->type) in ceph_lock_message()57 else if (CEPH_LOCK_EXCL == req->r_reply_info.filelock_reply->type) in ceph_lock_message()62 fl->fl_start = le64_to_cpu(req->r_reply_info.filelock_reply->start); in ceph_lock_message()63 length = le64_to_cpu(req->r_reply_info.filelock_reply->start) + in ceph_lock_message()64 le64_to_cpu(req->r_reply_info.filelock_reply->length); in ceph_lock_message()
330 (int)req->r_reply_info.dir_end, in ceph_readdir()331 (int)req->r_reply_info.dir_complete); in ceph_readdir()342 if (req->r_reply_info.dir_end) { in ceph_readdir()350 rinfo = &req->r_reply_info; in ceph_readdir()360 rinfo = &fi->last_readdir->r_reply_info; in ceph_readdir()516 if (!req->r_reply_info.head->is_dentry) { in ceph_finish_lookup()662 if (!err && !req->r_reply_info.head->is_dentry) in ceph_mknod()716 if (!err && !req->r_reply_info.head->is_dentry) in ceph_symlink()756 if (!err && !req->r_reply_info.head->is_dentry) in ceph_mkdir()792 else if (!req->r_reply_info.head->is_dentry) in ceph_link()[all …]
207 struct ceph_mds_reply_info_parsed r_reply_info; member
246 if (!err && (flags & O_CREAT) && !req->r_reply_info.head->is_dentry) in ceph_lookup_open()
931 struct ceph_mds_reply_info_parsed *rinfo = &req->r_reply_info; in ceph_fill_trace()1190 struct ceph_mds_reply_info_parsed *rinfo = &req->r_reply_info; in ceph_readdir_prepopulate()
483 destroy_reply_info(&req->r_reply_info); in ceph_mdsc_release_request()1949 err = le32_to_cpu(req->r_reply_info.head->result); in ceph_mdsc_do_request()2123 rinfo = &req->r_reply_info; in handle_reply()