Lines Matching refs:rde
1781 struct ceph_mds_reply_dir_entry *rde = rinfo->dir_entries + i; in readdir_prepopulate_inodes_only() local
1786 vino.ino = le64_to_cpu(rde->inode.in->ino); in readdir_prepopulate_inodes_only()
1787 vino.snap = le64_to_cpu(rde->inode.in->snapid); in readdir_prepopulate_inodes_only()
1795 rc = ceph_fill_inode(in, NULL, &rde->inode, NULL, session, in readdir_prepopulate_inodes_only()
1931 struct ceph_mds_reply_dir_entry *rde = rinfo->dir_entries + i; in ceph_readdir_prepopulate() local
1934 dname.name = rde->name; in ceph_readdir_prepopulate()
1935 dname.len = rde->name_len; in ceph_readdir_prepopulate()
1938 tvino.ino = le64_to_cpu(rde->inode.in->ino); in ceph_readdir_prepopulate()
1939 tvino.snap = le64_to_cpu(rde->inode.in->snapid); in ceph_readdir_prepopulate()
1942 u32 hash = ceph_frag_value(rde->raw_hash); in ceph_readdir_prepopulate()
1946 rde->offset = ceph_make_fpos(hash, fpos_offset++, true); in ceph_readdir_prepopulate()
1948 rde->offset = ceph_make_fpos(frag, fpos_offset++, false); in ceph_readdir_prepopulate()
1965 if (rde->is_nokey) { in ceph_readdir_prepopulate()
2005 ret = ceph_fill_inode(in, NULL, &rde->inode, NULL, session, in ceph_readdir_prepopulate()
2037 ceph_dentry(dn)->offset = rde->offset; in ceph_readdir_prepopulate()
2040 rde->lease, req->r_session, in ceph_readdir_prepopulate()