Lines Matching refs:clibuf
1020 tmem_cli_va_param_t clibuf) in do_tmem_put_compress() argument
1034 ret = tmem_compress_from_client(cmfn, &dst, &size, clibuf); in do_tmem_put_compress()
1057 tmem_cli_va_param_t clibuf) in do_tmem_dup_put() argument
1079 ret = do_tmem_put_compress(pgp, cmfn, clibuf); in do_tmem_dup_put()
1139 xen_pfn_t cmfn, tmem_cli_va_param_t clibuf) in do_tmem_put() argument
1158 return do_tmem_dup_put(pgp, cmfn, clibuf); in do_tmem_put()
1208 ret = do_tmem_put_compress(pgp, cmfn, clibuf); in do_tmem_put()
1231 ret = tmem_copy_from_client(pgp->pfp, cmfn, clibuf); in do_tmem_put()
1295 xen_pfn_t cmfn, tmem_cli_va_param_t clibuf) in do_tmem_get() argument
1323 rc = tmem_decompress_to_client(cmfn, pgp->cdata, pgp->size, clibuf); in do_tmem_get()
1326 rc = tmem_copy_to_client(cmfn, pgp->pfp, clibuf); in do_tmem_get()