Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dcompression.c45 case BTRFS_COMPRESS_NONE: in btrfs_compress_type2str()
85 case BTRFS_COMPRESS_NONE: in compression_compress_pages()
108 case BTRFS_COMPRESS_NONE: in compression_decompress_bio()
129 case BTRFS_COMPRESS_NONE: in compression_decompress()
695 ASSERT(em->compress_type != BTRFS_COMPRESS_NONE); in btrfs_submit_compressed_read()
938 case BTRFS_COMPRESS_NONE: return alloc_heuristic_ws(level); in alloc_workspace()
954 case BTRFS_COMPRESS_NONE: return free_heuristic_ws(ws); in free_workspace()
1095 case BTRFS_COMPRESS_NONE: return btrfs_get_workspace(type, level); in get_workspace()
1146 case BTRFS_COMPRESS_NONE: return btrfs_put_workspace(type, ws); in put_workspace()
1248 btrfs_init_workspace_manager(BTRFS_COMPRESS_NONE); in btrfs_init_compress()
[all …]
Dprops.c306 BTRFS_I(inode)->prop_compress = BTRFS_COMPRESS_NONE; in prop_compression_apply()
315 BTRFS_I(inode)->prop_compress = BTRFS_COMPRESS_NONE; in prop_compression_apply()
Dcompression.h107 BTRFS_COMPRESS_NONE = 0, enumerator
Dinode.c329 if (compress_type != BTRFS_COMPRESS_NONE) { in insert_inline_extent()
762 0, BTRFS_COMPRESS_NONE, in compress_file_range()
885 BTRFS_COMPRESS_NONE); in compress_file_range()
1220 BTRFS_COMPRESS_NONE, NULL, false); in cow_file_range()
1291 BTRFS_COMPRESS_NONE, /* compress_type */ in cow_file_range()
1302 BTRFS_COMPRESS_NONE); in cow_file_range()
2090 ram_bytes, BTRFS_COMPRESS_NONE, in run_delalloc_nocow()
2103 BTRFS_COMPRESS_NONE); in run_delalloc_nocow()
2117 BTRFS_COMPRESS_NONE); in run_delalloc_nocow()
2743 if (compress_type != BTRFS_COMPRESS_NONE) { in btrfs_submit_data_read_bio()
[all …]
Dfile-item.c1242 if (compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map()
1264 if (!new_inline && compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map()
Dextent_io.c1384 } else if (bio_ctrl->compress_type == BTRFS_COMPRESS_NONE) { in btrfs_bio_add_page()
1448 if (bio_ctrl->compress_type != BTRFS_COMPRESS_NONE) { in calc_bio_boundaries()
1503 if (compress_type != BTRFS_COMPRESS_NONE) in alloc_new_bio()
1605 if (compress_type != BTRFS_COMPRESS_NONE) in submit_extent_page()
1811 if (this_bio_flag != BTRFS_COMPRESS_NONE) in btrfs_do_readpage()
4019 if (compression == BTRFS_COMPRESS_NONE) in extent_fiemap()
4023 if (compression != BTRFS_COMPRESS_NONE) in extent_fiemap()
Dreflink.c113 if (comp_type == BTRFS_COMPRESS_NONE) { in copy_inline_to_page()
Dextent_map.c58 em->compress_type = BTRFS_COMPRESS_NONE; in alloc_extent_map()
Dtree-checker.c275 BTRFS_COMPRESS_NONE) in check_extent_data_item()
Dsuper.c714 info->compress_type : BTRFS_COMPRESS_NONE; in btrfs_parse_options()
Dcheck-integrity.c1357 BTRFS_COMPRESS_NONE) { in btrfsic_handle_extent_data()
Dsend.c1452 if (compressed == BTRFS_COMPRESS_NONE) in find_extent_clone()
5460 btrfs_file_extent_compression(leaf, ei) != BTRFS_COMPRESS_NONE) { in send_extent_data()
Dfile.c2460 hole_em->compress_type = BTRFS_COMPRESS_NONE; in fill_holes()
Dioctl.c1934 BTRFS_I(inode)->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_defrag_file()
Dtree-log.c4704 if (em->compress_type != BTRFS_COMPRESS_NONE) { in log_one_extent()