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

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_common.c20 if (pdbg_init->compress_type != CUDBG_COMPRESSION_NONE) {
40 if (pdbg_init->compress_type != CUDBG_COMPRESSION_NONE)
H A Dcudbg_if.h81 u8 compress_type; /* Type of compression to use */ member in struct:cudbg_init
H A Dcxgb4_cudbg.c201 cudbg_init.compress_type = CUDBG_COMPRESSION_ZLIB;
208 cudbg_init.compress_type = CUDBG_COMPRESSION_NONE;
212 cudbg_init.compress_type = CUDBG_COMPRESSION_NONE;
215 cudbg_hdr->compress_type = cudbg_init.compress_type;
242 if (cudbg_init.compress_type != CUDBG_COMPRESSION_NONE)
H A Dcudbg_lib_common.h31 u8 compress_type:4; member in struct:cudbg_hdr
H A Dcudbg_lib.c463 if (pdbg_init->compress_type == CUDBG_COMPRESSION_NONE) {
/linux-master/fs/btrfs/
H A Dordered-data.h124 int compress_type; member in struct:btrfs_ordered_extent
178 int compress_type);
H A Dsuper.c85 unsigned long compress_type:4; member in struct:btrfs_fs_context
336 ctx->compress_type = BTRFS_COMPRESS_ZLIB;
342 ctx->compress_type = BTRFS_COMPRESS_ZLIB;
350 ctx->compress_type = BTRFS_COMPRESS_LZO;
356 ctx->compress_type = BTRFS_COMPRESS_ZSTD;
365 ctx->compress_type = 0;
1018 const char *compress_type; local
1036 compress_type = btrfs_compress_type2str(info->compress_type);
1038 seq_printf(seq, ",compress-force=%s", compress_type);
1436 const char *compress_type = btrfs_compress_type2str(info->compress_type); local
[all...]
H A Dcompression.h60 u8 compress_type; member in struct:compressed_bio
H A Ddefrag.c1374 int compress_type = BTRFS_COMPRESS_ZLIB; local
1386 if (range->compress_type >= BTRFS_NR_COMPRESS_TYPES)
1388 if (range->compress_type)
1389 compress_type = range->compress_type;
1453 BTRFS_I(inode)->defrag_compress = compress_type;
1491 if (range->compress_type == BTRFS_COMPRESS_LZO)
1493 else if (range->compress_type == BTRFS_COMPRESS_ZSTD)
H A Dordered-data.c150 u64 offset, unsigned long flags, int compress_type)
183 entry->compress_type = compress_type;
256 * @compress_type: Compression algorithm used for data.
268 int compress_type)
276 compress_type);
1171 len, 0, flags, ordered->compress_type);
147 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) argument
264 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) argument
H A Dinode.c143 u64 ram_bytes, int compress_type,
514 int compress_type,
558 if (compress_type != BTRFS_COMPRESS_NONE) {
575 compress_type);
622 int compress_type,
670 size, compressed_size, compress_type,
710 int compress_type; member in struct:async_extent
736 int compress_type)
748 async_extent->compress_type = compress_type;
510 insert_inline_extent(struct btrfs_trans_handle *trans, struct btrfs_path *path, struct btrfs_inode *inode, bool extent_inserted, size_t size, size_t compressed_size, int compress_type, struct page **compressed_pages, bool update_i_size) argument
620 cow_file_range_inline(struct btrfs_inode *inode, u64 size, size_t compressed_size, int compress_type, struct page **compressed_pages, bool update_i_size) argument
731 add_async_extent(struct async_chunk *cow, u64 start, u64 ram_size, u64 compressed_size, struct page **pages, unsigned long nr_pages, int compress_type) argument
857 int compress_type = fs_info->compress_type; local
3053 int compress_type = 0; local
6741 int compress_type; local
7311 create_io_em(struct btrfs_inode *inode, u64 start, u64 len, u64 orig_start, u64 block_start, u64 block_len, u64 orig_block_len, u64 ram_bytes, int compress_type, int type) argument
9914 btrfs_encoded_io_compression_from_extent(struct btrfs_fs_info *fs_info, int compress_type) argument
[all...]
H A Dfile-item.c1271 int compress_type = btrfs_file_extent_compression(leaf, fi); local
1290 if (compress_type != BTRFS_COMPRESS_NONE) {
1291 extent_map_set_compression(em, compress_type);
1311 extent_map_set_compression(em, compress_type);
H A Dextent_io.c99 enum btrfs_compression_type compress_type; member in struct:btrfs_bio_ctrl
117 bio_ctrl->compress_type != BTRFS_COMPRESS_NONE)
743 if (bio_ctrl->compress_type != BTRFS_COMPRESS_NONE) {
841 ASSERT(bio_ctrl->compress_type == BTRFS_COMPRESS_NONE);
1038 enum btrfs_compression_type compress_type = BTRFS_COMPRESS_NONE; local
1060 compress_type = extent_map_compression(em);
1064 if (compress_type != BTRFS_COMPRESS_NONE)
1106 if (compress_type != BTRFS_COMPRESS_NONE &&
1136 if (bio_ctrl->compress_type != compress_type) {
[all...]
H A Dcompression.c126 switch (cb->compress_type) {
597 cb->compress_type = extent_map_compression(em);
1020 int type = cb->compress_type;
H A Dbtrfs_inode.h533 int compress_type);
H A Dfs.h484 unsigned long compress_type:4; member in struct:btrfs_fs_info
H A Dtree-log.c4686 enum btrfs_compression_type compress_type; local
4698 compress_type = extent_map_compression(em);
4699 if (compress_type != BTRFS_COMPRESS_NONE) {
4711 btrfs_set_stack_file_extent_compression(&fi, compress_type);
H A Ddisk-io.c2827 fs_info->compress_type = BTRFS_COMPRESS_ZLIB;
3130 if (fs_info->compress_type == BTRFS_COMPRESS_LZO)
3132 else if (fs_info->compress_type == BTRFS_COMPRESS_ZSTD)
H A Dioctl.c362 comp = btrfs_compress_type2str(fs_info->compress_type);
/linux-master/include/trace/events/
H A Dbtrfs.h527 __field( int, compress_type )
541 __entry->compress_type = ordered->compress_type;
550 "bytes_left=%llu flags=%s compress_type=%d "
561 __entry->compress_type, __entry->refs)
/linux-master/include/uapi/linux/
H A Dbtrfs.h646 __u32 compress_type; member in struct:btrfs_ioctl_defrag_range_args

Completed in 320 milliseconds