Lines Matching defs:ndist
277 frag->ndist = 0;
367 * fragment in tree ONLY if ndist > 0. Otherwise, only
377 int ndist = le32_to_cpu(dirinfo->ndist);
391 if (ndist == 0 && mds == diri_auth) {
407 frag->ndist = 0;
425 frag->ndist = min_t(u32, ndist, CEPH_MAX_DIRFRAG_REP);
426 for (i = 0; i < frag->ndist; i++)
428 dout("fill_dirfrag %llx.%llx frag %x ndist=%d\n",
429 ceph_vinop(inode), frag->frag, frag->ndist);