Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dcompression.h93 BTRFS_COMPRESS_NONE = 0, enumerator
Dprops.c385 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.c969 if (compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map()
991 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()
Dinode.c221 if (compress_type != BTRFS_COMPRESS_NONE) { in insert_inline_extent()
599 BTRFS_COMPRESS_NONE, NULL); in compress_file_range()
719 BTRFS_COMPRESS_NONE); in compress_file_range()
1011 BTRFS_COMPRESS_NONE, NULL); in cow_file_range()
1072 BTRFS_COMPRESS_NONE, /* compress_type */ in cow_file_range()
1537 ram_bytes, BTRFS_COMPRESS_NONE, in run_delalloc_nocow()
5191 hole_em->compress_type = BTRFS_COMPRESS_NONE; in btrfs_cont_expand()
7112 BTRFS_COMPRESS_NONE) { in btrfs_get_extent()
7312 BTRFS_COMPRESS_NONE, /* compress_type */ in btrfs_create_dio_extent()
9339 ei->prop_compress = BTRFS_COMPRESS_NONE; in btrfs_alloc_inode()
[all …]
Dtree-checker.c160 BTRFS_COMPRESS_NONE) in check_extent_data_item()
Dcompression.c38 case BTRFS_COMPRESS_NONE: in btrfs_compress_type2str()
Dsuper.c515 info->compress_type : BTRFS_COMPRESS_NONE; in btrfs_parse_options()
Dioctl.c1592 BTRFS_I(inode)->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_defrag_file()
3779 em->compress_type = BTRFS_COMPRESS_NONE; in clone_update_extent_map()
Dcheck-integrity.c1418 BTRFS_COMPRESS_NONE) { in btrfsic_handle_extent_data()
Dsend.c1423 if (compressed == BTRFS_COMPRESS_NONE) in find_extent_clone()
1439 if (compressed == BTRFS_COMPRESS_NONE) in find_extent_clone()
Dfile.c2395 hole_em->compress_type = BTRFS_COMPRESS_NONE; in fill_holes()
Dtree-log.c4185 if (em->compress_type != BTRFS_COMPRESS_NONE) { in log_one_extent()