Searched refs:compress (Results 1 – 14 of 14) sorted by relevance
/fs/jffs2/ |
D | compr.c | 92 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()
|
D | compr.h | 53 int (*compress)(unsigned char *data_in, unsigned char *cpage_out, member
|
D | compr_lzo.c | 86 .compress = &jffs2_lzo_compress,
|
D | compr_rtime.c | 113 .compress = &jffs2_rtime_compress,
|
D | compr_rubin.c | 412 .compress = NULL, /*&jffs2_rubinmips_compress,*/ 435 .compress = jffs2_dynrubin_compress,
|
D | compr_zlib.c | 194 .compress = &jffs2_zlib_compress,
|
/fs/pstore/ |
D | platform.c | 79 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");
|
D | Kconfig | 73 This change be changed at boot with "pstore.compress=..." on
|
/fs/isofs/ |
D | Makefile | 10 isofs-objs-$(CONFIG_ZISOFS) += compress.o
|
/fs/ntfs/ |
D | Makefile | 6 ntfs-y := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
|
/fs/ubifs/ |
D | Makefile | 6 ubifs-y += budget.o find.o tnc_commit.o compress.o lpt.o lprops.o
|
/fs/squashfs/ |
D | Kconfig | 9 compress both files, inodes and directories. Inodes in the system 120 compress and decompress.
|
/fs/cramfs/ |
D | README | 73 <block>: The i'th <block> is the output of zlib's compress function
|
/fs/btrfs/ |
D | ioctl.c | 1164 int compress) in should_defrag_range() argument 1198 if (!compress && (*last_len == 0 || *last_len >= thresh) && in should_defrag_range()
|