Lines Matching refs:rde
1546 struct ceph_mds_reply_dir_entry *rde = rinfo->dir_entries + i; in readdir_prepopulate_inodes_only() local
1551 vino.ino = le64_to_cpu(rde->inode.in->ino); in readdir_prepopulate_inodes_only()
1552 vino.snap = le64_to_cpu(rde->inode.in->snapid); in readdir_prepopulate_inodes_only()
1560 rc = ceph_fill_inode(in, NULL, &rde->inode, NULL, session, in readdir_prepopulate_inodes_only()
1695 struct ceph_mds_reply_dir_entry *rde = rinfo->dir_entries + i; in ceph_readdir_prepopulate() local
1698 dname.name = rde->name; in ceph_readdir_prepopulate()
1699 dname.len = rde->name_len; in ceph_readdir_prepopulate()
1702 tvino.ino = le64_to_cpu(rde->inode.in->ino); in ceph_readdir_prepopulate()
1703 tvino.snap = le64_to_cpu(rde->inode.in->snapid); in ceph_readdir_prepopulate()
1707 rde->name, rde->name_len); in ceph_readdir_prepopulate()
1712 rde->offset = ceph_make_fpos(hash, fpos_offset++, true); in ceph_readdir_prepopulate()
1714 rde->offset = ceph_make_fpos(frag, fpos_offset++, false); in ceph_readdir_prepopulate()
1766 ret = ceph_fill_inode(in, NULL, &rde->inode, NULL, session, in ceph_readdir_prepopulate()
1798 ceph_dentry(dn)->offset = rde->offset; in ceph_readdir_prepopulate()
1801 rde->lease, req->r_session, in ceph_readdir_prepopulate()