Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dcompression.h93 BTRFS_COMPRESS_NONE = 0, enumerator
Dprops.c389 BTRFS_I(inode)->prop_compress = BTRFS_COMPRESS_NONE; in prop_compression_apply()
Dordered-data.c248 BTRFS_COMPRESS_NONE); in btrfs_add_ordered_extent()
256 BTRFS_COMPRESS_NONE); in btrfs_add_ordered_extent_dio()
Dfile-item.c963 if (compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map()
985 if (!new_inline && compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map()
Dextent_map.c57 em->compress_type = BTRFS_COMPRESS_NONE; in alloc_extent_map()
Dtree-checker.c160 BTRFS_COMPRESS_NONE) in check_extent_data_item()
Dinode.c210 if (compress_type != BTRFS_COMPRESS_NONE) { in insert_inline_extent()
566 BTRFS_COMPRESS_NONE, NULL); in compress_file_range()
672 BTRFS_COMPRESS_NONE); in compress_file_range()
970 BTRFS_COMPRESS_NONE, NULL); in cow_file_range()
1015 BTRFS_COMPRESS_NONE, /* compress_type */ in cow_file_range()
1479 ram_bytes, BTRFS_COMPRESS_NONE, in run_delalloc_nocow()
5070 hole_em->compress_type = BTRFS_COMPRESS_NONE; in btrfs_cont_expand()
6943 BTRFS_COMPRESS_NONE) { in btrfs_get_extent()
7143 BTRFS_COMPRESS_NONE, /* compress_type */ in btrfs_create_dio_extent()
9175 ei->prop_compress = BTRFS_COMPRESS_NONE; in btrfs_alloc_inode()
[all …]
Dcompression.c38 case BTRFS_COMPRESS_NONE: in btrfs_compress_type2str()
Dsuper.c514 info->compress_type : BTRFS_COMPRESS_NONE; in btrfs_parse_options()
Dtree-log.c4223 if (em->compress_type != BTRFS_COMPRESS_NONE) { in log_one_extent()
4639 BTRFS_COMPRESS_NONE)); in btrfs_log_trailing_hole()
Dioctl.c1565 BTRFS_I(inode)->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_defrag_file()
3718 em->compress_type = BTRFS_COMPRESS_NONE; in clone_update_extent_map()
Dcheck-integrity.c1419 BTRFS_COMPRESS_NONE) { in btrfsic_handle_extent_data()
Dsend.c1389 if (compressed == BTRFS_COMPRESS_NONE) in find_extent_clone()
1405 if (compressed == BTRFS_COMPRESS_NONE) in find_extent_clone()
Dfile.c2309 hole_em->compress_type = BTRFS_COMPRESS_NONE; in fill_holes()