Searched refs:ndist (Results 1 – 7 of 7) sorted by relevance
104 unsigned ndist; /* number of distance code lengths */ member
451 state->ndist = BITS(5) + 1; in zlib_inflate()456 if (state->nlen > 286 || state->ndist > 30) { in zlib_inflate()485 while (state->have < state->nlen + state->ndist) { in zlib_inflate()523 if (state->have + copy > state->nlen + state->ndist) { in zlib_inflate()549 ret = zlib_inflate_table(DISTS, state->lens + state->nlen, state->ndist, in zlib_inflate()
147 frag->ndist = 0; in __get_or_create_frag()247 int ndist = le32_to_cpu(dirinfo->ndist); in ceph_fill_dirfrag() local258 if (ndist == 0 && mds == diri_auth) { in ceph_fill_dirfrag()274 frag->ndist = 0; in ceph_fill_dirfrag()292 frag->ndist = min_t(u32, ndist, CEPH_MAX_DIRFRAG_REP); in ceph_fill_dirfrag()293 for (i = 0; i < frag->ndist; i++) in ceph_fill_dirfrag()296 ceph_vinop(inode), frag->frag, frag->ndist); in ceph_fill_dirfrag()
126 sizeof(u32)*le32_to_cpu(info->dirfrag->ndist); in parse_reply_info_trace()169 sizeof(u32)*le32_to_cpu(info->dir_dir->ndist); in parse_reply_info_dir()754 if (mode == USE_ANY_MDS && frag.ndist > 0) { in __choose_mds()759 r %= frag.ndist; in __choose_mds()765 (int)r, frag.ndist); in __choose_mds()
196 int ndist; /* >0 if replicated */ member
487 __le32 ndist; /* number of mds' this is replicated on */ member
838 int ndist = (sgrp->grp_nnode + test->tes_dist - 1) / test->tes_dist; in lstcon_testrpc_prep() local840 int nmax = (ndist + nspan - 1) / nspan; in lstcon_testrpc_prep()