Searched refs:defrag_compress (Results 1 – 3 of 3) sorted by relevance
138 u8 defrag_compress; member
1440 inode->defrag_compress = compress_type; in btrfs_defrag_file()1487 inode->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_defrag_file()
749 if (inode->defrag_compress == BTRFS_DEFRAG_DONT_COMPRESS) in inode_need_compress()751 if (BTRFS_COMPRESS_NONE < inode->defrag_compress && in inode_need_compress()752 inode->defrag_compress < BTRFS_NR_COMPRESS_TYPES) in inode_need_compress()940 if (0 < inode->defrag_compress && inode->defrag_compress < BTRFS_NR_COMPRESS_TYPES) { in compress_file_range()941 compress_type = inode->defrag_compress; in compress_file_range()2335 if (inode->defrag_compress > 0 && in run_delalloc_inline()2336 inode->defrag_compress < BTRFS_NR_COMPRESS_TYPES) { in run_delalloc_inline()2337 compress_type = inode->defrag_compress; in run_delalloc_inline()8084 ei->defrag_compress = BTRFS_COMPRESS_NONE; in btrfs_alloc_inode()