Searched refs:btrfs_match_compress_type (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | super.c | 265 static bool btrfs_match_compress_type(const char *string, const char *type, bool may_have_level) in btrfs_match_compress_type() function 294 } else if (btrfs_match_compress_type(string, "zlib", true)) { in btrfs_parse_compress() 303 } else if (btrfs_match_compress_type(string, "lzo", true)) { in btrfs_parse_compress() 314 } else if (btrfs_match_compress_type(string, "zstd", true)) { in btrfs_parse_compress() 323 } else if (btrfs_match_compress_type(string, "no", false) || in btrfs_parse_compress() 324 btrfs_match_compress_type(string, "none", false)) { in btrfs_parse_compress()
|