Searched defs:compress_type (Results 1 - 10 of 10) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
H A D | extent_map.h | 37 unsigned int compress_type; member in struct:extent_map
|
H A D | ordered-data.h | 112 int compress_type; member in struct:btrfs_ordered_extent
|
H A D | compression.c | 65 int compress_type; member in struct:compressed_bio
|
H A D | extent_io.h | 164 extent_set_compress_type(unsigned long *bio_flags, int compress_type) extent_set_compress_type() argument
|
H A D | file-item.c | 892 int compress_type = btrfs_file_extent_compression(leaf, fi); btrfs_extent_item_to_extent_map() local
|
H A D | ordered-data.c | 184 __btrfs_add_ordered_extent(struct inode *inode, u64 file_offset, u64 start, u64 len, u64 disk_len, int type, int dio, int compress_type) __btrfs_add_ordered_extent() argument 266 btrfs_add_ordered_extent_compress(struct inode *inode, u64 file_offset, u64 start, u64 len, u64 disk_len, int type, int compress_type) btrfs_add_ordered_extent_compress() argument
|
H A D | super.c | 396 char *compress_type; btrfs_parse_options() local 1034 char *compress_type; btrfs_show_options() local
|
H A D | ioctl.c | 1258 int compress_type = BTRFS_COMPRESS_ZLIB; btrfs_defrag_file() local
|
H A D | inode.c | 324 int compress_type; member in struct:async_extent 414 int compress_type = root->fs_info->compress_type; compress_file_range() local 2159 u8 compress_type; member in struct:new_sa_defrag_extent 2802 int compress_type = 0; btrfs_finish_ordered_io() local 6642 int compress_type; uncompress_inline() local 136 insert_inline_extent(struct btrfs_trans_handle *trans, struct btrfs_path *path, int extent_inserted, struct btrfs_root *root, struct inode *inode, u64 start, size_t size, size_t compressed_size, int compress_type, struct page **compressed_pages) insert_inline_extent() argument 239 cow_file_range_inline(struct btrfs_root *root, struct inode *inode, u64 start, u64 end, size_t compressed_size, int compress_type, struct page **compressed_pages) cow_file_range_inline() argument 338 add_async_extent(struct async_cow *cow, u64 start, u64 ram_size, u64 compressed_size, struct page **pages, unsigned long nr_pages, int compress_type) add_async_extent() argument
|
H A D | ctree.h | 1451 unsigned long compress_type:4; member in struct:btrfs_fs_info 1980 __u32 compress_type; member in struct:btrfs_ioctl_defrag_range_args
|
Completed in 590 milliseconds