Searched refs:BTRFS_COMPRESS_NONE (Results 1 – 15 of 15) sorted by relevance
| /linux/fs/btrfs/ |
| A D | compression.c | 43 case BTRFS_COMPRESS_NONE: in btrfs_compress_type2str() 83 case BTRFS_COMPRESS_NONE: in compression_compress_pages() 106 case BTRFS_COMPRESS_NONE: in compression_decompress_bio() 127 case BTRFS_COMPRESS_NONE: in compression_decompress() 826 ASSERT(em->compress_type != BTRFS_COMPRESS_NONE); in btrfs_submit_compressed_read() 1079 case BTRFS_COMPRESS_NONE: return alloc_heuristic_ws(level); in alloc_workspace() 1095 case BTRFS_COMPRESS_NONE: return free_heuristic_ws(ws); in free_workspace() 1236 case BTRFS_COMPRESS_NONE: return btrfs_get_workspace(type, level); in get_workspace() 1287 case BTRFS_COMPRESS_NONE: return btrfs_put_workspace(type, ws); in put_workspace() 1389 btrfs_init_workspace_manager(BTRFS_COMPRESS_NONE); in btrfs_init_compress() [all …]
|
| A D | props.c | 280 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()
|
| A D | compression.h | 105 BTRFS_COMPRESS_NONE = 0, enumerator
|
| A D | ordered-data.c | 259 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()
|
| A D | file-item.c | 1223 if (compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map() 1245 if (!new_inline && compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map()
|
| A D | extent_map.c | 58 em->compress_type = BTRFS_COMPRESS_NONE; in alloc_extent_map()
|
| A D | inode.c | 283 if (compress_type != BTRFS_COMPRESS_NONE) { in insert_inline_extent() 740 0, BTRFS_COMPRESS_NONE, in compress_file_range() 862 BTRFS_COMPRESS_NONE); in compress_file_range() 1158 BTRFS_COMPRESS_NONE, NULL); in cow_file_range() 1230 BTRFS_COMPRESS_NONE, /* compress_type */ in cow_file_range() 1891 ram_bytes, BTRFS_COMPRESS_NONE, in run_delalloc_nocow() 5272 hole_em->compress_type = BTRFS_COMPRESS_NONE; in btrfs_cont_expand() 7209 BTRFS_COMPRESS_NONE) { in btrfs_get_extent() 7405 BTRFS_COMPRESS_NONE, /* compress_type */ in btrfs_create_dio_extent() 9116 ei->prop_compress = BTRFS_COMPRESS_NONE; in btrfs_alloc_inode() [all …]
|
| A D | reflink.c | 110 if (comp_type == BTRFS_COMPRESS_NONE) { in copy_inline_to_page()
|
| A D | tree-checker.c | 275 BTRFS_COMPRESS_NONE) in check_extent_data_item()
|
| A D | super.c | 659 info->compress_type : BTRFS_COMPRESS_NONE; in btrfs_parse_options()
|
| A D | check-integrity.c | 1358 BTRFS_COMPRESS_NONE) { in btrfsic_handle_extent_data()
|
| A D | file.c | 2514 hole_em->compress_type = BTRFS_COMPRESS_NONE; in fill_holes()
|
| A D | ioctl.c | 1571 BTRFS_I(inode)->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_defrag_file()
|
| A D | tree-log.c | 4632 if (em->compress_type != BTRFS_COMPRESS_NONE) { in log_one_extent()
|
| A D | send.c | 1419 if (compressed == BTRFS_COMPRESS_NONE) in find_extent_clone()
|
Completed in 80 milliseconds