Searched refs:BTRFS_COMPRESS_NONE (Results 1 – 14 of 14) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | compression.c | 47 case BTRFS_COMPRESS_NONE: in btrfs_compress_type2str() 96 case BTRFS_COMPRESS_NONE: in compression_decompress_bio() 117 case BTRFS_COMPRESS_NONE: in compression_decompress() 702 case BTRFS_COMPRESS_NONE: return alloc_heuristic_ws(fs_info); in alloc_workspace() 718 case BTRFS_COMPRESS_NONE: return free_heuristic_ws(ws); in free_workspace() 873 case BTRFS_COMPRESS_NONE: return btrfs_get_workspace(fs_info, type, level); in get_workspace() 924 case BTRFS_COMPRESS_NONE: return btrfs_put_workspace(fs_info, type, ws); in put_workspace() 1032 case BTRFS_COMPRESS_NONE: in btrfs_compress_bio() 1103 ret = alloc_workspace_manager(fs_info, BTRFS_COMPRESS_NONE); in btrfs_alloc_compress_wsm() 1123 free_workspace_manager(fs_info, BTRFS_COMPRESS_NONE); in btrfs_free_compress_wsm()
|
| H A D | props.c | 324 inode->prop_compress = BTRFS_COMPRESS_NONE; in prop_compression_apply() 333 inode->prop_compress = BTRFS_COMPRESS_NONE; in prop_compression_apply()
|
| H A D | fiemap.c | 743 if (compression == BTRFS_COMPRESS_NONE) in extent_fiemap() 747 if (compression != BTRFS_COMPRESS_NONE) in extent_fiemap()
|
| H A D | extent_io.c | 190 bio_ctrl->compress_type != BTRFS_COMPRESS_NONE) in submit_one_bio() 732 if (bio_ctrl->compress_type != BTRFS_COMPRESS_NONE) { in btrfs_bio_is_contig() 847 ASSERT(bio_ctrl->compress_type == BTRFS_COMPRESS_NONE); in submit_extent_folio() 1089 enum btrfs_compression_type compress_type = BTRFS_COMPRESS_NONE; in btrfs_do_readpage() 1132 compress_type != BTRFS_COMPRESS_NONE) in btrfs_do_readpage() 1135 if (compress_type != BTRFS_COMPRESS_NONE) in btrfs_do_readpage() 1179 if (compress_type != BTRFS_COMPRESS_NONE && in btrfs_do_readpage()
|
| H A D | fs.h | 355 BTRFS_COMPRESS_NONE = 0, enumerator
|
| H A D | inode.c | 497 if (compress_type != BTRFS_COMPRESS_NONE) { in insert_inline_extent() 751 if (BTRFS_COMPRESS_NONE < inode->defrag_compress && in inode_need_compress() 1231 file_extent.compression = BTRFS_COMPRESS_NONE; in cow_one_range() 2363 ret = __cow_file_range_inline(inode, i_size, 0, BTRFS_COMPRESS_NONE, in run_delalloc_inline() 7187 if (btrfs_file_extent_compression(path->nodes[0], fi) != BTRFS_COMPRESS_NONE) in read_inline_extent() 7563 ASSERT(file_extent->compression != BTRFS_COMPRESS_NONE); in btrfs_create_io_em() 8083 ei->prop_compress = BTRFS_COMPRESS_NONE; in btrfs_alloc_inode() 8084 ei->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_alloc_inode() 9153 btrfs_set_stack_file_extent_compression(&stack_fi, BTRFS_COMPRESS_NONE); in insert_prealloc_file_extent() 9459 case BTRFS_COMPRESS_NONE: in btrfs_encoded_io_compression_from_extent() [all …]
|
| H A D | reflink.c | 116 if (comp_type == BTRFS_COMPRESS_NONE) { in copy_inline_to_page()
|
| H A D | direct-io.c | 204 file_extent.compression = BTRFS_COMPRESS_NONE; in btrfs_new_extent_direct()
|
| H A D | tree-checker.c | 284 BTRFS_COMPRESS_NONE) in check_extent_data_item() 379 btrfs_file_extent_compression(leaf, fi) == BTRFS_COMPRESS_NONE && in check_extent_data_item()
|
| H A D | defrag.c | 1487 inode->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_defrag_file()
|
| H A D | file-item.c | 1380 if (compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map()
|
| H A D | ioctl.c | 5384 if (disk_bytenr && compression == BTRFS_COMPRESS_NONE) in btrfs_ioctl_get_csums() 5425 if (compression != BTRFS_COMPRESS_NONE) in btrfs_ioctl_get_csums() 5439 } else if (encryption != 0 || compression != BTRFS_COMPRESS_NONE) { in btrfs_ioctl_get_csums() 5443 if (compression != BTRFS_COMPRESS_NONE) in btrfs_ioctl_get_csums()
|
| H A D | send.c | 1616 if (compressed == BTRFS_COMPRESS_NONE) in find_extent_clone() 1747 if (unlikely(compression != BTRFS_COMPRESS_NONE)) { in read_symlink() 5615 btrfs_file_extent_compression(leaf, ei) != BTRFS_COMPRESS_NONE) { in send_extent_data()
|
| H A D | tree-log.c | 5135 if (compress_type != BTRFS_COMPRESS_NONE) { in log_one_extent()
|