Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dcompression.c40 case BTRFS_COMPRESS_NONE: in btrfs_compress_type2str()
80 case BTRFS_COMPRESS_NONE: in compression_compress_pages()
98 case BTRFS_COMPRESS_NONE: in compression_decompress_bio()
119 case BTRFS_COMPRESS_NONE: in compression_decompress()
884 case BTRFS_COMPRESS_NONE: return alloc_heuristic_ws(level); in alloc_workspace()
900 case BTRFS_COMPRESS_NONE: return free_heuristic_ws(ws); in free_workspace()
1041 case BTRFS_COMPRESS_NONE: return btrfs_get_workspace(type, level); in get_workspace()
1092 case BTRFS_COMPRESS_NONE: return btrfs_put_workspace(type, ws); in put_workspace()
1211 btrfs_init_workspace_manager(BTRFS_COMPRESS_NONE); in btrfs_init_compress()
1219 btrfs_cleanup_workspace_manager(BTRFS_COMPRESS_NONE); in btrfs_exit_compress()
Dcompression.h106 BTRFS_COMPRESS_NONE = 0, enumerator
Dprops.c275 BTRFS_I(inode)->prop_compress = BTRFS_COMPRESS_NONE; in prop_compression_apply()
Dordered-data.c261 BTRFS_COMPRESS_NONE); in btrfs_add_ordered_extent()
270 BTRFS_COMPRESS_NONE); in btrfs_add_ordered_extent_dio()
Dfile-item.c1065 if (compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map()
1087 if (!new_inline && compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map()
Dextent_map.c58 em->compress_type = BTRFS_COMPRESS_NONE; in alloc_extent_map()
Dinode.c209 if (compress_type != BTRFS_COMPRESS_NONE) { in insert_inline_extent()
615 0, BTRFS_COMPRESS_NONE, in compress_file_range()
738 BTRFS_COMPRESS_NONE); in compress_file_range()
1012 BTRFS_COMPRESS_NONE, NULL); in cow_file_range()
1071 BTRFS_COMPRESS_NONE, /* compress_type */ in cow_file_range()
1705 ram_bytes, BTRFS_COMPRESS_NONE, in run_delalloc_nocow()
4810 hole_em->compress_type = BTRFS_COMPRESS_NONE; in btrfs_cont_expand()
6734 BTRFS_COMPRESS_NONE) { in btrfs_get_extent()
6930 BTRFS_COMPRESS_NONE, /* compress_type */ in btrfs_create_dio_extent()
8660 ei->prop_compress = BTRFS_COMPRESS_NONE; in btrfs_alloc_inode()
[all …]
Dreflink.c92 if (comp_type == BTRFS_COMPRESS_NONE) { in copy_inline_to_page()
Dtree-checker.c271 BTRFS_COMPRESS_NONE) in check_extent_data_item()
Dsuper.c599 info->compress_type : BTRFS_COMPRESS_NONE; in btrfs_parse_options()
Dcheck-integrity.c1408 BTRFS_COMPRESS_NONE) { in btrfsic_handle_extent_data()
Dsend.c1412 if (compressed == BTRFS_COMPRESS_NONE) in find_extent_clone()
1428 if (compressed == BTRFS_COMPRESS_NONE) in find_extent_clone()
Dfile.c2422 hole_em->compress_type = BTRFS_COMPRESS_NONE; in fill_holes()
Dioctl.c1618 BTRFS_I(inode)->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_defrag_file()
Dtree-log.c4243 if (em->compress_type != BTRFS_COMPRESS_NONE) { in log_one_extent()