Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dcompression.c50 case BTRFS_COMPRESS_NONE: in btrfs_compress_type2str()
109 case BTRFS_COMPRESS_NONE: in compression_compress_pages()
132 case BTRFS_COMPRESS_NONE: in compression_decompress_bio()
153 case BTRFS_COMPRESS_NONE: in compression_decompress()
492 ASSERT(em->compress_type != BTRFS_COMPRESS_NONE); in btrfs_submit_compressed_read()
647 case BTRFS_COMPRESS_NONE: return alloc_heuristic_ws(level); in alloc_workspace()
663 case BTRFS_COMPRESS_NONE: return free_heuristic_ws(ws); in free_workspace()
804 case BTRFS_COMPRESS_NONE: return btrfs_get_workspace(type, level); in get_workspace()
855 case BTRFS_COMPRESS_NONE: return btrfs_put_workspace(type, ws); in put_workspace()
963 btrfs_init_workspace_manager(BTRFS_COMPRESS_NONE); in btrfs_init_compress()
[all …]
Dprops.c311 BTRFS_I(inode)->prop_compress = BTRFS_COMPRESS_NONE; in prop_compression_apply()
320 BTRFS_I(inode)->prop_compress = BTRFS_COMPRESS_NONE; in prop_compression_apply()
Dcompression.h100 BTRFS_COMPRESS_NONE = 0, enumerator
Dinode.c550 if (compress_type != BTRFS_COMPRESS_NONE) { in insert_inline_extent()
965 BTRFS_COMPRESS_NONE, NULL, in compress_file_range()
1034 BTRFS_COMPRESS_NONE); in compress_file_range()
1126 if (async_extent->compress_type == BTRFS_COMPRESS_NONE) { in submit_one_async_extent()
1321 BTRFS_COMPRESS_NONE, NULL, false); in cow_file_range()
1417 BTRFS_COMPRESS_NONE, /* compress_type */ in cow_file_range()
1428 BTRFS_COMPRESS_NONE); in cow_file_range()
2145 ram_bytes, BTRFS_COMPRESS_NONE, in run_delalloc_nocow()
2161 BTRFS_COMPRESS_NONE); in run_delalloc_nocow()
4918 hole_em->compress_type = BTRFS_COMPRESS_NONE; in btrfs_cont_expand()
[all …]
Dextent_io.c119 bio_ctrl->compress_type != BTRFS_COMPRESS_NONE) in submit_one_bio()
714 if (bio_ctrl->compress_type != BTRFS_COMPRESS_NONE) { in btrfs_bio_is_contig()
812 ASSERT(bio_ctrl->compress_type == BTRFS_COMPRESS_NONE); in submit_extent_page()
1003 enum btrfs_compression_type compress_type = BTRFS_COMPRESS_NONE; in btrfs_do_readpage()
1031 if (compress_type != BTRFS_COMPRESS_NONE) in btrfs_do_readpage()
2924 if (compression == BTRFS_COMPRESS_NONE) in extent_fiemap()
2928 if (compression != BTRFS_COMPRESS_NONE) in extent_fiemap()
Dfile-item.c1295 if (compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map()
1318 if (compress_type != BTRFS_COMPRESS_NONE) in btrfs_extent_item_to_extent_map()
Dreflink.c118 if (comp_type == BTRFS_COMPRESS_NONE) { in copy_inline_to_page()
Dextent_map.c53 em->compress_type = BTRFS_COMPRESS_NONE; in alloc_extent_map()
Ddefrag.c1358 BTRFS_I(inode)->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_defrag_file()
Dtree-checker.c279 BTRFS_COMPRESS_NONE) in check_extent_data_item()
Dsuper.c402 info->compress_type : BTRFS_COMPRESS_NONE; in btrfs_parse_options()
Dsend.c1647 if (compressed == BTRFS_COMPRESS_NONE) in find_extent_clone()
1785 if (unlikely(compression != BTRFS_COMPRESS_NONE)) { in read_symlink()
5707 btrfs_file_extent_compression(leaf, ei) != BTRFS_COMPRESS_NONE) { in send_extent_data()
Dcheck-integrity.c1359 BTRFS_COMPRESS_NONE) { in btrfsic_handle_extent_data()
Dfile.c2150 hole_em->compress_type = BTRFS_COMPRESS_NONE; in fill_holes()
Dtree-log.c4644 if (em->compress_type != BTRFS_COMPRESS_NONE) { in log_one_extent()