Home
last modified time | relevance | path

Searched refs:unc_len (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/kernel/power/
Dswap.c493 size_t *unc_len[LZO_THREADS]; /* uncompressed lengths */ member
518 d->unc[i], *d->unc_len[i]); in crc32_threadfn()
534 size_t unc_len; /* uncompressed length */ member
560 d->ret = lzo1x_1_compress(d->unc, d->unc_len, in lzo_compress_threadfn()
652 crc->unc_len[thr] = &data[thr].unc_len; in save_image_lzo()
700 data[thr].unc_len = off; in save_image_lzo()
727 lzo1x_worst_compress(data[thr].unc_len))) { in save_image_lzo()
1024 size_t unc_len; /* uncompressed length */ member
1049 d->unc_len = LZO_UNC_SIZE; in lzo_decompress_threadfn()
1051 d->unc, &d->unc_len); in lzo_decompress_threadfn()
[all …]
/linux-3.4.99/fs/cifs/
Dconnect.c3525 unsigned int unc_len = strnlen(vol->UNC, MAX_TREE_SIZE + 1); in build_unc_path_to_root() local
3527 full_path = kmalloc(unc_len + pplen + 1, GFP_KERNEL); in build_unc_path_to_root()
3531 strncpy(full_path, vol->UNC, unc_len); in build_unc_path_to_root()
3532 pos = full_path + unc_len; in build_unc_path_to_root()