Searched refs:argbuf (Results 1 – 2 of 2) sorted by relevance
708 req->argbuf = kmalloc(len, gfp); in copy_args_to_argbuf()709 if (!req->argbuf) in copy_args_to_argbuf()713 memcpy(req->argbuf + offset, in copy_args_to_argbuf()756 kfree(req->argbuf); in copy_args_from_argbuf()757 req->argbuf = NULL; in copy_args_from_argbuf()1348 void *argbuf, in sg_init_fuse_args() argument1413 req->argbuf, &argbuf_used); in virtio_fs_enqueue_req()1422 req->argbuf + argbuf_used, NULL); in virtio_fs_enqueue_req()1464 if (ret < 0 && req->argbuf) { in virtio_fs_enqueue_req()1465 kfree(req->argbuf); in virtio_fs_enqueue_req()[all …]
455 void *argbuf; member
Completed in 11 milliseconds