| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| A 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()
|
| A 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()
|
| A D | cudbg_if.h | 81 u8 compress_type; /* Type of compression to use */ member
|
| A D | cudbg_lib_common.h | 31 u8 compress_type:4; member
|
| A D | cudbg_lib.c | 463 if (pdbg_init->compress_type == CUDBG_COMPRESSION_NONE) { in cudbg_write_and_release_buff()
|
| /linux/fs/btrfs/ |
| A D | super.c | 87 unsigned long compress_type:4; member 353 ctx->compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_parse_param() 359 ctx->compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_parse_param() 367 ctx->compress_type = BTRFS_COMPRESS_LZO; in btrfs_parse_param() 382 ctx->compress_type = 0; in btrfs_parse_param() 1054 const char *compress_type; in btrfs_show_options() local 1072 compress_type = btrfs_compress_type2str(info->compress_type); in btrfs_show_options() 1404 fs_info->compress_type = ctx->compress_type; in btrfs_ctx_to_info() 1415 ctx->compress_type = fs_info->compress_type; in btrfs_info_to_ctx() 1473 old->compress_type != info->compress_type || in btrfs_emit_options() [all …]
|
| A D | defrag.c | 1365 int compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_defrag_file() local 1379 if (range->compress_type >= BTRFS_NR_COMPRESS_TYPES) in btrfs_defrag_file() 1381 if (range->compress_type) in btrfs_defrag_file() 1382 compress_type = range->compress_type; in btrfs_defrag_file() 1434 BTRFS_I(inode)->defrag_compress = compress_type; in btrfs_defrag_file() 1470 if (range->compress_type == BTRFS_COMPRESS_LZO) in btrfs_defrag_file() 1472 else if (range->compress_type == BTRFS_COMPRESS_ZSTD) in btrfs_defrag_file()
|
| A D | ordered-data.h | 124 int compress_type; member
|
| A D | compression.h | 60 u8 compress_type; member
|
| A D | inode.c | 492 int compress_type, in insert_inline_extent() argument 555 compress_type); in insert_inline_extent() 651 int compress_type, in __cow_file_range_inline() argument 725 int compress_type, in cow_file_range_inline() argument 776 int compress_type; member 814 async_extent->compress_type = compress_type; in add_async_extent() 943 int compress_type = fs_info->compress_type; in compress_file_range() local 3059 int compress_type = 0; in btrfs_finish_one_ordered() local 3142 compress_type = ordered_extent->compress_type; in btrfs_finish_one_ordered() 3144 BUG_ON(compress_type); in btrfs_finish_one_ordered() [all …]
|
| A D | extent_io.c | 99 enum btrfs_compression_type compress_type; member 124 bio_ctrl->compress_type != BTRFS_COMPRESS_NONE) in submit_one_bio() 679 if (bio_ctrl->compress_type != BTRFS_COMPRESS_NONE) { in btrfs_bio_is_contig() 777 ASSERT(bio_ctrl->compress_type == BTRFS_COMPRESS_NONE); in submit_extent_folio() 977 enum btrfs_compression_type compress_type = BTRFS_COMPRESS_NONE; in btrfs_do_readpage() local 998 compress_type = extent_map_compression(em); in btrfs_do_readpage() 1002 if (compress_type != BTRFS_COMPRESS_NONE) in btrfs_do_readpage() 1044 if (compress_type != BTRFS_COMPRESS_NONE && in btrfs_do_readpage() 1072 if (bio_ctrl->compress_type != compress_type) { in btrfs_do_readpage() 1074 bio_ctrl->compress_type = compress_type; in btrfs_do_readpage()
|
| A D | ordered-data.c | 151 u64 offset, unsigned long flags, int compress_type) in alloc_ordered_extent() argument 184 entry->compress_type = compress_type; in alloc_ordered_extent() 1243 len, 0, flags, ordered->compress_type); in btrfs_split_ordered_extent()
|
| A D | file-item.c | 1285 int compress_type = btrfs_file_extent_compression(leaf, fi); in btrfs_extent_item_to_extent_map() local 1306 if (compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map() 1307 extent_map_set_compression(em, compress_type); in btrfs_extent_item_to_extent_map() 1327 extent_map_set_compression(em, compress_type); in btrfs_extent_item_to_extent_map()
|
| A D | compression.c | 126 switch (cb->compress_type) { in compression_decompress_bio() 604 cb->compress_type = extent_map_compression(em); in btrfs_submit_compressed_read() 1048 int type = cb->compress_type; in btrfs_decompress_bio()
|
| A D | btrfs_inode.h | 614 int compress_type);
|
| A D | fs.h | 486 unsigned long compress_type:4; member
|
| A D | disk-io.c | 2827 fs_info->compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_init_fs_info() 3139 if (fs_info->compress_type == BTRFS_COMPRESS_LZO) in btrfs_check_features() 3141 else if (fs_info->compress_type == BTRFS_COMPRESS_ZSTD) in btrfs_check_features()
|
| A D | tree-log.c | 4714 enum btrfs_compression_type compress_type; in log_one_extent() local 4727 compress_type = extent_map_compression(em); in log_one_extent() 4728 if (compress_type != BTRFS_COMPRESS_NONE) { in log_one_extent() 4739 btrfs_set_stack_file_extent_compression(&fi, compress_type); in log_one_extent()
|
| A D | ioctl.c | 362 comp = btrfs_compress_type2str(fs_info->compress_type); in btrfs_fileattr_set()
|
| /linux/include/uapi/linux/ |
| A D | btrfs.h | 646 __u32 compress_type; member
|
| /linux/include/trace/events/ |
| A D | btrfs.h | 513 __field( int, compress_type ) 527 __entry->compress_type = ordered->compress_type; 547 __entry->compress_type, __entry->refs)
|