Searched refs:fuse_opt_insert_arg (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/private/userlandfs/fuse/
H A Dfuse_opt.h245 int fuse_opt_insert_arg(struct fuse_args *args, int pos, const char *arg);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_opt.c85 int fuse_opt_insert_arg(struct fuse_args *args, int pos, const char *arg) function
346 if (fuse_opt_insert_arg(&ctx->outargs, 1, "-o") == -1 ||
347 fuse_opt_insert_arg(&ctx->outargs, 2, ctx->opts) == -1)
386 FUSE_SYMVER(".symver fuse_opt_insert_arg_compat,fuse_opt_insert_arg@FUSE_2.5");

Completed in 35 milliseconds