Home
last modified time | relevance | path

Searched refs:ndist (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/lib/zlib_inflate/
Dinflate.c451 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()
Dinflate.h104 unsigned ndist; /* number of distance code lengths */ member
/Linux-v4.19/fs/ceph/
Dinode.c143 frag->ndist = 0; in __get_or_create_frag()
243 int ndist = le32_to_cpu(dirinfo->ndist); in ceph_fill_dirfrag() local
257 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()
Dmds_client.c158 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()
Dsuper.h235 int ndist; /* >0 if replicated */ member
/Linux-v4.19/include/linux/ceph/
Dceph_fs.h530 __le32 ndist; /* number of mds' this is replicated on */ member