Lines Matching refs:dirinfo
379 struct ceph_mds_reply_dirfrag *dirinfo) in ceph_fill_dirfrag() argument
384 u32 id = le32_to_cpu(dirinfo->frag); in ceph_fill_dirfrag()
385 int mds = le32_to_cpu(dirinfo->auth); in ceph_fill_dirfrag()
386 int ndist = le32_to_cpu(dirinfo->ndist); in ceph_fill_dirfrag()
429 le32_to_cpu(dirinfo->frag)); in ceph_fill_dirfrag()
437 frag->dist[i] = le32_to_cpu(dirinfo->dist[i]); in ceph_fill_dirfrag()
465 struct ceph_mds_reply_dirfrag *dirinfo) in ceph_fill_fragtree() argument
490 if (!update && dirinfo) { in ceph_fill_fragtree()
491 id = le32_to_cpu(dirinfo->frag); in ceph_fill_fragtree()
941 struct ceph_mds_reply_dirfrag *dirinfo, in ceph_fill_inode() argument
1323 ceph_fill_fragtree(inode, &info->fragtree, dirinfo); in ceph_fill_inode()
1326 if (dirinfo) in ceph_fill_inode()
1327 ceph_fill_dirfrag(inode, dirinfo); in ceph_fill_inode()