Lines Matching refs:dirinfo
371 struct ceph_mds_reply_dirfrag *dirinfo) in ceph_fill_dirfrag() argument
375 u32 id = le32_to_cpu(dirinfo->frag); in ceph_fill_dirfrag()
376 int mds = le32_to_cpu(dirinfo->auth); in ceph_fill_dirfrag()
377 int ndist = le32_to_cpu(dirinfo->ndist); in ceph_fill_dirfrag()
419 ceph_vinop(inode), le32_to_cpu(dirinfo->frag)); in ceph_fill_dirfrag()
427 frag->dist[i] = le32_to_cpu(dirinfo->dist[i]); in ceph_fill_dirfrag()
455 struct ceph_mds_reply_dirfrag *dirinfo) in ceph_fill_fragtree() argument
479 if (!update && dirinfo) { in ceph_fill_fragtree()
480 id = le32_to_cpu(dirinfo->frag); in ceph_fill_fragtree()
916 struct ceph_mds_reply_dirfrag *dirinfo, in ceph_fill_inode() argument
1290 ceph_fill_fragtree(inode, &info->fragtree, dirinfo); in ceph_fill_inode()
1293 if (dirinfo) in ceph_fill_inode()
1294 ceph_fill_dirfrag(inode, dirinfo); in ceph_fill_inode()