Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
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()
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()
Dcudbg_if.h81 u8 compress_type; /* Type of compression to use */ member
Dcudbg_lib_common.h31 u8 compress_type:4; member
Dcudbg_lib.c463 if (pdbg_init->compress_type == CUDBG_COMPRESSION_NONE) { in cudbg_write_and_release_buff()
/linux-6.6.21/fs/btrfs/
Dsuper.c316 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 …]
Dextent_map.c53 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()
Dordered-data.h123 int compress_type; member
183 int compress_type);
Ddefrag.c1233 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()
Dfile-item.c1277 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()
Dordered-data.c152 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()
Dextent_map.h56 unsigned int compress_type; member
Dcompression.c128 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()
Dcompression.h52 u8 compress_type; member
Dinode.c135 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 …]
Dextent_io.c101 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()
Dbtrfs_inode.h504 int compress_type);
Dfs.h428 unsigned long compress_type:4; member
Ddisk-io.c3096 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()
Dtree-log.c4593 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()
Dfile.c2150 hole_em->compress_type = BTRFS_COMPRESS_NONE; in fill_holes()
Dioctl.c352 comp = btrfs_compress_type2str(fs_info->compress_type); in btrfs_fileattr_set()
/linux-6.6.21/fs/btrfs/tests/
Dinode-tests.c607 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/
Dbtrfs.h302 __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/
Dbtrfs.h643 __u32 compress_type; member