Searched refs:fuse_len_args (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/fuse/
H A Dvirtio_fs.c559 len = fuse_len_args(num_in, (struct fuse_arg *) args->in_args) +
560 fuse_len_args(num_out, args->out_args);
588 offset = fuse_len_args(num_in, (struct fuse_arg *)args->in_args);
1168 len = fuse_len_args(numargs - argpages, args);
1309 fuse_len_args(req->args->out_numargs, req->args->out_args));
H A Ddev.c183 unsigned int fuse_len_args(unsigned int numargs, struct fuse_arg *args) function
193 EXPORT_SYMBOL_GPL(fuse_len_args); variable
230 fuse_len_args(req->args->in_numargs,
1885 reqsize += fuse_len_args(args->out_numargs, args->out_args);
H A Dfuse_i.h1362 unsigned int fuse_len_args(unsigned int numargs, struct fuse_arg *args);

Completed in 201 milliseconds