Home
last modified time | relevance | path

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

/linux-2.6.39/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.c330 (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 …]
Dmds_client.h207 struct ceph_mds_reply_info_parsed r_reply_info; member
Dfile.c246 if (!err && (flags & O_CREAT) && !req->r_reply_info.head->is_dentry) in ceph_lookup_open()
Dinode.c931 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()
Dmds_client.c483 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()