Searched refs:btrfs_compress_types (Results 1 – 1 of 1) sorted by relevance
33 static const char* const btrfs_compress_types[] = { "", "zlib", "lzo", "zstd" }; variable42 return btrfs_compress_types[type]; in btrfs_compress_type2str()54 for (i = 1; i < ARRAY_SIZE(btrfs_compress_types); i++) { in btrfs_compress_is_valid_type()55 size_t comp_len = strlen(btrfs_compress_types[i]); in btrfs_compress_is_valid_type()60 if (!strncmp(btrfs_compress_types[i], str, comp_len)) in btrfs_compress_is_valid_type()