Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dcompression.h103 BTRFS_COMPRESS_NONE = 0, enumerator
Dprops.c275 BTRFS_I(inode)->prop_compress = BTRFS_COMPRESS_NONE; in prop_compression_apply()
Dordered-data.c254 BTRFS_COMPRESS_NONE); in btrfs_add_ordered_extent()
262 BTRFS_COMPRESS_NONE); in btrfs_add_ordered_extent_dio()
Dfile-item.c976 if (compress_type != BTRFS_COMPRESS_NONE) { in btrfs_extent_item_to_extent_map()
998 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.c215 if (compress_type != BTRFS_COMPRESS_NONE) { in insert_inline_extent()
610 BTRFS_COMPRESS_NONE, NULL); in compress_file_range()
723 BTRFS_COMPRESS_NONE); in compress_file_range()
998 BTRFS_COMPRESS_NONE, NULL); in cow_file_range()
1042 BTRFS_COMPRESS_NONE, /* compress_type */ in cow_file_range()
1578 ram_bytes, BTRFS_COMPRESS_NONE, in run_delalloc_nocow()
5157 hole_em->compress_type = BTRFS_COMPRESS_NONE; in btrfs_cont_expand()
7085 BTRFS_COMPRESS_NONE) { in btrfs_get_extent()
7286 BTRFS_COMPRESS_NONE, /* compress_type */ in btrfs_create_dio_extent()
9307 ei->prop_compress = BTRFS_COMPRESS_NONE; in btrfs_alloc_inode()
[all …]
Dcompression.c40 case BTRFS_COMPRESS_NONE: in btrfs_compress_type2str()
Dtree-checker.c182 BTRFS_COMPRESS_NONE) in check_extent_data_item()
Dsuper.c517 info->compress_type : BTRFS_COMPRESS_NONE; in btrfs_parse_options()
Dcheck-integrity.c1419 BTRFS_COMPRESS_NONE) { in btrfsic_handle_extent_data()
Dfile.c2363 hole_em->compress_type = BTRFS_COMPRESS_NONE; in fill_holes()
Dsend.c1386 if (compressed == BTRFS_COMPRESS_NONE) in find_extent_clone()
1402 if (compressed == BTRFS_COMPRESS_NONE) in find_extent_clone()
Dioctl.c1581 BTRFS_I(inode)->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_defrag_file()
Dtree-log.c4356 if (em->compress_type != BTRFS_COMPRESS_NONE) { in log_one_extent()