Home
last modified time | relevance | path

Searched refs:compress (Results 1 – 14 of 14) sorted by relevance

/fs/jffs2/
Dcompr.c92 if (!this->compress || this->disabled) in jffs2_selected_compress()
108 err = this->compress(data_in, output_buf, datalen, cdatalen); in jffs2_selected_compress()
178 if ((!this->compress)||(this->disabled)) in jffs2_compress()
206 compr_ret = this->compress(data_in, this->compr_buf, datalen, cdatalen); in jffs2_compress()
Dcompr.h53 int (*compress)(unsigned char *data_in, unsigned char *cpage_out, member
Dcompr_lzo.c86 .compress = &jffs2_lzo_compress,
Dcompr_rtime.c113 .compress = &jffs2_rtime_compress,
Dcompr_rubin.c412 .compress = NULL, /*&jffs2_rubinmips_compress,*/
435 .compress = jffs2_dynrubin_compress,
Dcompr_zlib.c194 .compress = &jffs2_zlib_compress,
/fs/pstore/
Dplatform.c79 static char *compress = variable
800 if (!compress) in pstore_choose_compression()
804 if (!strcmp(compress, step->name)) { in pstore_choose_compression()
838 module_param(compress, charp, 0444);
839 MODULE_PARM_DESC(compress, "Pstore compression to use");
DKconfig73 This change be changed at boot with "pstore.compress=..." on
/fs/isofs/
DMakefile10 isofs-objs-$(CONFIG_ZISOFS) += compress.o
/fs/ntfs/
DMakefile6 ntfs-y := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
/fs/ubifs/
DMakefile6 ubifs-y += budget.o find.o tnc_commit.o compress.o lpt.o lprops.o
/fs/squashfs/
DKconfig9 compress both files, inodes and directories. Inodes in the system
120 compress and decompress.
/fs/cramfs/
DREADME73 <block>: The i'th <block> is the output of zlib's compress function
/fs/btrfs/
Dioctl.c1164 int compress) in should_defrag_range() argument
1198 if (!compress && (*last_len == 0 || *last_len >= thresh) && in should_defrag_range()