Searched refs:defrag_compress (Results 1 – 3 of 3) sorted by relevance
147 u8 defrag_compress; member
1451 inode->defrag_compress = compress_type; in btrfs_defrag_file()1498 inode->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_defrag_file()
817 if (inode->defrag_compress == BTRFS_DEFRAG_DONT_COMPRESS) in inode_need_compress()819 if (BTRFS_COMPRESS_NONE < inode->defrag_compress && in inode_need_compress()820 inode->defrag_compress < BTRFS_NR_COMPRESS_TYPES) in inode_need_compress()1015 if (0 < inode->defrag_compress && inode->defrag_compress < BTRFS_NR_COMPRESS_TYPES) { in compress_file_range()1016 compress_type = inode->defrag_compress; in compress_file_range()8088 ei->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_alloc_inode()