Lines Matching refs:rde
1439 struct ceph_mds_reply_dir_entry *rde = rinfo->dir_entries + i; in readdir_prepopulate_inodes_only() local
1444 vino.ino = le64_to_cpu(rde->inode.in->ino); in readdir_prepopulate_inodes_only()
1445 vino.snap = le64_to_cpu(rde->inode.in->snapid); in readdir_prepopulate_inodes_only()
1453 rc = fill_inode(in, NULL, &rde->inode, NULL, session, in readdir_prepopulate_inodes_only()
1582 struct ceph_mds_reply_dir_entry *rde = rinfo->dir_entries + i; in ceph_readdir_prepopulate() local
1585 dname.name = rde->name; in ceph_readdir_prepopulate()
1586 dname.len = rde->name_len; in ceph_readdir_prepopulate()
1589 tvino.ino = le64_to_cpu(rde->inode.in->ino); in ceph_readdir_prepopulate()
1590 tvino.snap = le64_to_cpu(rde->inode.in->snapid); in ceph_readdir_prepopulate()
1594 rde->name, rde->name_len); in ceph_readdir_prepopulate()
1599 rde->offset = ceph_make_fpos(hash, fpos_offset++, true); in ceph_readdir_prepopulate()
1601 rde->offset = ceph_make_fpos(frag, fpos_offset++, false); in ceph_readdir_prepopulate()
1653 ret = fill_inode(in, NULL, &rde->inode, NULL, session, in ceph_readdir_prepopulate()
1686 ceph_dentry(dn)->offset = rde->offset; in ceph_readdir_prepopulate()
1689 update_dentry_lease(dn, rde->lease, req->r_session, in ceph_readdir_prepopulate()