Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A 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()
972 btrfs_init_workspace_manager(BTRFS_COMPRESS_NONE); in btrfs_init_compress()
[all …]
H A 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()
H A Dcompression.h100 BTRFS_COMPRESS_NONE = 0, enumerator
H A Dinode.c550 if (compress_type != BTRFS_COMPRESS_NONE) { in insert_inline_extent()
966 BTRFS_COMPRESS_NONE, NULL, in compress_file_range()
1036 BTRFS_COMPRESS_NONE); in compress_file_range()
1129 if (async_extent->compress_type == BTRFS_COMPRESS_NONE) { in submit_one_async_extent()
1323 BTRFS_COMPRESS_NONE, NULL, false); in cow_file_range()
1419 BTRFS_COMPRESS_NONE, /* compress_type */ in cow_file_range()
1430 BTRFS_COMPRESS_NONE); in cow_file_range()
2147 ram_bytes, BTRFS_COMPRESS_NONE, in run_delalloc_nocow()
2163 BTRFS_COMPRESS_NONE); in run_delalloc_nocow()
4955 hole_em->compress_type = BTRFS_COMPRESS_NONE; in btrfs_cont_expand()
[all …]
H A Dextent_io.c119 bio_ctrl->compress_type != BTRFS_COMPRESS_NONE) in submit_one_bio()
709 if (bio_ctrl->compress_type != BTRFS_COMPRESS_NONE) { in btrfs_bio_is_contig()
807 ASSERT(bio_ctrl->compress_type == BTRFS_COMPRESS_NONE); in submit_extent_page()
998 enum btrfs_compression_type compress_type = BTRFS_COMPRESS_NONE; in btrfs_do_readpage()
1026 if (compress_type != BTRFS_COMPRESS_NONE) in btrfs_do_readpage()
3113 if (compression == BTRFS_COMPRESS_NONE) in extent_fiemap()
3117 if (compression != BTRFS_COMPRESS_NONE) in extent_fiemap()
H A Dfile-item.c1296 if (compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map()
1319 if (compress_type != BTRFS_COMPRESS_NONE) in btrfs_extent_item_to_extent_map()
H A Dreflink.c118 if (comp_type == BTRFS_COMPRESS_NONE) { in copy_inline_to_page()
H A Dextent_map.c53 em->compress_type = BTRFS_COMPRESS_NONE; in alloc_extent_map()
H A Ddefrag.c1358 BTRFS_I(inode)->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_defrag_file()
H A Dtree-checker.c280 BTRFS_COMPRESS_NONE) in check_extent_data_item()
H A Dsuper.c405 info->compress_type : BTRFS_COMPRESS_NONE; in btrfs_parse_options()
H A Dsend.c1660 if (compressed == BTRFS_COMPRESS_NONE) in find_extent_clone()
1798 if (unlikely(compression != BTRFS_COMPRESS_NONE)) { in read_symlink()
5726 btrfs_file_extent_compression(leaf, ei) != BTRFS_COMPRESS_NONE) { in send_extent_data()
H A Dcheck-integrity.c1359 BTRFS_COMPRESS_NONE) { in btrfsic_handle_extent_data()
H A Dfile.c2175 hole_em->compress_type = BTRFS_COMPRESS_NONE; in fill_holes()
H A Dtree-log.c4663 if (em->compress_type != BTRFS_COMPRESS_NONE) { in log_one_extent()
/openbmc/u-boot/fs/btrfs/
H A Dextent-io.c32 if (extent->compression == BTRFS_COMPRESS_NONE) { in btrfs_read_extent_inline()
85 if (extent->compression == BTRFS_COMPRESS_NONE) { in btrfs_read_extent_reg()
H A Dcompression.c121 case BTRFS_COMPRESS_NONE: in btrfs_decompress()
H A Dbtrfs_tree.h647 BTRFS_COMPRESS_NONE = 0, enumerator
H A Dinode.c113 if (extent->compression != BTRFS_COMPRESS_NONE) { in btrfs_readlink()