Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_cudbg.c202 cudbg_init.compress_type = CUDBG_COMPRESSION_ZLIB; in cxgb4_cudbg_collect()
209 cudbg_init.compress_type = CUDBG_COMPRESSION_NONE; in cxgb4_cudbg_collect()
213 cudbg_init.compress_type = CUDBG_COMPRESSION_NONE; in cxgb4_cudbg_collect()
216 cudbg_hdr->compress_type = cudbg_init.compress_type; in cxgb4_cudbg_collect()
243 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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/fs/btrfs/
H A Dsuper.c517 char *compress_type; in btrfs_parse_options() local
599 info->compress_type : BTRFS_COMPRESS_NONE; in btrfs_parse_options()
606 compress_type = "zlib"; in btrfs_parse_options()
608 info->compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_parse_options()
626 compress_type = "lzo"; in btrfs_parse_options()
627 info->compress_type = BTRFS_COMPRESS_LZO; in btrfs_parse_options()
635 compress_type = "zstd"; in btrfs_parse_options()
636 info->compress_type = BTRFS_COMPRESS_ZSTD; in btrfs_parse_options()
647 compress_type = "no"; in btrfs_parse_options()
649 info->compress_type in btrfs_parse_options()
1414 const char *compress_type; btrfs_show_options() local
[all...]
H A Dordered-data.h99 int compress_type; member
172 int compress_type);
H A Dfile-item.c1060 int compress_type = btrfs_file_extent_compression(leaf, fi); in btrfs_extent_item_to_extent_map() local
1078 if (compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map()
1080 em->compress_type = compress_type; in btrfs_extent_item_to_extent_map()
1100 if (!new_inline && compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map()
1102 em->compress_type = compress_type; in btrfs_extent_item_to_extent_map()
H A Dordered-data.c165 int compress_type) in __btrfs_add_ordered_extent()
199 entry->compress_type = compress_type; in __btrfs_add_ordered_extent()
276 int compress_type) in btrfs_add_ordered_extent_compress()
280 compress_type); in btrfs_add_ordered_extent_compress()
162 __btrfs_add_ordered_extent(struct btrfs_inode *inode, u64 file_offset, u64 disk_bytenr, u64 num_bytes, u64 disk_num_bytes, int type, int dio, int compress_type) __btrfs_add_ordered_extent() argument
273 btrfs_add_ordered_extent_compress(struct btrfs_inode *inode, u64 file_offset, u64 disk_bytenr, u64 num_bytes, u64 disk_num_bytes, int type, int compress_type) btrfs_add_ordered_extent_compress() argument
H A Dextent_io.h165 int compress_type) in extent_set_compress_type()
167 *bio_flags |= compress_type << EXTENT_BIO_FLAG_SHIFT; in extent_set_compress_type()
164 extent_set_compress_type(unsigned long *bio_flags, int compress_type) extent_set_compress_type() argument
H A Dextent_map.h48 unsigned int compress_type; member
H A Dcompression.h50 int compress_type; member
/kernel/linux/linux-6.6/fs/btrfs/
H A 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 in btrfs_parse_options()
1243 const char *compress_type; btrfs_show_options() local
[all...]
H A 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()
H A Dordered-data.h123 int compress_type; member
183 int compress_type);
H A 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()
H A 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()
H A Dordered-data.c152 u64 offset, unsigned long flags, int compress_type) in alloc_ordered_extent()
185 entry->compress_type = compress_type; in alloc_ordered_extent()
257 * @compress_type: Compression algorithm used for data.
269 int compress_type) in btrfs_alloc_ordered_extent()
277 compress_type); in btrfs_alloc_ordered_extent()
1185 len, 0, flags, ordered->compress_type); in btrfs_split_ordered_extent()
149 alloc_ordered_extent( struct btrfs_inode *inode, u64 file_offset, u64 num_bytes, u64 ram_bytes, u64 disk_bytenr, u64 disk_num_bytes, u64 offset, unsigned long flags, int compress_type) alloc_ordered_extent() argument
265 btrfs_alloc_ordered_extent( struct btrfs_inode *inode, u64 file_offset, u64 num_bytes, u64 ram_bytes, u64 disk_bytenr, u64 disk_num_bytes, u64 offset, unsigned long flags, int compress_type) btrfs_alloc_ordered_extent() argument
H A Dextent_map.h56 unsigned int compress_type; member
H A 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()
/kernel/linux/linux-5.10/fs/btrfs/tests/
H A Dinode-tests.c622 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent()
624 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent()
656 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent()
658 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent()
719 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent()
721 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent()
/kernel/linux/linux-6.6/fs/btrfs/tests/
H A 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()

Completed in 22 milliseconds

123