Searched refs:BTRFS_COMPRESS_ZLIB (Results 1 – 10 of 10) sorted by relevance
| /Linux-v6.6/fs/btrfs/ |
| D | compression.c | 47 case BTRFS_COMPRESS_ZLIB: in btrfs_compress_type2str() 100 case BTRFS_COMPRESS_ZLIB: in compression_compress_pages() 129 case BTRFS_COMPRESS_ZLIB: return zlib_decompress_bio(ws, cb); in compression_decompress_bio() 147 case BTRFS_COMPRESS_ZLIB: return zlib_decompress(ws, data_in, dest_page, in compression_decompress() 648 case BTRFS_COMPRESS_ZLIB: return zlib_alloc_workspace(level); in alloc_workspace() 664 case BTRFS_COMPRESS_ZLIB: return zlib_free_workspace(ws); in free_workspace() 805 case BTRFS_COMPRESS_ZLIB: return zlib_get_workspace(level); in get_workspace() 856 case BTRFS_COMPRESS_ZLIB: return btrfs_put_workspace(type, ws); in put_workspace() 964 btrfs_init_workspace_manager(BTRFS_COMPRESS_ZLIB); in btrfs_init_compress() 973 btrfs_cleanup_workspace_manager(BTRFS_COMPRESS_ZLIB); in btrfs_exit_compress()
|
| D | props.c | 329 type = BTRFS_COMPRESS_ZLIB; in prop_compression_apply() 363 case BTRFS_COMPRESS_ZLIB: in prop_compression_extract()
|
| D | compression.h | 101 BTRFS_COMPRESS_ZLIB = 1, enumerator
|
| D | zlib.c | 38 struct list_head *ws = btrfs_get_workspace(BTRFS_COMPRESS_ZLIB, level); in zlib_get_workspace()
|
| D | super.c | 411 info->compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_parse_options() 422 BTRFS_COMPRESS_ZLIB, in btrfs_parse_options()
|
| D | defrag.c | 1233 int compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_defrag_file()
|
| D | ioctl.c | 354 comp = btrfs_compress_type2str(BTRFS_COMPRESS_ZLIB); in btrfs_fileattr_set()
|
| D | disk-io.c | 3275 fs_info->compress_type = BTRFS_COMPRESS_ZLIB; in open_ctree()
|
| D | inode.c | 9783 case BTRFS_COMPRESS_ZLIB: in btrfs_encoded_io_compression_from_extent() 10192 compression = BTRFS_COMPRESS_ZLIB; in btrfs_do_encoded_write()
|
| /Linux-v6.6/fs/btrfs/tests/ |
| D | inode-tests.c | 172 BTRFS_COMPRESS_ZLIB, slot); in setup_file_extents() 181 BTRFS_COMPRESS_ZLIB, slot); in setup_file_extents() 191 BTRFS_FILE_EXTENT_REG, BTRFS_COMPRESS_ZLIB, slot); in setup_file_extents() 599 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent() 601 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent() 633 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent() 635 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent() 696 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent() 698 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent()
|