Home
last modified time | relevance | path

Searched refs:dirinfo (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/fs/ceph/
Dinode.c241 struct ceph_mds_reply_dirfrag *dirinfo) in ceph_fill_dirfrag() argument
245 u32 id = le32_to_cpu(dirinfo->frag); in ceph_fill_dirfrag()
246 int mds = le32_to_cpu(dirinfo->auth); in ceph_fill_dirfrag()
247 int ndist = le32_to_cpu(dirinfo->ndist); in ceph_fill_dirfrag()
286 ceph_vinop(inode), le32_to_cpu(dirinfo->frag)); in ceph_fill_dirfrag()
294 frag->dist[i] = le32_to_cpu(dirinfo->dist[i]); in ceph_fill_dirfrag()
305 struct ceph_mds_reply_dirfrag *dirinfo) in ceph_fill_fragtree() argument
327 if (!update && dirinfo) { in ceph_fill_fragtree()
328 id = le32_to_cpu(dirinfo->frag); in ceph_fill_fragtree()
664 struct ceph_mds_reply_dirfrag *dirinfo, in fill_inode() argument
[all …]