/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cudbg_common.c | 32 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()
|
D | cxgb4_cudbg.c | 447 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()
|
D | cudbg_if.h | 91 u8 compress_type; /* Type of compression to use */ member
|
D | cudbg_lib_common.h | 43 u8 compress_type:4; member
|
D | cudbg_lib.c | 66 if (pdbg_init->compress_type == CUDBG_COMPRESSION_NONE) { in cudbg_write_and_release_buff()
|
/Linux-v4.19/fs/btrfs/ |
D | super.c | 432 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 …]
|
D | ordered-data.h | 96 int compress_type; member 166 int type, int compress_type);
|
D | file-item.c | 933 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()
|
D | compression.h | 48 int compress_type; member
|
D | ordered-data.c | 173 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()
|
D | extent_map.h | 47 unsigned int compress_type; member
|
D | inode.c | 98 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 …]
|
D | extent_io.h | 246 int compress_type) in extent_set_compress_type() argument 248 *bio_flags |= compress_type << EXTENT_BIO_FLAG_SHIFT; in extent_set_compress_type()
|
D | ioctl.c | 296 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()
|
D | file.c | 663 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()
|
D | extent_map.c | 57 em->compress_type = BTRFS_COMPRESS_NONE; in alloc_extent_map()
|
D | compression.c | 580 cb->compress_type = extent_compress_type(bio_flags); in btrfs_submit_compressed_read() 1080 int type = cb->compress_type; in btrfs_decompress_bio()
|
D | disk-io.c | 2853 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()
|
D | tree-log.c | 4140 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()
|
D | extent_io.c | 2209 em->compress_type); in btrfs_get_io_failure_record() 2951 em->compress_type); in __do_readpage()
|
D | ctree.h | 815 unsigned long compress_type:4; member
|
/Linux-v4.19/fs/btrfs/tests/ |
D | inode-tests.c | 626 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/ |
D | btrfs.h | 226 __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/ |
D | btrfs.h | 565 __u32 compress_type; member
|