Home
last modified time | relevance | path

Searched refs:compress_type (Results 1 – 21 of 21) sorted by relevance

/linux-6.15/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_cudbg.c201 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 Dcudbg_common.c20 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 Dcudbg_if.h81 u8 compress_type; /* Type of compression to use */ member
H A Dcudbg_lib_common.h31 u8 compress_type:4; member
H A Dcudbg_lib.c463 if (pdbg_init->compress_type == CUDBG_COMPRESSION_NONE) { in cudbg_write_and_release_buff()
/linux-6.15/fs/btrfs/
H A Dsuper.c86 unsigned long compress_type:4; member
352 ctx->compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_parse_param()
358 ctx->compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_parse_param()
366 ctx->compress_type = BTRFS_COMPRESS_LZO; in btrfs_parse_param()
381 ctx->compress_type = 0; in btrfs_parse_param()
1056 const char *compress_type; in btrfs_show_options() local
1074 compress_type = btrfs_compress_type2str(info->compress_type); in btrfs_show_options()
1405 fs_info->compress_type = ctx->compress_type; in btrfs_ctx_to_info()
1416 ctx->compress_type = fs_info->compress_type; in btrfs_info_to_ctx()
1474 old->compress_type != info->compress_type || in btrfs_emit_options()
[all …]
H A Ddefrag.c1365 int compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_defrag_file() local
1384 compress_type = range->compress.type; in btrfs_defrag_file()
1386 if (!btrfs_compress_level_valid(compress_type, compress_level)) in btrfs_defrag_file()
1390 if (range->compress_type >= BTRFS_NR_COMPRESS_TYPES) in btrfs_defrag_file()
1392 if (range->compress_type) in btrfs_defrag_file()
1393 compress_type = range->compress_type; in btrfs_defrag_file()
1446 inode->defrag_compress = compress_type; in btrfs_defrag_file()
1484 if (range->compress_type == BTRFS_COMPRESS_LZO) in btrfs_defrag_file()
1486 else if (range->compress_type == BTRFS_COMPRESS_ZSTD) in btrfs_defrag_file()
H A Dordered-data.h125 int compress_type; member
H A Dcompression.h60 u8 compress_type; member
H A Dinode.c454 int compress_type, in insert_inline_extent() argument
517 compress_type); in insert_inline_extent()
602 int compress_type, in __cow_file_range_inline() argument
676 int compress_type, in cow_file_range_inline() argument
727 int compress_type; member
765 async_extent->compress_type = compress_type; in add_async_extent()
879 int compress_type = fs_info->compress_type; in compress_file_range() local
3100 int compress_type = 0; in btrfs_finish_one_ordered() local
3188 compress_type = ordered_extent->compress_type; in btrfs_finish_one_ordered()
3190 BUG_ON(compress_type); in btrfs_finish_one_ordered()
[all …]
H A Dextent_io.c99 enum btrfs_compression_type compress_type; member
124 bio_ctrl->compress_type != BTRFS_COMPRESS_NONE) in submit_one_bio()
675 if (bio_ctrl->compress_type != BTRFS_COMPRESS_NONE) { in btrfs_bio_is_contig()
774 ASSERT(bio_ctrl->compress_type == BTRFS_COMPRESS_NONE); in submit_extent_folio()
961 enum btrfs_compression_type compress_type = BTRFS_COMPRESS_NONE; in btrfs_do_readpage() local
986 compress_type = extent_map_compression(em); in btrfs_do_readpage()
988 if (compress_type != BTRFS_COMPRESS_NONE) in btrfs_do_readpage()
1032 if (compress_type != BTRFS_COMPRESS_NONE && in btrfs_do_readpage()
1055 if (bio_ctrl->compress_type != compress_type) { in btrfs_do_readpage()
1057 bio_ctrl->compress_type = compress_type; in btrfs_do_readpage()
H A Dordered-data.c151 u64 offset, unsigned long flags, int compress_type) in alloc_ordered_extent() argument
184 entry->compress_type = compress_type; in alloc_ordered_extent()
1268 len, 0, flags, ordered->compress_type); in btrfs_split_ordered_extent()
H A Dfile-item.c1278 int compress_type = btrfs_file_extent_compression(leaf, fi); in btrfs_extent_item_to_extent_map() local
1299 if (compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map()
1300 extent_map_set_compression(em, compress_type); in btrfs_extent_item_to_extent_map()
1320 extent_map_set_compression(em, compress_type); in btrfs_extent_item_to_extent_map()
H A Dcompression.c126 switch (cb->compress_type) { in compression_decompress_bio()
603 cb->compress_type = extent_map_compression(em); in btrfs_submit_compressed_read()
1058 int type = cb->compress_type; in btrfs_decompress_bio()
H A Dbtrfs_inode.h622 int compress_type);
H A Dfs.h504 int compress_type; member
H A Dtree-log.c4693 enum btrfs_compression_type compress_type; in log_one_extent() local
4706 compress_type = extent_map_compression(em); in log_one_extent()
4707 if (compress_type != BTRFS_COMPRESS_NONE) { in log_one_extent()
4718 btrfs_set_stack_file_extent_compression(&fi, compress_type); in log_one_extent()
H A Ddisk-io.c2899 fs_info->compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_init_fs_info()
3213 if (fs_info->compress_type == BTRFS_COMPRESS_LZO) in btrfs_check_features()
3215 else if (fs_info->compress_type == BTRFS_COMPRESS_ZSTD) in btrfs_check_features()
H A Dioctl.c361 comp = btrfs_compress_type2str(fs_info->compress_type); in btrfs_fileattr_set()
/linux-6.15/include/uapi/linux/
H A Dbtrfs.h651 __u32 compress_type; member
/linux-6.15/include/trace/events/
H A Dbtrfs.h514 __field( int, compress_type )
528 __entry->compress_type = ordered->compress_type;
548 __entry->compress_type, __entry->refs)