Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/btrfs/
A Dcompression.c48 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 Dprops.c311 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 Dcompression.h105 BTRFS_COMPRESS_NONE = 0, enumerator
A Dextent_io.c158 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 Dinode.c351 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 Dfile-item.c1371 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 Dextent_map.c53 em->compress_type = BTRFS_COMPRESS_NONE; in alloc_extent_map()
A Dreflink.c119 if (comp_type == BTRFS_COMPRESS_NONE) { in copy_inline_to_page()
A Ddefrag.c1357 BTRFS_I(inode)->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_defrag_file()
A Dtree-checker.c279 BTRFS_COMPRESS_NONE) in check_extent_data_item()
A Dsuper.c402 info->compress_type : BTRFS_COMPRESS_NONE; in btrfs_parse_options()
A Dcheck-integrity.c1359 BTRFS_COMPRESS_NONE) { in btrfsic_handle_extent_data()
A Dfile.c2150 hole_em->compress_type = BTRFS_COMPRESS_NONE; in fill_holes()
A Dsend.c1647 if (compressed == BTRFS_COMPRESS_NONE) in find_extent_clone()
5697 btrfs_file_extent_compression(leaf, ei) != BTRFS_COMPRESS_NONE) { in send_extent_data()
A Dtree-log.c4671 if (em->compress_type != BTRFS_COMPRESS_NONE) { in log_one_extent()

Completed in 77 milliseconds