Searched refs:BTRFS_COMPRESS_NONE (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.10/fs/btrfs/ |
D | compression.c | 40 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()
|
D | compression.h | 106 BTRFS_COMPRESS_NONE = 0, enumerator
|
D | props.c | 275 BTRFS_I(inode)->prop_compress = BTRFS_COMPRESS_NONE; in prop_compression_apply()
|
D | ordered-data.c | 261 BTRFS_COMPRESS_NONE); in btrfs_add_ordered_extent() 270 BTRFS_COMPRESS_NONE); in btrfs_add_ordered_extent_dio()
|
D | file-item.c | 1065 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()
|
D | extent_map.c | 58 em->compress_type = BTRFS_COMPRESS_NONE; in alloc_extent_map()
|
D | inode.c | 209 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 …]
|
D | reflink.c | 92 if (comp_type == BTRFS_COMPRESS_NONE) { in copy_inline_to_page()
|
D | tree-checker.c | 271 BTRFS_COMPRESS_NONE) in check_extent_data_item()
|
D | super.c | 599 info->compress_type : BTRFS_COMPRESS_NONE; in btrfs_parse_options()
|
D | check-integrity.c | 1408 BTRFS_COMPRESS_NONE) { in btrfsic_handle_extent_data()
|
D | send.c | 1412 if (compressed == BTRFS_COMPRESS_NONE) in find_extent_clone() 1428 if (compressed == BTRFS_COMPRESS_NONE) in find_extent_clone()
|
D | file.c | 2422 hole_em->compress_type = BTRFS_COMPRESS_NONE; in fill_holes()
|
D | ioctl.c | 1618 BTRFS_I(inode)->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_defrag_file()
|
D | tree-log.c | 4243 if (em->compress_type != BTRFS_COMPRESS_NONE) { in log_one_extent()
|