Home
last modified time | relevance | path

Searched refs:BTRFS_COMPRESS_NONE (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/fs/btrfs/
H A Dcompression.c48 case BTRFS_COMPRESS_NONE: in btrfs_compress_type2str()
107 case BTRFS_COMPRESS_NONE: in compression_compress_pages()
130 case BTRFS_COMPRESS_NONE: in compression_decompress_bio()
151 case BTRFS_COMPRESS_NONE: in compression_decompress()
746 case BTRFS_COMPRESS_NONE: return alloc_heuristic_ws(); in alloc_workspace()
762 case BTRFS_COMPRESS_NONE: return free_heuristic_ws(ws); in free_workspace()
903 case BTRFS_COMPRESS_NONE: return btrfs_get_workspace(type, level); in get_workspace()
954 case BTRFS_COMPRESS_NONE: return btrfs_put_workspace(type, ws); in put_workspace()
1108 btrfs_init_workspace_manager(BTRFS_COMPRESS_NONE); in btrfs_init_compress()
1133 btrfs_cleanup_workspace_manager(BTRFS_COMPRESS_NONE); in btrfs_exit_compress()
H A Dextent_map.h133 return BTRFS_COMPRESS_NONE; in extent_map_compression()
H A Dprops.c314 inode->prop_compress = BTRFS_COMPRESS_NONE; in prop_compression_apply()
323 inode->prop_compress = BTRFS_COMPRESS_NONE; in prop_compression_apply()
H A Dcompression.h107 BTRFS_COMPRESS_NONE = 0, enumerator
H A Dfiemap.c744 if (compression == BTRFS_COMPRESS_NONE) in extent_fiemap()
748 if (compression != BTRFS_COMPRESS_NONE) in extent_fiemap()
H A Dextent_io.c124 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()
988 if (compress_type != BTRFS_COMPRESS_NONE) in btrfs_do_readpage()
1032 if (compress_type != BTRFS_COMPRESS_NONE && in btrfs_do_readpage()
H A Dinode.c511 if (compress_type != BTRFS_COMPRESS_NONE) { in insert_inline_extent()
996 BTRFS_COMPRESS_NONE, NULL, false); in compress_file_range()
1040 BTRFS_COMPRESS_NONE); in compress_file_range()
1132 if (async_extent->compress_type == BTRFS_COMPRESS_NONE) { in submit_one_async_extent()
1311 BTRFS_COMPRESS_NONE, NULL, false); in cow_file_range()
1401 file_extent.compression = BTRFS_COMPRESS_NONE; in cow_file_range()
7239 ASSERT(file_extent->compression != BTRFS_COMPRESS_NONE); in btrfs_create_io_em()
7769 ei->prop_compress = BTRFS_COMPRESS_NONE; in btrfs_alloc_inode()
7770 ei->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_alloc_inode()
9083 case BTRFS_COMPRESS_NONE: in btrfs_encoded_io_compression_from_extent()
[all …]
H A Dreflink.c118 if (comp_type == BTRFS_COMPRESS_NONE) { in copy_inline_to_page()
H A Ddirect-io.c202 file_extent.compression = BTRFS_COMPRESS_NONE; in btrfs_new_extent_direct()
H A Dtree-checker.c283 BTRFS_COMPRESS_NONE) in check_extent_data_item()
351 btrfs_file_extent_compression(leaf, fi) == BTRFS_COMPRESS_NONE && in check_extent_data_item()
H A Ddefrag.c1492 inode->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_defrag_file()
H A Dfile-item.c1299 if (compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map()
H A Dsend.c1645 if (compressed == BTRFS_COMPRESS_NONE) in find_extent_clone()
1783 if (unlikely(compression != BTRFS_COMPRESS_NONE)) { in read_symlink()
5687 btrfs_file_extent_compression(leaf, ei) != BTRFS_COMPRESS_NONE) { in send_extent_data()
H A Dtree-log.c4707 if (compress_type != BTRFS_COMPRESS_NONE) { in log_one_extent()