/linux-6.6.21/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 | 463 if (pdbg_init->compress_type == CUDBG_COMPRESSION_NONE) { in cudbg_write_and_release_buff()
|
/linux-6.6.21/fs/btrfs/ |
D | super.c | 316 char *compress_type; in btrfs_parse_options() local 405 info->compress_type : BTRFS_COMPRESS_NONE; in btrfs_parse_options() 412 compress_type = "zlib"; in btrfs_parse_options() 414 info->compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_parse_options() 432 compress_type = "lzo"; in btrfs_parse_options() 433 info->compress_type = BTRFS_COMPRESS_LZO; in btrfs_parse_options() 441 compress_type = "zstd"; in btrfs_parse_options() 442 info->compress_type = BTRFS_COMPRESS_ZSTD; in btrfs_parse_options() 453 compress_type = "no"; in btrfs_parse_options() 455 info->compress_type = 0; in btrfs_parse_options() [all …]
|
D | extent_map.c | 53 em->compress_type = BTRFS_COMPRESS_NONE; in alloc_extent_map() 817 split->compress_type = em->compress_type; in btrfs_drop_extent_map_range() 834 split->compress_type = em->compress_type; in btrfs_drop_extent_map_range() 1018 split_pre->compress_type = em->compress_type; in split_extent_map() 1037 split_mid->compress_type = em->compress_type; in split_extent_map()
|
D | ordered-data.h | 123 int compress_type; member 183 int compress_type);
|
D | defrag.c | 1233 int compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_defrag_file() local 1245 if (range->compress_type >= BTRFS_NR_COMPRESS_TYPES) in btrfs_defrag_file() 1247 if (range->compress_type) in btrfs_defrag_file() 1248 compress_type = range->compress_type; in btrfs_defrag_file() 1312 BTRFS_I(inode)->defrag_compress = compress_type; in btrfs_defrag_file() 1350 if (range->compress_type == BTRFS_COMPRESS_LZO) in btrfs_defrag_file() 1352 else if (range->compress_type == BTRFS_COMPRESS_ZSTD) in btrfs_defrag_file()
|
D | file-item.c | 1277 int compress_type = btrfs_file_extent_compression(leaf, fi); in btrfs_extent_item_to_extent_map() local 1296 if (compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map() 1298 em->compress_type = compress_type; in btrfs_extent_item_to_extent_map() 1318 em->compress_type = compress_type; in btrfs_extent_item_to_extent_map() 1319 if (compress_type != BTRFS_COMPRESS_NONE) in btrfs_extent_item_to_extent_map()
|
D | ordered-data.c | 152 u64 offset, unsigned long flags, int compress_type) in alloc_ordered_extent() argument 185 entry->compress_type = compress_type; in alloc_ordered_extent() 269 int compress_type) in btrfs_alloc_ordered_extent() argument 277 compress_type); in btrfs_alloc_ordered_extent() 1185 len, 0, flags, ordered->compress_type); in btrfs_split_ordered_extent()
|
D | extent_map.h | 56 unsigned int compress_type; member
|
D | compression.c | 128 switch (cb->compress_type) { in compression_decompress_bio() 492 ASSERT(em->compress_type != BTRFS_COMPRESS_NONE); in btrfs_submit_compressed_read() 504 cb->compress_type = em->compress_type; in btrfs_submit_compressed_read() 927 int type = cb->compress_type; in btrfs_decompress_bio()
|
D | compression.h | 52 u8 compress_type; member
|
D | inode.c | 135 u64 ram_bytes, int compress_type, 506 int compress_type, in insert_inline_extent() argument 550 if (compress_type != BTRFS_COMPRESS_NONE) { in insert_inline_extent() 567 compress_type); in insert_inline_extent() 614 int compress_type, in cow_file_range_inline() argument 662 size, compressed_size, compress_type, in cow_file_range_inline() 702 int compress_type; member 728 int compress_type) in add_async_extent() argument 739 async_extent->compress_type = compress_type; in add_async_extent() 848 int compress_type = fs_info->compress_type; in compress_file_range() local [all …]
|
D | extent_io.c | 101 enum btrfs_compression_type compress_type; member 119 bio_ctrl->compress_type != BTRFS_COMPRESS_NONE) in submit_one_bio() 719 if (bio_ctrl->compress_type != BTRFS_COMPRESS_NONE) { in btrfs_bio_is_contig() 817 ASSERT(bio_ctrl->compress_type == BTRFS_COMPRESS_NONE); in submit_extent_page() 1008 enum btrfs_compression_type compress_type = BTRFS_COMPRESS_NONE; in btrfs_do_readpage() local 1032 compress_type = em->compress_type; in btrfs_do_readpage() 1036 if (compress_type != BTRFS_COMPRESS_NONE) in btrfs_do_readpage() 1108 if (bio_ctrl->compress_type != compress_type) { in btrfs_do_readpage() 1110 bio_ctrl->compress_type = compress_type; in btrfs_do_readpage()
|
D | btrfs_inode.h | 504 int compress_type);
|
D | fs.h | 428 unsigned long compress_type:4; member
|
D | disk-io.c | 3096 if (fs_info->compress_type == BTRFS_COMPRESS_LZO) in btrfs_check_features() 3098 else if (fs_info->compress_type == BTRFS_COMPRESS_ZSTD) in btrfs_check_features() 3285 fs_info->compress_type = BTRFS_COMPRESS_ZLIB; in open_ctree()
|
D | tree-log.c | 4593 if (em->compress_type) { in log_extent_csums() 4644 if (em->compress_type != BTRFS_COMPRESS_NONE) { in log_one_extent() 4656 btrfs_set_stack_file_extent_compression(&fi, em->compress_type); in log_one_extent()
|
D | file.c | 2150 hole_em->compress_type = BTRFS_COMPRESS_NONE; in fill_holes()
|
D | ioctl.c | 352 comp = btrfs_compress_type2str(fs_info->compress_type); in btrfs_fileattr_set()
|
/linux-6.6.21/fs/btrfs/tests/ |
D | inode-tests.c | 607 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent() 609 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent() 641 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent() 643 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent() 704 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent() 706 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent()
|
/linux-6.6.21/include/trace/events/ |
D | btrfs.h | 302 __field( unsigned int, compress_type ) 315 __entry->compress_type = map->compress_type; 330 __entry->refs, __entry->compress_type) 530 __field( int, compress_type ) 544 __entry->compress_type = ordered->compress_type; 564 __entry->compress_type, __entry->refs)
|
/linux-6.6.21/include/uapi/linux/ |
D | btrfs.h | 643 __u32 compress_type; member
|