Searched refs:unc_len (Results 1 – 2 of 2) sorted by relevance
618 d->unc[i], *d->unc_len[i]); in crc32_threadfn()660 d->ret = lzo1x_1_compress(d->unc, d->unc_len, in lzo_compress_threadfn()750 crc->unc_len[thr] = &data[thr].unc_len; in save_image_lzo()796 data[thr].unc_len = off; in save_image_lzo()1143 d->unc_len = LZO_UNC_SIZE; in lzo_decompress_threadfn()1145 d->unc, &d->unc_len); in lzo_decompress_threadfn()1148 (unsigned long)d->unc + d->unc_len); in lzo_decompress_threadfn()1242 crc->unc_len[thr] = &data[thr].unc_len; in load_image_lzo()1400 if (unlikely(!data[thr].unc_len || in load_image_lzo()1401 data[thr].unc_len > LZO_UNC_SIZE || in load_image_lzo()[all …]
3137 unsigned int unc_len = strnlen(ctx->UNC, MAX_TREE_SIZE + 1); in build_unc_path_to_root() local3139 if (unc_len > MAX_TREE_SIZE) in build_unc_path_to_root()3142 full_path = kmalloc(unc_len + pplen + 1, GFP_KERNEL); in build_unc_path_to_root()3146 memcpy(full_path, ctx->UNC, unc_len); in build_unc_path_to_root()3147 pos = full_path + unc_len; in build_unc_path_to_root()
Completed in 29 milliseconds