Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dcompression.c47 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()
733 case BTRFS_COMPRESS_NONE: return alloc_heuristic_ws(fs_info); in alloc_workspace()
749 case BTRFS_COMPRESS_NONE: return free_heuristic_ws(ws); in free_workspace()
904 case BTRFS_COMPRESS_NONE: return btrfs_get_workspace(fs_info, type, level); in get_workspace()
955 case BTRFS_COMPRESS_NONE: return btrfs_put_workspace(fs_info, type, ws); in put_workspace()
1063 case BTRFS_COMPRESS_NONE: in btrfs_compress_bio()
1134 ret = alloc_workspace_manager(fs_info, BTRFS_COMPRESS_NONE); in btrfs_alloc_compress_wsm()
1154 free_workspace_manager(fs_info, BTRFS_COMPRESS_NONE); in btrfs_free_compress_wsm()
H A Dprops.c314 inode->prop_compress = BTRFS_COMPRESS_NONE; in prop_compression_apply()
323 inode->prop_compress = BTRFS_COMPRESS_NONE; in prop_compression_apply()
H A Dfiemap.c743 if (compression == BTRFS_COMPRESS_NONE) in extent_fiemap()
747 if (compression != BTRFS_COMPRESS_NONE) in extent_fiemap()
H A Dextent_io.c188 bio_ctrl->compress_type != BTRFS_COMPRESS_NONE) in submit_one_bio()
716 if (bio_ctrl->compress_type != BTRFS_COMPRESS_NONE) { in btrfs_bio_is_contig()
808 ASSERT(bio_ctrl->compress_type == BTRFS_COMPRESS_NONE); in submit_extent_folio()
1027 enum btrfs_compression_type compress_type = BTRFS_COMPRESS_NONE; in btrfs_do_readpage()
1069 compress_type != BTRFS_COMPRESS_NONE) in btrfs_do_readpage()
1072 if (compress_type != BTRFS_COMPRESS_NONE) in btrfs_do_readpage()
1116 if (compress_type != BTRFS_COMPRESS_NONE && in btrfs_do_readpage()
H A Dfs.h344 BTRFS_COMPRESS_NONE = 0, enumerator
H A Dinode.c521 if (compress_type != BTRFS_COMPRESS_NONE) { in insert_inline_extent()
775 if (BTRFS_COMPRESS_NONE < inode->defrag_compress && in inode_need_compress()
1250 file_extent.compression = BTRFS_COMPRESS_NONE; in cow_one_range()
2377 ret = __cow_file_range_inline(inode, i_size, 0, BTRFS_COMPRESS_NONE, in run_delalloc_inline()
7184 if (btrfs_file_extent_compression(path->nodes[0], fi) != BTRFS_COMPRESS_NONE) in read_inline_extent()
7560 ASSERT(file_extent->compression != BTRFS_COMPRESS_NONE); in btrfs_create_io_em()
8087 ei->prop_compress = BTRFS_COMPRESS_NONE; in btrfs_alloc_inode()
8088 ei->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_alloc_inode()
9156 btrfs_set_stack_file_extent_compression(&stack_fi, BTRFS_COMPRESS_NONE); in insert_prealloc_file_extent()
9462 case BTRFS_COMPRESS_NONE: in btrfs_encoded_io_compression_from_extent()
[all …]
H A Dtree-checker.c284 BTRFS_COMPRESS_NONE) in check_extent_data_item()
352 btrfs_file_extent_compression(leaf, fi) == BTRFS_COMPRESS_NONE && in check_extent_data_item()
H A Ddefrag.c1498 inode->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_defrag_file()
H A Dfile-item.c1354 if (compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map()
H A Dtree-log.c5161 if (compress_type != BTRFS_COMPRESS_NONE) { in log_one_extent()