Lines Matching refs:dirinfo
237 struct ceph_mds_reply_dirfrag *dirinfo) in ceph_fill_dirfrag() argument
241 u32 id = le32_to_cpu(dirinfo->frag); in ceph_fill_dirfrag()
242 int mds = le32_to_cpu(dirinfo->auth); in ceph_fill_dirfrag()
243 int ndist = le32_to_cpu(dirinfo->ndist); in ceph_fill_dirfrag()
285 ceph_vinop(inode), le32_to_cpu(dirinfo->frag)); in ceph_fill_dirfrag()
293 frag->dist[i] = le32_to_cpu(dirinfo->dist[i]); in ceph_fill_dirfrag()
321 struct ceph_mds_reply_dirfrag *dirinfo) in ceph_fill_fragtree() argument
345 if (!update && dirinfo) { in ceph_fill_fragtree()
346 id = le32_to_cpu(dirinfo->frag); in ceph_fill_fragtree()
734 struct ceph_mds_reply_dirfrag *dirinfo, in fill_inode() argument
1010 ceph_fill_fragtree(inode, &info->fragtree, dirinfo); in fill_inode()
1013 if (dirinfo) in fill_inode()
1014 ceph_fill_dirfrag(inode, dirinfo); in fill_inode()