Searched refs:prop_compress (Results 1 – 3 of 3) sorted by relevance
311 BTRFS_I(inode)->prop_compress = BTRFS_COMPRESS_NONE; in prop_compression_apply()320 BTRFS_I(inode)->prop_compress = BTRFS_COMPRESS_NONE; in prop_compression_apply()339 BTRFS_I(inode)->prop_compress = type; in prop_compression_apply()362 switch (BTRFS_I(inode)->prop_compress) { in prop_compression_extract()366 return btrfs_compress_type2str(BTRFS_I(inode)->prop_compress); in prop_compression_extract()
244 unsigned prop_compress; /* per-file compression algorithm */ member
803 inode->prop_compress) in inode_need_compress()936 else if (inode->prop_compress) in compress_file_range()937 compress_type = inode->prop_compress; in compress_file_range()1032 if (!btrfs_test_opt(fs_info, FORCE_COMPRESS) && !inode->prop_compress) in compress_file_range()6131 if (BTRFS_I(dir)->prop_compress) in btrfs_new_inode_prepare()8543 ei->prop_compress = BTRFS_COMPRESS_NONE; in btrfs_alloc_inode()