| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H 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()
|
| H 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()
|
| H A D | cudbg_if.h | 81 u8 compress_type; /* Type of compression to use */ member
|
| H A D | cudbg_lib_common.h | 31 u8 compress_type:4; member
|
| H A D | cudbg_lib.c | 463 if (pdbg_init->compress_type == CUDBG_COMPRESSION_NONE) { in cudbg_write_and_release_buff()
|
| /linux/fs/btrfs/ |
| H A D | super.c | 88 unsigned long compress_type:4; member 288 ctx->compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_parse_compress() 294 ctx->compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_parse_compress() 303 ctx->compress_type = BTRFS_COMPRESS_LZO; in btrfs_parse_compress() 314 ctx->compress_type = BTRFS_COMPRESS_ZSTD; in btrfs_parse_compress() 325 ctx->compress_type = 0; in btrfs_parse_compress() 1056 const char *compress_type; in btrfs_show_options() local 1074 compress_type = btrfs_compress_type2str(info->compress_type); in btrfs_show_options() 1076 seq_printf(seq, ",compress-force=%s", compress_type); in btrfs_show_options() 1078 seq_printf(seq, ",compress=%s", compress_type); in btrfs_show_options() [all …]
|
| H A D | defrag.c | 1356 int compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_defrag_file() local 1375 compress_type = range->compress.type; in btrfs_defrag_file() 1377 if (!btrfs_compress_level_valid(compress_type, compress_level)) in btrfs_defrag_file() 1381 if (range->compress_type >= BTRFS_NR_COMPRESS_TYPES) in btrfs_defrag_file() 1383 if (range->compress_type) in btrfs_defrag_file() 1384 compress_type = range->compress_type; in btrfs_defrag_file() 1387 compress_type = BTRFS_DEFRAG_DONT_COMPRESS; in btrfs_defrag_file() 1440 inode->defrag_compress = compress_type; in btrfs_defrag_file() 1479 if (range->compress_type == BTRFS_COMPRESS_LZO) in btrfs_defrag_file() 1481 else if (range->compress_type == BTRFS_COMPRESS_ZSTD) in btrfs_defrag_file()
|
| H A D | extent_io.c | 103 enum btrfs_compression_type compress_type; member 190 bio_ctrl->compress_type != BTRFS_COMPRESS_NONE) in submit_one_bio() 732 if (bio_ctrl->compress_type != BTRFS_COMPRESS_NONE) { in btrfs_bio_is_contig() 847 ASSERT(bio_ctrl->compress_type == BTRFS_COMPRESS_NONE); in submit_extent_folio() 1089 enum btrfs_compression_type compress_type = BTRFS_COMPRESS_NONE; in btrfs_do_readpage() local 1123 compress_type = btrfs_extent_map_compression(em); in btrfs_do_readpage() 1132 compress_type != BTRFS_COMPRESS_NONE) in btrfs_do_readpage() 1135 if (compress_type != BTRFS_COMPRESS_NONE) in btrfs_do_readpage() 1179 if (compress_type != BTRFS_COMPRESS_NONE && in btrfs_do_readpage() 1202 if (bio_ctrl->compress_type != compress_type) { in btrfs_do_readpage() [all …]
|
| H A D | compression.c | 92 switch (cb->compress_type) { in compression_decompress_bio() 570 cb->compress_type = btrfs_extent_map_compression(em); in btrfs_submit_compressed_read() 1018 cb->compress_type = type; in btrfs_compress_bio() 1059 int type = cb->compress_type; in btrfs_decompress_bio()
|
| H A D | file-item.c | 1359 int compress_type = btrfs_file_extent_compression(leaf, fi); in btrfs_extent_item_to_extent_map() local 1380 if (compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map() 1381 btrfs_extent_map_set_compression(em, compress_type); in btrfs_extent_item_to_extent_map() 1401 btrfs_extent_map_set_compression(em, compress_type); in btrfs_extent_item_to_extent_map()
|
| H A D | inode.c | 438 int compress_type, in insert_inline_extent() argument 497 if (compress_type != BTRFS_COMPRESS_NONE) { in insert_inline_extent() 503 compress_type); in insert_inline_extent() 607 int compress_type, in __cow_file_range_inline() argument 646 size, compressed_size, compress_type, in __cow_file_range_inline() 881 int compress_type = fs_info->compress_type; in compress_file_range() local 941 compress_type = inode->defrag_compress; in compress_file_range() 944 compress_type = inode->prop_compress; in compress_file_range() 948 cb = btrfs_compress_bio(inode, start, cur_len, compress_type, in compress_file_range() 1094 file_extent.compression = async_extent->cb->compress_type; in submit_one_async_extent() [all …]
|
| H A D | btrfs_inode.h | 605 int compress_type);
|
| H A D | fs.h | 590 int compress_type; member
|
| H A D | disk-io.c | 2910 fs_info->compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_init_fs_info() 3230 if (fs_info->compress_type == BTRFS_COMPRESS_LZO) in btrfs_check_features() 3232 else if (fs_info->compress_type == BTRFS_COMPRESS_ZSTD) in btrfs_check_features()
|
| H A D | tree-log.c | 5121 enum btrfs_compression_type compress_type; in log_one_extent() local 5134 compress_type = btrfs_extent_map_compression(em); in log_one_extent() 5135 if (compress_type != BTRFS_COMPRESS_NONE) { in log_one_extent() 5146 btrfs_set_stack_file_extent_compression(&fi, compress_type); in log_one_extent()
|
| H A D | ioctl.c | 394 comp = btrfs_compress_type2str(fs_info->compress_type); in btrfs_fileattr_set()
|
| /linux/include/uapi/linux/ |
| H A D | btrfs.h | 655 __u32 compress_type; member
|
| /linux/include/trace/events/ |
| H A D | btrfs.h | 583 __field( int, compress_type ) 597 __entry->compress_type = ordered->compress_type; 617 __entry->compress_type, __entry->refs)
|