Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dprops.c404 type = BTRFS_COMPRESS_LZO; in prop_compression_apply()
422 case BTRFS_COMPRESS_LZO: in prop_compression_extract()
Dsuper.c485 info->compress_type = BTRFS_COMPRESS_LZO; in btrfs_parse_options()
Dioctl.c325 if (root->fs_info->compress_type == BTRFS_COMPRESS_LZO) in btrfs_ioctl_setflags()
1443 if (range->compress_type == BTRFS_COMPRESS_LZO) { in btrfs_defrag_file()
Dctree.h711 BTRFS_COMPRESS_LZO = 2, enumerator
Ddisk-io.c2722 if (tree_root->fs_info->compress_type == BTRFS_COMPRESS_LZO) in open_ctree()