Home
last modified time | relevance | path

Searched refs:zstd_free_workspace (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dzstd.c94 void zstd_free_workspace(struct list_head *ws);
130 zstd_free_workspace(&victim->list); in zstd_reclaim_timer_fn()
208 zstd_free_workspace(&workspace->list); in zstd_cleanup_workspace_manager()
334 void zstd_free_workspace(struct list_head *ws) in zstd_free_workspace() function
365 zstd_free_workspace(&workspace->list); in zstd_alloc_workspace()
H A Dcompression.h178 void zstd_free_workspace(struct list_head *ws);
H A Dcompression.c908 case BTRFS_COMPRESS_ZSTD: return zstd_free_workspace(ws); in free_workspace()
/OK3568_Linux_fs/kernel/fs/incfs/
H A Ddata_mgmt.c35 static void zstd_free_workspace(struct work_struct *work) in zstd_free_workspace() function
75 INIT_DELAYED_WORK(&mi->mi_zstd_cleanup_work, zstd_free_workspace); in incfs_alloc_mount_info()