Searched refs:write_buf (Results 1 – 1 of 1) sorted by relevance
912 char *write_buf; in cache_downcall() local920 write_buf = kvmalloc(count + 1, GFP_KERNEL); in cache_downcall()921 if (!write_buf) in cache_downcall()924 ret = cache_do_downcall(write_buf, buf, count, cd); in cache_downcall()925 kvfree(write_buf); in cache_downcall()