Home
last modified time | relevance | path

Searched refs:zft_vfree (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/char/ftape/zftape/
Dzftape-buffers.c96 zft_vfree(new, size); in zft_vcalloc_always()
103 zft_vfree(new, size); in zft_vmalloc_always()
106 void zft_vfree(void *old, size_t size) in zft_vfree() function
150 zft_vfree(&zft_hseg_buf, FT_SEGMENT_SIZE); in zft_uninit_mem()
151 zft_vfree(&zft_deblock_buf, FT_SEGMENT_SIZE); zft_deblock_segment = -1; in zft_uninit_mem()
Dzftape_syms.c55 FT_KSYM(zft_vfree)
Dzftape-buffers.h41 extern void zft_vfree(void *old, size_t size);
Dzftape-vtbl.c304 zft_vfree(&verify_buf, FT_SEGMENT_SIZE)); in zft_update_volume_table()
305 zft_vfree(&verify_buf, FT_SEGMENT_SIZE); in zft_update_volume_table()
Dzftape-ctl.c826 zft_vfree(&zft_deblock_buf, FT_SEGMENT_SIZE); in _zft_close()
/linux-2.4.37.9/drivers/char/ftape/compressor/
Dzftape-compress.c328 zft_vfree(&zftc_wrk_mem, CMPR_WRK_MEM_SIZE); in zftc_cleanup()
329 zft_vfree(&zftc_buf, alloc_blksz + CMPR_OVERRUN); in zftc_cleanup()
330 zft_vfree(&zftc_scratch_buf, alloc_blksz + CMPR_OVERRUN); in zftc_cleanup()