Searched refs:BTRFS_COMPRESS_NONE (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/fs/btrfs/ |
A D | compression.c | 48 case BTRFS_COMPRESS_NONE: in btrfs_compress_type2str() 88 case BTRFS_COMPRESS_NONE: in compression_compress_pages() 111 case BTRFS_COMPRESS_NONE: in compression_decompress_bio() 132 case BTRFS_COMPRESS_NONE: in compression_decompress() 552 ASSERT(em->compress_type != BTRFS_COMPRESS_NONE); in btrfs_submit_compressed_read() 755 case BTRFS_COMPRESS_NONE: return alloc_heuristic_ws(level); in alloc_workspace() 771 case BTRFS_COMPRESS_NONE: return free_heuristic_ws(ws); in free_workspace() 912 case BTRFS_COMPRESS_NONE: return btrfs_get_workspace(type, level); in get_workspace() 963 case BTRFS_COMPRESS_NONE: return btrfs_put_workspace(type, ws); in put_workspace() 1065 btrfs_init_workspace_manager(BTRFS_COMPRESS_NONE); in btrfs_init_compress() [all …]
|
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()
|
A D | compression.h | 105 BTRFS_COMPRESS_NONE = 0, enumerator
|
A D | extent_io.c | 158 bio_ctrl->compress_type != BTRFS_COMPRESS_NONE) in submit_one_bio() 909 } else if (bio_ctrl->compress_type == BTRFS_COMPRESS_NONE) { in btrfs_bio_add_page() 959 if (bio_ctrl->compress_type == BTRFS_COMPRESS_NONE && in calc_bio_boundaries() 989 if (compress_type != BTRFS_COMPRESS_NONE) in alloc_new_bio() 1060 if (compress_type != BTRFS_COMPRESS_NONE) in submit_extent_page() 1262 if (this_bio_flag != BTRFS_COMPRESS_NONE) in btrfs_do_readpage() 3454 if (compression == BTRFS_COMPRESS_NONE) in extent_fiemap() 3458 if (compression != BTRFS_COMPRESS_NONE) in extent_fiemap()
|
A D | inode.c | 351 if (compress_type != BTRFS_COMPRESS_NONE) { in insert_inline_extent() 783 0, BTRFS_COMPRESS_NONE, in compress_file_range() 906 BTRFS_COMPRESS_NONE); in compress_file_range() 1241 BTRFS_COMPRESS_NONE, NULL, false); in cow_file_range() 1323 BTRFS_COMPRESS_NONE); in cow_file_range() 2110 ram_bytes, BTRFS_COMPRESS_NONE, in run_delalloc_nocow() 2123 BTRFS_COMPRESS_NONE); in run_delalloc_nocow() 2137 BTRFS_COMPRESS_NONE); in run_delalloc_nocow() 7003 BTRFS_COMPRESS_NONE); in btrfs_create_dio_extent() 8479 ei->prop_compress = BTRFS_COMPRESS_NONE; in btrfs_alloc_inode() [all …]
|
A D | file-item.c | 1371 if (compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map() 1394 if (compress_type != BTRFS_COMPRESS_NONE) in btrfs_extent_item_to_extent_map()
|
A D | extent_map.c | 53 em->compress_type = BTRFS_COMPRESS_NONE; in alloc_extent_map()
|
A D | reflink.c | 119 if (comp_type == BTRFS_COMPRESS_NONE) { in copy_inline_to_page()
|
A D | defrag.c | 1357 BTRFS_I(inode)->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_defrag_file()
|
A D | tree-checker.c | 279 BTRFS_COMPRESS_NONE) in check_extent_data_item()
|
A D | super.c | 402 info->compress_type : BTRFS_COMPRESS_NONE; in btrfs_parse_options()
|
A D | check-integrity.c | 1359 BTRFS_COMPRESS_NONE) { in btrfsic_handle_extent_data()
|
A D | file.c | 2150 hole_em->compress_type = BTRFS_COMPRESS_NONE; in fill_holes()
|
A D | send.c | 1647 if (compressed == BTRFS_COMPRESS_NONE) in find_extent_clone() 5697 btrfs_file_extent_compression(leaf, ei) != BTRFS_COMPRESS_NONE) { in send_extent_data()
|
A D | tree-log.c | 4671 if (em->compress_type != BTRFS_COMPRESS_NONE) { in log_one_extent()
|
Completed in 101 milliseconds