| /Linux-v5.15/drivers/net/ethernet/chelsio/cxgb4/ |
| D | cxgb4_cudbg.c | 201 cudbg_init.compress_type = CUDBG_COMPRESSION_ZLIB; in cxgb4_cudbg_collect() 208 cudbg_init.compress_type = CUDBG_COMPRESSION_NONE; in cxgb4_cudbg_collect() 212 cudbg_init.compress_type = CUDBG_COMPRESSION_NONE; in cxgb4_cudbg_collect() 215 cudbg_hdr->compress_type = cudbg_init.compress_type; in cxgb4_cudbg_collect() 242 if (cudbg_init.compress_type != CUDBG_COMPRESSION_NONE) in cxgb4_cudbg_collect()
|
| D | cudbg_common.c | 20 if (pdbg_init->compress_type != CUDBG_COMPRESSION_NONE) { in cudbg_get_buff() 40 if (pdbg_init->compress_type != CUDBG_COMPRESSION_NONE) in cudbg_put_buff()
|
| D | cudbg_if.h | 81 u8 compress_type; /* Type of compression to use */ member
|
| D | cudbg_lib_common.h | 31 u8 compress_type:4; member
|
| D | cudbg_lib.c | 462 if (pdbg_init->compress_type == CUDBG_COMPRESSION_NONE) { in cudbg_write_and_release_buff()
|
| /Linux-v5.15/fs/btrfs/ |
| D | super.c | 571 char *compress_type; in btrfs_parse_options() local 659 info->compress_type : BTRFS_COMPRESS_NONE; in btrfs_parse_options() 666 compress_type = "zlib"; in btrfs_parse_options() 668 info->compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_parse_options() 686 compress_type = "lzo"; in btrfs_parse_options() 687 info->compress_type = BTRFS_COMPRESS_LZO; in btrfs_parse_options() 695 compress_type = "zstd"; in btrfs_parse_options() 696 info->compress_type = BTRFS_COMPRESS_ZSTD; in btrfs_parse_options() 707 compress_type = "no"; in btrfs_parse_options() 709 info->compress_type = 0; in btrfs_parse_options() [all …]
|
| D | ordered-data.c | 155 int compress_type) in __btrfs_add_ordered_extent() argument 189 entry->compress_type = compress_type; in __btrfs_add_ordered_extent() 276 u64 disk_num_bytes, int compress_type) in btrfs_add_ordered_extent_compress() argument 278 ASSERT(compress_type != BTRFS_COMPRESS_NONE); in btrfs_add_ordered_extent_compress() 282 compress_type); in btrfs_add_ordered_extent_compress() 1059 int compress_type = ordered->compress_type; in clone_ordered_extent() local 1081 disk_num_bytes, compress_type); in clone_ordered_extent()
|
| D | ordered-data.h | 111 int compress_type; member 189 u64 disk_num_bytes, int compress_type);
|
| D | file-item.c | 1206 int compress_type = btrfs_file_extent_compression(leaf, fi); in btrfs_extent_item_to_extent_map() local 1224 if (compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map() 1226 em->compress_type = compress_type; in btrfs_extent_item_to_extent_map() 1246 if (!new_inline && compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map() 1248 em->compress_type = compress_type; in btrfs_extent_item_to_extent_map()
|
| D | extent_io.h | 161 int compress_type) in extent_set_compress_type() argument 163 *bio_flags |= compress_type << EXTENT_BIO_FLAG_SHIFT; in extent_set_compress_type()
|
| D | extent_map.h | 48 unsigned int compress_type; member
|
| D | inode.c | 92 u64 ram_bytes, int compress_type, 240 int compress_type, in insert_inline_extent() argument 282 if (compress_type != BTRFS_COMPRESS_NONE) { in insert_inline_extent() 299 compress_type); in insert_inline_extent() 344 int compress_type, in cow_file_range_inline() argument 407 compress_type, compressed_pages); in cow_file_range_inline() 446 int compress_type; member 473 int compress_type) in add_async_extent() argument 484 async_extent->compress_type = compress_type; in add_async_extent() 576 int compress_type = fs_info->compress_type; in compress_file_range() local [all …]
|
| D | compression.h | 53 u8 compress_type; member
|
| D | compression.c | 706 ASSERT(em->compress_type != BTRFS_COMPRESS_NONE); in btrfs_submit_compressed_read() 727 cb->compress_type = extent_compress_type(bio_flags); in btrfs_submit_compressed_read() 1231 int type = cb->compress_type; in btrfs_decompress_bio()
|
| D | ioctl.c | 320 comp = btrfs_compress_type2str(fs_info->compress_type); in btrfs_fileattr_set() 1423 int compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_defrag_file() local 1438 if (range->compress_type >= BTRFS_NR_COMPRESS_TYPES) in btrfs_defrag_file() 1440 if (range->compress_type) in btrfs_defrag_file() 1441 compress_type = range->compress_type; in btrfs_defrag_file() 1548 BTRFS_I(inode)->defrag_compress = compress_type; in btrfs_defrag_file() 1598 if (range->compress_type == BTRFS_COMPRESS_LZO) { in btrfs_defrag_file() 1600 } else if (range->compress_type == BTRFS_COMPRESS_ZSTD) { in btrfs_defrag_file()
|
| D | file.c | 609 split->compress_type = em->compress_type; in btrfs_drop_extent_cache() 621 split->compress_type = em->compress_type; in btrfs_drop_extent_cache() 2447 hole_em->compress_type = BTRFS_COMPRESS_NONE; in fill_holes()
|
| D | extent_map.c | 58 em->compress_type = BTRFS_COMPRESS_NONE; in alloc_extent_map()
|
| D | disk-io.c | 3315 fs_info->compress_type = BTRFS_COMPRESS_ZLIB; in open_ctree() 3359 if (fs_info->compress_type == BTRFS_COMPRESS_LZO) in open_ctree() 3361 else if (fs_info->compress_type == BTRFS_COMPRESS_ZSTD) in open_ctree()
|
| D | tree-log.c | 4311 if (em->compress_type) { in log_extent_csums() 4393 if (em->compress_type != BTRFS_COMPRESS_NONE) { in log_one_extent() 4410 btrfs_set_token_file_extent_compression(&token, fi, em->compress_type); in log_one_extent()
|
| D | extent_io.c | 2538 extent_set_compress_type(&failrec->bio_flags, em->compress_type); in btrfs_get_io_failure_record() 3629 em->compress_type); in btrfs_do_readpage()
|
| D | ctree.h | 681 unsigned long compress_type:4; member
|
| /Linux-v5.15/fs/btrfs/tests/ |
| D | inode-tests.c | 617 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent() 619 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent() 651 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent() 653 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent() 714 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent() 716 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent()
|
| /Linux-v5.15/include/trace/events/ |
| D | btrfs.h | 301 __field( unsigned int, compress_type ) 314 __entry->compress_type = map->compress_type; 329 __entry->refs, __entry->compress_type) 529 __field( int, compress_type ) 543 __entry->compress_type = ordered->compress_type; 563 __entry->compress_type, __entry->refs)
|
| /Linux-v5.15/include/uapi/linux/ |
| D | btrfs.h | 605 __u32 compress_type; member
|