Home
last modified time | relevance | path

Searched refs:BTRFS_COMPRESS_LZO (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/fs/btrfs/
Dprops.c403 type = BTRFS_COMPRESS_LZO; in prop_compression_apply()
421 case BTRFS_COMPRESS_LZO: in prop_compression_extract()
Dsuper.c471 info->compress_type = BTRFS_COMPRESS_LZO; in btrfs_parse_options()
Dioctl.c326 if (root->fs_info->compress_type == BTRFS_COMPRESS_LZO) in btrfs_ioctl_setflags()
1452 if (range->compress_type == BTRFS_COMPRESS_LZO) { in btrfs_defrag_file()
Dctree.h711 BTRFS_COMPRESS_LZO = 2, enumerator
Ddisk-io.c2770 if (tree_root->fs_info->compress_type == BTRFS_COMPRESS_LZO) in open_ctree()