Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dinode.c425 struct ceph_mds_reply_dirfrag *dirinfo) in ceph_fill_dirfrag() argument
430 u32 id = le32_to_cpu(dirinfo->frag); in ceph_fill_dirfrag()
431 int mds = le32_to_cpu(dirinfo->auth); in ceph_fill_dirfrag()
432 int ndist = le32_to_cpu(dirinfo->ndist); in ceph_fill_dirfrag()
475 le32_to_cpu(dirinfo->frag)); in ceph_fill_dirfrag()
483 frag->dist[i] = le32_to_cpu(dirinfo->dist[i]); in ceph_fill_dirfrag()
511 struct ceph_mds_reply_dirfrag *dirinfo) in ceph_fill_fragtree() argument
536 if (!update && dirinfo) { in ceph_fill_fragtree()
537 id = le32_to_cpu(dirinfo->frag); in ceph_fill_fragtree()
977 struct ceph_mds_reply_dirfrag *dirinfo, in ceph_fill_inode() argument
[all …]
H A Dsuper.h1066 struct ceph_mds_reply_dirfrag *dirinfo,