Home
last modified time | relevance | path

Searched refs:compress_type (Results 1 – 24 of 24) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_common.c32 if (pdbg_init->compress_type != CUDBG_COMPRESSION_NONE) { in cudbg_get_buff()
52 if (pdbg_init->compress_type != CUDBG_COMPRESSION_NONE) in cudbg_put_buff()
Dcxgb4_cudbg.c447 cudbg_init.compress_type = CUDBG_COMPRESSION_ZLIB; in cxgb4_cudbg_collect()
454 cudbg_init.compress_type = CUDBG_COMPRESSION_NONE; in cxgb4_cudbg_collect()
458 cudbg_init.compress_type = CUDBG_COMPRESSION_NONE; in cxgb4_cudbg_collect()
461 cudbg_hdr->compress_type = cudbg_init.compress_type; in cxgb4_cudbg_collect()
481 if (cudbg_init.compress_type != CUDBG_COMPRESSION_NONE) in cxgb4_cudbg_collect()
Dcudbg_if.h91 u8 compress_type; /* Type of compression to use */ member
Dcudbg_lib_common.h43 u8 compress_type:4; member
Dcudbg_lib.c66 if (pdbg_init->compress_type == CUDBG_COMPRESSION_NONE) { in cudbg_write_and_release_buff()
/Linux-v4.19/fs/btrfs/
Dsuper.c432 char *compress_type; in btrfs_parse_options() local
514 info->compress_type : BTRFS_COMPRESS_NONE; in btrfs_parse_options()
520 compress_type = "zlib"; in btrfs_parse_options()
522 info->compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_parse_options()
538 compress_type = "lzo"; in btrfs_parse_options()
539 info->compress_type = BTRFS_COMPRESS_LZO; in btrfs_parse_options()
546 compress_type = "zstd"; in btrfs_parse_options()
547 info->compress_type = BTRFS_COMPRESS_ZSTD; in btrfs_parse_options()
554 compress_type = "no"; in btrfs_parse_options()
576 (info->compress_type != saved_compress_type || in btrfs_parse_options()
[all …]
Dordered-data.h96 int compress_type; member
166 int type, int compress_type);
Dfile-item.c933 int compress_type = btrfs_file_extent_compression(leaf, fi); in btrfs_extent_item_to_extent_map() local
963 if (compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map()
965 em->compress_type = compress_type; in btrfs_extent_item_to_extent_map()
985 if (!new_inline && compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map()
987 em->compress_type = compress_type; in btrfs_extent_item_to_extent_map()
Dcompression.h48 int compress_type; member
Dordered-data.c173 int type, int dio, int compress_type) in __btrfs_add_ordered_extent() argument
192 entry->compress_type = compress_type; in __btrfs_add_ordered_extent()
261 int type, int compress_type) in btrfs_add_ordered_extent_compress() argument
265 compress_type); in btrfs_add_ordered_extent_compress()
Dextent_map.h47 unsigned int compress_type; member
Dinode.c98 u64 ram_bytes, int compress_type,
168 int compress_type, in insert_inline_extent() argument
210 if (compress_type != BTRFS_COMPRESS_NONE) { in insert_inline_extent()
227 compress_type); in insert_inline_extent()
265 int compress_type, in cow_file_range_inline() argument
325 compress_type, compressed_pages); in cow_file_range_inline()
355 int compress_type; member
375 int compress_type) in add_async_extent() argument
386 async_extent->compress_type = compress_type; in add_async_extent()
454 int compress_type = fs_info->compress_type; in compress_file_range() local
[all …]
Dextent_io.h246 int compress_type) in extent_set_compress_type() argument
248 *bio_flags |= compress_type << EXTENT_BIO_FLAG_SHIFT; in extent_set_compress_type()
Dioctl.c296 comp = btrfs_compress_type2str(fs_info->compress_type); in btrfs_ioctl_setflags()
1385 int compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_defrag_file() local
1400 if (range->compress_type > BTRFS_COMPRESS_TYPES) in btrfs_defrag_file()
1402 if (range->compress_type) in btrfs_defrag_file()
1403 compress_type = range->compress_type; in btrfs_defrag_file()
1507 BTRFS_I(inode)->defrag_compress = compress_type; in btrfs_defrag_file()
1554 if (range->compress_type == BTRFS_COMPRESS_LZO) { in btrfs_defrag_file()
1556 } else if (range->compress_type == BTRFS_COMPRESS_ZSTD) { in btrfs_defrag_file()
3718 em->compress_type = BTRFS_COMPRESS_NONE; in clone_update_extent_map()
Dfile.c663 split->compress_type = em->compress_type; in btrfs_drop_extent_cache()
676 split->compress_type = em->compress_type; in btrfs_drop_extent_cache()
2309 hole_em->compress_type = BTRFS_COMPRESS_NONE; in fill_holes()
Dextent_map.c57 em->compress_type = BTRFS_COMPRESS_NONE; in alloc_extent_map()
Dcompression.c580 cb->compress_type = extent_compress_type(bio_flags); in btrfs_submit_compressed_read()
1080 int type = cb->compress_type; in btrfs_decompress_bio()
Ddisk-io.c2853 fs_info->compress_type = BTRFS_COMPRESS_ZLIB; in open_ctree()
2873 if (fs_info->compress_type == BTRFS_COMPRESS_LZO) in open_ctree()
2875 else if (fs_info->compress_type == BTRFS_COMPRESS_ZSTD) in open_ctree()
Dtree-log.c4140 if (em->compress_type) { in log_extent_csums()
4223 if (em->compress_type != BTRFS_COMPRESS_NONE) { in log_one_extent()
4244 btrfs_set_token_file_extent_compression(leaf, fi, em->compress_type, in log_one_extent()
Dextent_io.c2209 em->compress_type); in btrfs_get_io_failure_record()
2951 em->compress_type); in __do_readpage()
Dctree.h815 unsigned long compress_type:4; member
/Linux-v4.19/fs/btrfs/tests/
Dinode-tests.c626 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent()
628 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent()
660 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent()
662 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent()
723 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent()
725 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent()
/Linux-v4.19/include/trace/events/
Dbtrfs.h226 __field( unsigned int, compress_type )
239 __entry->compress_type = map->compress_type;
254 __entry->refs, __entry->compress_type)
454 __field( int, compress_type )
468 __entry->compress_type = ordered->compress_type;
489 __entry->compress_type, __entry->refs)
/Linux-v4.19/include/uapi/linux/
Dbtrfs.h565 __u32 compress_type; member