Home
last modified time | relevance | path

Searched refs:BTRFS_COMPRESS_ZLIB (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/fs/btrfs/tests/
H A Dinode-tests.c178 BTRFS_COMPRESS_ZLIB, slot); in setup_file_extents()
187 BTRFS_COMPRESS_ZLIB, slot); in setup_file_extents()
197 BTRFS_FILE_EXTENT_REG, BTRFS_COMPRESS_ZLIB, slot); in setup_file_extents()
622 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent()
624 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent()
656 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent()
658 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent()
719 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent()
721 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dcompression.c37 case BTRFS_COMPRESS_ZLIB: in btrfs_compress_type2str()
71 case BTRFS_COMPRESS_ZLIB: in compression_compress_pages()
100 case BTRFS_COMPRESS_ZLIB: return zlib_decompress_bio(ws, cb); in compression_decompress_bio()
118 case BTRFS_COMPRESS_ZLIB: return zlib_decompress(ws, data_in, dest_page, in compression_decompress()
890 case BTRFS_COMPRESS_ZLIB: return zlib_alloc_workspace(level); in alloc_workspace()
906 case BTRFS_COMPRESS_ZLIB: return zlib_free_workspace(ws); in free_workspace()
1047 case BTRFS_COMPRESS_ZLIB: return zlib_get_workspace(level); in get_workspace()
1098 case BTRFS_COMPRESS_ZLIB: return btrfs_put_workspace(type, ws); in put_workspace()
1217 btrfs_init_workspace_manager(BTRFS_COMPRESS_ZLIB); in btrfs_init_compress()
1225 btrfs_cleanup_workspace_manager(BTRFS_COMPRESS_ZLIB); in btrfs_exit_compress()
H A Dprops.c284 type = BTRFS_COMPRESS_ZLIB; in prop_compression_apply()
302 case BTRFS_COMPRESS_ZLIB: in prop_compression_extract()
H A Dcompression.h107 BTRFS_COMPRESS_ZLIB = 1, enumerator
H A Dzlib.c38 struct list_head *ws = btrfs_get_workspace(BTRFS_COMPRESS_ZLIB, level); in zlib_get_workspace()
H A Dsuper.c608 info->compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_parse_options()
619 BTRFS_COMPRESS_ZLIB, in btrfs_parse_options()
H A Dioctl.c304 comp = btrfs_compress_type2str(BTRFS_COMPRESS_ZLIB); in btrfs_ioctl_setflags()
1485 int compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_defrag_file()
H A Ddisk-io.c3029 fs_info->compress_type = BTRFS_COMPRESS_ZLIB; in open_ctree()