Searched refs:BTRFS_COMPRESS_NONE (Results 1 – 14 of 14) sorted by relevance
48 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()
314 inode->prop_compress = BTRFS_COMPRESS_NONE; in prop_compression_apply()323 inode->prop_compress = BTRFS_COMPRESS_NONE; in prop_compression_apply()
134 return BTRFS_COMPRESS_NONE; in btrfs_extent_map_compression()
111 BTRFS_COMPRESS_NONE = 0, enumerator
744 if (compression == BTRFS_COMPRESS_NONE) in extent_fiemap()748 if (compression != BTRFS_COMPRESS_NONE) in extent_fiemap()
127 bio_ctrl->compress_type != BTRFS_COMPRESS_NONE) in submit_one_bio()642 if (bio_ctrl->compress_type != BTRFS_COMPRESS_NONE) { in btrfs_bio_is_contig()733 ASSERT(bio_ctrl->compress_type == BTRFS_COMPRESS_NONE); in submit_extent_folio()940 enum btrfs_compression_type compress_type = BTRFS_COMPRESS_NONE; in btrfs_do_readpage()974 compress_type != BTRFS_COMPRESS_NONE) in btrfs_do_readpage()977 if (compress_type != BTRFS_COMPRESS_NONE) in btrfs_do_readpage()1021 if (compress_type != BTRFS_COMPRESS_NONE && in btrfs_do_readpage()
513 if (compress_type != BTRFS_COMPRESS_NONE) { in insert_inline_extent()789 if (BTRFS_COMPRESS_NONE < inode->defrag_compress && in inode_need_compress()983 BTRFS_COMPRESS_NONE, NULL, false); in compress_file_range()1027 BTRFS_COMPRESS_NONE); in compress_file_range()1119 if (async_extent->compress_type == BTRFS_COMPRESS_NONE) { in submit_one_async_extent()1298 BTRFS_COMPRESS_NONE, NULL, false); in cow_file_range()1388 file_extent.compression = BTRFS_COMPRESS_NONE; in cow_file_range()7327 ASSERT(file_extent->compression != BTRFS_COMPRESS_NONE); in btrfs_create_io_em()7855 ei->prop_compress = BTRFS_COMPRESS_NONE; in btrfs_alloc_inode()7856 ei->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_alloc_inode()[all …]
115 if (comp_type == BTRFS_COMPRESS_NONE) { in copy_inline_to_page()
202 file_extent.compression = BTRFS_COMPRESS_NONE; in btrfs_new_extent_direct()
283 BTRFS_COMPRESS_NONE) in check_extent_data_item()351 btrfs_file_extent_compression(leaf, fi) == BTRFS_COMPRESS_NONE && in check_extent_data_item()
1499 inode->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_defrag_file()
1298 if (compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map()
1632 if (compressed == BTRFS_COMPRESS_NONE) in find_extent_clone()1764 if (unlikely(compression != BTRFS_COMPRESS_NONE)) { in read_symlink()5660 btrfs_file_extent_compression(leaf, ei) != BTRFS_COMPRESS_NONE) { in send_extent_data()
4758 if (compress_type != BTRFS_COMPRESS_NONE) { in log_one_extent()
Completed in 66 milliseconds