Lines Matching defs:ndist
155 frag->ndist = 0;
245 * fragment in tree ONLY if ndist > 0. Otherwise, only
255 int ndist = le32_to_cpu(dirinfo->ndist);
269 if (ndist == 0 && mds == diri_auth) {
285 frag->ndist = 0;
303 frag->ndist = min_t(u32, ndist, CEPH_MAX_DIRFRAG_REP);
304 for (i = 0; i < frag->ndist; i++)
306 dout("fill_dirfrag %llx.%llx frag %x ndist=%d\n",
307 ceph_vinop(inode), frag->frag, frag->ndist);