Lines Matching refs:rde
1511 struct ceph_mds_reply_dir_entry *rde = rinfo->dir_entries + i; in readdir_prepopulate_inodes_only() local
1516 vino.ino = le64_to_cpu(rde->inode.in->ino); in readdir_prepopulate_inodes_only()
1517 vino.snap = le64_to_cpu(rde->inode.in->snapid); in readdir_prepopulate_inodes_only()
1525 rc = ceph_fill_inode(in, NULL, &rde->inode, NULL, session, in readdir_prepopulate_inodes_only()
1662 struct ceph_mds_reply_dir_entry *rde = rinfo->dir_entries + i; in ceph_readdir_prepopulate() local
1665 dname.name = rde->name; in ceph_readdir_prepopulate()
1666 dname.len = rde->name_len; in ceph_readdir_prepopulate()
1669 tvino.ino = le64_to_cpu(rde->inode.in->ino); in ceph_readdir_prepopulate()
1670 tvino.snap = le64_to_cpu(rde->inode.in->snapid); in ceph_readdir_prepopulate()
1674 rde->name, rde->name_len); in ceph_readdir_prepopulate()
1679 rde->offset = ceph_make_fpos(hash, fpos_offset++, true); in ceph_readdir_prepopulate()
1681 rde->offset = ceph_make_fpos(frag, fpos_offset++, false); in ceph_readdir_prepopulate()
1733 ret = ceph_fill_inode(in, NULL, &rde->inode, NULL, session, in ceph_readdir_prepopulate()
1767 ceph_dentry(dn)->offset = rde->offset; in ceph_readdir_prepopulate()
1770 rde->lease, req->r_session, in ceph_readdir_prepopulate()