Home
last modified time | relevance | path

Searched refs:r_reply_info (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/fs/ceph/
Dlocks.c54 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()
Ddir.c349 (int)req->r_reply_info.dir_end, in ceph_readdir()
350 (int)req->r_reply_info.dir_complete); in ceph_readdir()
361 if (req->r_reply_info.dir_end) { in ceph_readdir()
369 rinfo = &req->r_reply_info; in ceph_readdir()
379 rinfo = &fi->last_readdir->r_reply_info; in ceph_readdir()
548 if (!req->r_reply_info.head->is_dentry) { in ceph_finish_lookup()
694 if (!err && !req->r_reply_info.head->is_dentry) in ceph_mknod()
748 if (!err && !req->r_reply_info.head->is_dentry) in ceph_symlink()
788 if (!err && !req->r_reply_info.head->is_dentry) in ceph_mkdir()
825 } else if (!req->r_reply_info.head->is_dentry) { in ceph_link()
[all …]
Dmds_client.h210 struct ceph_mds_reply_info_parsed r_reply_info; member
Dfile.c254 if ((flags & O_CREAT) && !req->r_reply_info.head->is_dentry) in ceph_lookup_open()
Dinode.c940 struct ceph_mds_reply_info_parsed *rinfo = &req->r_reply_info; in ceph_fill_trace()
1202 struct ceph_mds_reply_info_parsed *rinfo = &req->r_reply_info; in ceph_readdir_prepopulate()
Dmds_client.c484 destroy_reply_info(&req->r_reply_info); in ceph_mdsc_release_request()
1988 err = le32_to_cpu(req->r_reply_info.head->result); in ceph_mdsc_do_request()
2161 rinfo = &req->r_reply_info; in handle_reply()