Searched refs:ndist (Results 1 – 6 of 6) sorted by relevance
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()
104 unsigned ndist; /* number of distance code lengths */ member
143 frag->ndist = 0; in __get_or_create_frag()243 int ndist = le32_to_cpu(dirinfo->ndist); in ceph_fill_dirfrag() local257 if (ndist == 0 && mds == diri_auth) { in ceph_fill_dirfrag()273 frag->ndist = 0; in ceph_fill_dirfrag()291 frag->ndist = min_t(u32, ndist, CEPH_MAX_DIRFRAG_REP); in ceph_fill_dirfrag()292 for (i = 0; i < frag->ndist; i++) in ceph_fill_dirfrag()295 ceph_vinop(inode), frag->frag, frag->ndist); in ceph_fill_dirfrag()
158 sizeof(u32)*le32_to_cpu(info->dirfrag->ndist); in parse_reply_info_trace()201 sizeof(u32)*le32_to_cpu(info->dir_dir->ndist); in parse_reply_info_dir()823 if (mode == USE_ANY_MDS && frag.ndist > 0) { in __choose_mds()828 r %= frag.ndist; in __choose_mds()834 (int)r, frag.ndist); in __choose_mds()
235 int ndist; /* >0 if replicated */ member
530 __le32 ndist; /* number of mds' this is replicated on */ member