Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dsuper.c523 info->compress_level = BTRFS_ZLIB_DEFAULT_LEVEL; in btrfs_parse_options()
531 info->compress_level = in btrfs_parse_options()
582 compress_type, info->compress_level); in btrfs_parse_options()
1301 if (info->compress_level) in btrfs_show_options()
1302 seq_printf(seq, ":%d", info->compress_level); in btrfs_show_options()
Dctree.h816 unsigned int compress_level; member
Dinode.c533 compress_type | (fs_info->compress_level << 4), in compress_file_range()