Searched refs:BTRFS_COMPRESS_NONE (Results 1 – 14 of 14) sorted by relevance
| /linux/fs/btrfs/ |
| A D | compression.c | 48 case BTRFS_COMPRESS_NONE: in btrfs_compress_type2str() 107 case BTRFS_COMPRESS_NONE: in compression_compress_pages() 130 case BTRFS_COMPRESS_NONE: in compression_decompress_bio() 151 case BTRFS_COMPRESS_NONE: in compression_decompress() 747 case BTRFS_COMPRESS_NONE: return alloc_heuristic_ws(level); in alloc_workspace() 763 case BTRFS_COMPRESS_NONE: return free_heuristic_ws(ws); in free_workspace() 904 case BTRFS_COMPRESS_NONE: return btrfs_get_workspace(type, level); in get_workspace() 955 case BTRFS_COMPRESS_NONE: return btrfs_put_workspace(type, ws); in put_workspace() 1098 btrfs_init_workspace_manager(BTRFS_COMPRESS_NONE); in btrfs_init_compress() 1123 btrfs_cleanup_workspace_manager(BTRFS_COMPRESS_NONE); in btrfs_exit_compress()
|
| A D | extent_map.h | 133 return BTRFS_COMPRESS_NONE; in extent_map_compression()
|
| A D | props.c | 313 BTRFS_I(inode)->prop_compress = BTRFS_COMPRESS_NONE; in prop_compression_apply() 322 BTRFS_I(inode)->prop_compress = BTRFS_COMPRESS_NONE; in prop_compression_apply()
|
| A D | compression.h | 116 BTRFS_COMPRESS_NONE = 0, enumerator
|
| A D | fiemap.c | 744 if (compression == BTRFS_COMPRESS_NONE) in extent_fiemap() 748 if (compression != BTRFS_COMPRESS_NONE) in extent_fiemap()
|
| A D | extent_io.c | 124 bio_ctrl->compress_type != BTRFS_COMPRESS_NONE) in submit_one_bio() 679 if (bio_ctrl->compress_type != BTRFS_COMPRESS_NONE) { in btrfs_bio_is_contig() 777 ASSERT(bio_ctrl->compress_type == BTRFS_COMPRESS_NONE); in submit_extent_folio() 977 enum btrfs_compression_type compress_type = BTRFS_COMPRESS_NONE; in btrfs_do_readpage() 1002 if (compress_type != BTRFS_COMPRESS_NONE) in btrfs_do_readpage() 1044 if (compress_type != BTRFS_COMPRESS_NONE && in btrfs_do_readpage()
|
| A D | inode.c | 549 if (compress_type != BTRFS_COMPRESS_NONE) { in insert_inline_extent() 1068 BTRFS_COMPRESS_NONE, NULL, false); in compress_file_range() 1112 BTRFS_COMPRESS_NONE); in compress_file_range() 1209 if (async_extent->compress_type == BTRFS_COMPRESS_NONE) { in submit_one_async_extent() 1387 BTRFS_COMPRESS_NONE, NULL, false); in cow_file_range() 1464 file_extent.compression = BTRFS_COMPRESS_NONE; in cow_file_range() 7167 ASSERT(file_extent->compression != BTRFS_COMPRESS_NONE); in btrfs_create_io_em() 7697 ei->prop_compress = BTRFS_COMPRESS_NONE; in btrfs_alloc_inode() 7698 ei->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_alloc_inode() 8706 btrfs_set_stack_file_extent_compression(&stack_fi, BTRFS_COMPRESS_NONE); in insert_prealloc_file_extent() [all …]
|
| A D | reflink.c | 118 if (comp_type == BTRFS_COMPRESS_NONE) { in copy_inline_to_page()
|
| A D | direct-io.c | 202 file_extent.compression = BTRFS_COMPRESS_NONE; in btrfs_new_extent_direct()
|
| A D | tree-checker.c | 283 BTRFS_COMPRESS_NONE) in check_extent_data_item() 351 btrfs_file_extent_compression(leaf, fi) == BTRFS_COMPRESS_NONE && in check_extent_data_item()
|
| A D | file-item.c | 1306 if (compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map()
|
| A D | defrag.c | 1478 BTRFS_I(inode)->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_defrag_file()
|
| A D | send.c | 1660 if (compressed == BTRFS_COMPRESS_NONE) in find_extent_clone() 1798 if (unlikely(compression != BTRFS_COMPRESS_NONE)) { in read_symlink() 5725 btrfs_file_extent_compression(leaf, ei) != BTRFS_COMPRESS_NONE) { in send_extent_data()
|
| A D | tree-log.c | 4728 if (compress_type != BTRFS_COMPRESS_NONE) { in log_one_extent()
|
Completed in 84 milliseconds