Searched refs:fuse_buf_alloc (Results 1 – 3 of 3) sorted by relevance
74 fuse_buf_alloc(struct fuse_buf *fbp, size_t len) in fuse_buf_alloc() function103 fuse_buf_alloc(&fip->request, sizeof(struct fuse_in_header) + len); in fuse_ipc_get()
164 void fuse_buf_alloc(struct fuse_buf*, size_t);
182 fuse_buf_alloc(&fb, uio->uio_resid); in fuse_device_write()