Home
last modified time | relevance | path

Searched refs:btrfs_compress_level_valid (Results 1 – 3 of 3) sorted by relevance

/linux/fs/btrfs/
H A Dcompression.h93 bool btrfs_compress_level_valid(unsigned int type, int level);
H A Ddefrag.c1390 if (!btrfs_compress_level_valid(compress_type, compress_level)) in btrfs_defrag_file()
H A Dcompression.c999 bool btrfs_compress_level_valid(unsigned int type, int level) in btrfs_compress_level_valid() function