Home
last modified time | relevance | path

Searched defs:decompress (Results 1 – 11 of 11) sorted by relevance

/linux-3.3/fs/btrfs/
Dcompression.h73 int (*decompress)(struct list_head *workspace, member
/linux-3.3/lib/
Ddecompress_inflate.c183 #define decompress gunzip macro
Ddecompress_unlzo.c290 #define decompress unlzo macro
Ddecompress_unxz.c397 #define decompress unxz macro
Ddecompress_bunzip2.c746 STATIC int INIT decompress(unsigned char *buf, int len, in decompress() function
Ddecompress_unlzma.c670 STATIC int INIT decompress(unsigned char *buf, int in_len, in decompress() function
/linux-3.3/fs/squashfs/
Ddecompressor.h29 int (*decompress)(struct squashfs_sb_info *, void **, member
/linux-3.3/fs/jffs2/
Dcompr.h55 int (*decompress)(unsigned char *cdata_in, unsigned char *data_out, member
/linux-3.3/include/linux/
Dppp-comp.h101 int (*decompress) (void *state, unsigned char *ibuf, int isize, member
Disdn_ppp.h138 int (*decompress) (void *state,struct sk_buff *in, member
/linux-3.3/init/
Dinitramfs.c417 decompress_fn decompress; in unpack_to_rootfs() local