Lines Matching full:chunks
64 unsigned long chunks; /* count of chunks needed for fat ZAP */ member
124 zap->chunks = 0; in zap_alloc()
156 zap->chunks += zap_entry_chunks(ent); in zap_add()
276 if (zap->chunks <= ZAP_LEAF_NUMCHUNKS(l)) { in zap_fat_write_prefixlen()
278 * All chunks will fit in a single leaf block. in zap_fat_write_prefixlen()
289 uint16_t chunks; in zap_fat_write_prefixlen() local
293 chunks = zap_entry_chunks(ent); in zap_fat_write_prefixlen()
294 if (ZAP_LEAF_NUMCHUNKS(l) - leafchunks[li] < chunks) { in zap_fat_write_prefixlen()
300 leafchunks[li] += chunks; in zap_fat_write_prefixlen()
342 /* Initialize the leaf chunks. */ in zap_fat_write_leaf_init()
418 * the upper bits of its hash, allocate chunks from that leaf, and fill in zap_fat_write()
437 * How many leaf chunks do we need for this entry? in zap_fat_write()
445 * Allocate a run of free leaf chunks for this entry, in zap_fat_write()
496 * Finally, write out the leaf chunks for this entry. in zap_fat_write()