Home
last modified time | relevance | path

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

/fs/fuse/
A Dvirtio_fs.c708 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() argument
1413 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 …]
A Dfuse_i.h455 void *argbuf; member

Completed in 11 milliseconds