Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
Dcompression.h86 bool btrfs_compress_level_valid(unsigned int type, int level);
Dcompression.c986 bool btrfs_compress_level_valid(unsigned int type, int level) in btrfs_compress_level_valid() function
Ddefrag.c1386 if (!btrfs_compress_level_valid(compress_type, compress_level)) in btrfs_defrag_file()