Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Dcompression.c41 case BTRFS_COMPRESS_NONE: in btrfs_compress_type2str()
81 case BTRFS_COMPRESS_NONE: in compression_compress_pages()
104 case BTRFS_COMPRESS_NONE: in compression_decompress_bio()
125 case BTRFS_COMPRESS_NONE: in compression_decompress()
706 ASSERT(em->compress_type != BTRFS_COMPRESS_NONE); in btrfs_submit_compressed_read()
951 case BTRFS_COMPRESS_NONE: return alloc_heuristic_ws(level); in alloc_workspace()
967 case BTRFS_COMPRESS_NONE: return free_heuristic_ws(ws); in free_workspace()
1108 case BTRFS_COMPRESS_NONE: return btrfs_get_workspace(type, level); in get_workspace()
1159 case BTRFS_COMPRESS_NONE: return btrfs_put_workspace(type, ws); in put_workspace()
1261 btrfs_init_workspace_manager(BTRFS_COMPRESS_NONE); in btrfs_init_compress()
[all …]
Dprops.c280 BTRFS_I(inode)->prop_compress = BTRFS_COMPRESS_NONE; in prop_compression_apply()
289 BTRFS_I(inode)->prop_compress = BTRFS_COMPRESS_NONE; in prop_compression_apply()
Dcompression.h105 BTRFS_COMPRESS_NONE = 0, enumerator
Dordered-data.c259 BTRFS_COMPRESS_NONE); in btrfs_add_ordered_extent()
271 BTRFS_COMPRESS_NONE); in btrfs_add_ordered_extent_dio()
278 ASSERT(compress_type != BTRFS_COMPRESS_NONE); in btrfs_add_ordered_extent_compress()
Dfile-item.c1224 if (compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map()
1246 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.c282 if (compress_type != BTRFS_COMPRESS_NONE) { in insert_inline_extent()
700 0, BTRFS_COMPRESS_NONE, in compress_file_range()
822 BTRFS_COMPRESS_NONE); in compress_file_range()
1104 BTRFS_COMPRESS_NONE, NULL); in cow_file_range()
1176 BTRFS_COMPRESS_NONE, /* compress_type */ in cow_file_range()
1840 ram_bytes, BTRFS_COMPRESS_NONE, in run_delalloc_nocow()
5261 hole_em->compress_type = BTRFS_COMPRESS_NONE; in btrfs_cont_expand()
7194 BTRFS_COMPRESS_NONE) { in btrfs_get_extent()
7390 BTRFS_COMPRESS_NONE, /* compress_type */ in btrfs_create_dio_extent()
9104 ei->prop_compress = BTRFS_COMPRESS_NONE; in btrfs_alloc_inode()
[all …]
Dreflink.c110 if (comp_type == BTRFS_COMPRESS_NONE) { in copy_inline_to_page()
Dtree-checker.c275 BTRFS_COMPRESS_NONE) in check_extent_data_item()
Dsuper.c659 info->compress_type : BTRFS_COMPRESS_NONE; in btrfs_parse_options()
Dcheck-integrity.c1356 BTRFS_COMPRESS_NONE) { in btrfsic_handle_extent_data()
Dfile.c2447 hole_em->compress_type = BTRFS_COMPRESS_NONE; in fill_holes()
Dioctl.c1607 BTRFS_I(inode)->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_defrag_file()
Dtree-log.c4393 if (em->compress_type != BTRFS_COMPRESS_NONE) { in log_one_extent()
Dsend.c1407 if (compressed == BTRFS_COMPRESS_NONE) in find_extent_clone()