Home
last modified time | relevance | path

Searched refs:zstd_workspace_size (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dcompress.c357 ZSTD_CCtx *ctx = zstd_init_cctx(workspace, c->zstd_workspace_size); in attempt_compress()
575 c->zstd_workspace_size = zstd_cctx_workspace_bound(&params.cParams); in __bch2_fs_compress_init()
590 c->zstd_workspace_size, in __bch2_fs_compress_init()
Dbcachefs.h972 size_t zstd_workspace_size; member