Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/incfs/
H A Ddata_mgmt.h197 struct delayed_work mi_zstd_cleanup_work; member
H A Ddata_mgmt.c39 container_of(dw, struct mount_info, mi_zstd_cleanup_work); in zstd_free_workspace()
75 INIT_DELAYED_WORK(&mi->mi_zstd_cleanup_work, zstd_free_workspace); in incfs_alloc_mount_info()
165 flush_delayed_work(&mi->mi_zstd_cleanup_work); in incfs_free_mount_info()
461 mod_delayed_work(system_wq, &mi->mi_zstd_cleanup_work, in zstd_decompress_safe()