Lines Matching refs:dirinfo
261 struct ceph_mds_reply_dirfrag *dirinfo) in ceph_fill_dirfrag() argument
265 u32 id = le32_to_cpu(dirinfo->frag); in ceph_fill_dirfrag()
266 int mds = le32_to_cpu(dirinfo->auth); in ceph_fill_dirfrag()
267 int ndist = le32_to_cpu(dirinfo->ndist); in ceph_fill_dirfrag()
309 ceph_vinop(inode), le32_to_cpu(dirinfo->frag)); in ceph_fill_dirfrag()
317 frag->dist[i] = le32_to_cpu(dirinfo->dist[i]); in ceph_fill_dirfrag()
345 struct ceph_mds_reply_dirfrag *dirinfo) in ceph_fill_fragtree() argument
369 if (!update && dirinfo) { in ceph_fill_fragtree()
370 id = le32_to_cpu(dirinfo->frag); in ceph_fill_fragtree()
750 struct ceph_mds_reply_dirfrag *dirinfo, in ceph_fill_inode() argument
1069 ceph_fill_fragtree(inode, &info->fragtree, dirinfo); in ceph_fill_inode()
1072 if (dirinfo) in ceph_fill_inode()
1073 ceph_fill_dirfrag(inode, dirinfo); in ceph_fill_inode()