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