Lines Matching refs:rde
1481 struct ceph_mds_reply_dir_entry *rde = rinfo->dir_entries + i; in readdir_prepopulate_inodes_only() local
1486 vino.ino = le64_to_cpu(rde->inode.in->ino); in readdir_prepopulate_inodes_only()
1487 vino.snap = le64_to_cpu(rde->inode.in->snapid); in readdir_prepopulate_inodes_only()
1495 rc = fill_inode(in, NULL, &rde->inode, NULL, session, in readdir_prepopulate_inodes_only()
1625 struct ceph_mds_reply_dir_entry *rde = rinfo->dir_entries + i; in ceph_readdir_prepopulate() local
1628 dname.name = rde->name; in ceph_readdir_prepopulate()
1629 dname.len = rde->name_len; in ceph_readdir_prepopulate()
1632 tvino.ino = le64_to_cpu(rde->inode.in->ino); in ceph_readdir_prepopulate()
1633 tvino.snap = le64_to_cpu(rde->inode.in->snapid); in ceph_readdir_prepopulate()
1637 rde->name, rde->name_len); in ceph_readdir_prepopulate()
1642 rde->offset = ceph_make_fpos(hash, fpos_offset++, true); in ceph_readdir_prepopulate()
1644 rde->offset = ceph_make_fpos(frag, fpos_offset++, false); in ceph_readdir_prepopulate()
1696 ret = fill_inode(in, NULL, &rde->inode, NULL, session, in ceph_readdir_prepopulate()
1725 ceph_dentry(dn)->offset = rde->offset; in ceph_readdir_prepopulate()
1728 rde->lease, req->r_session, in ceph_readdir_prepopulate()