Searched refs:BTRFS_COMPRESS_NONE (Results 1 – 19 of 19) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | compression.c | 50 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 D | props.c | 311 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 D | compression.h | 100 BTRFS_COMPRESS_NONE = 0, enumerator
|
H A D | inode.c | 550 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 D | extent_io.c | 119 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 D | file-item.c | 1296 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 D | reflink.c | 118 if (comp_type == BTRFS_COMPRESS_NONE) { in copy_inline_to_page()
|
H A D | extent_map.c | 53 em->compress_type = BTRFS_COMPRESS_NONE; in alloc_extent_map()
|
H A D | defrag.c | 1358 BTRFS_I(inode)->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_defrag_file()
|
H A D | tree-checker.c | 280 BTRFS_COMPRESS_NONE) in check_extent_data_item()
|
H A D | super.c | 405 info->compress_type : BTRFS_COMPRESS_NONE; in btrfs_parse_options()
|
H A D | send.c | 1660 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 D | check-integrity.c | 1359 BTRFS_COMPRESS_NONE) { in btrfsic_handle_extent_data()
|
H A D | file.c | 2175 hole_em->compress_type = BTRFS_COMPRESS_NONE; in fill_holes()
|
H A D | tree-log.c | 4663 if (em->compress_type != BTRFS_COMPRESS_NONE) { in log_one_extent()
|
/openbmc/u-boot/fs/btrfs/ |
H A D | extent-io.c | 32 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 D | compression.c | 121 case BTRFS_COMPRESS_NONE: in btrfs_decompress()
|
H A D | btrfs_tree.h | 647 BTRFS_COMPRESS_NONE = 0, enumerator
|
H A D | inode.c | 113 if (extent->compression != BTRFS_COMPRESS_NONE) { in btrfs_readlink()
|