Searched refs:ndist (Results 1 – 6 of 6) sorted by relevance
470 state->ndist = BITS(5) + 1; in zlib_inflate()475 if (state->nlen > 286 || state->ndist > 30) { in zlib_inflate()506 while (state->have < state->nlen + state->ndist) { in zlib_inflate()544 if (state->have + copy > state->nlen + state->ndist) { in zlib_inflate()570 ret = zlib_inflate_table(DISTS, state->lens + state->nlen, state->ndist, in zlib_inflate()
106 unsigned ndist; /* number of distance code lengths */ member
331 frag->ndist = 0; in __get_or_create_frag()432 int ndist = le32_to_cpu(dirinfo->ndist); in ceph_fill_dirfrag() local446 if (ndist == 0 && mds == diri_auth) { in ceph_fill_dirfrag()462 frag->ndist = 0; in ceph_fill_dirfrag()481 frag->ndist = min_t(u32, ndist, CEPH_MAX_DIRFRAG_REP); in ceph_fill_dirfrag()482 for (i = 0; i < frag->ndist; i++) in ceph_fill_dirfrag()485 ceph_vinop(inode), frag->frag, frag->ndist); in ceph_fill_dirfrag()
293 int ndist; /* >0 if replicated */ member
303 *p += sizeof(**dirfrag) + sizeof(u32) * le32_to_cpu((*dirfrag)->ndist); in parse_reply_info_dir()1375 if (mode == USE_ANY_MDS && frag.ndist > 0) { in __choose_mds()1380 r %= frag.ndist; in __choose_mds()1384 mds, (int)r, frag.ndist); in __choose_mds()
603 __le32 ndist; /* number of mds' this is replicated on */ member