Searched refs:fuse_opt_add_opt (Results 1 - 5 of 5) sorted by path

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_config.c196 if (fuse_opt_add_opt(&mo->kernel_opts, "allow_other") == -1 ||
209 return fuse_opt_add_opt(&mo->kernel_opts, arg);
212 return fuse_opt_add_opt(&mo->fusermount_opts, arg);
215 return fuse_opt_add_opt(&mo->subtype_opt, arg);
218 return fuse_opt_add_opt(&mo->mtab_opts, arg);
H A Dfuse_opt.c112 int fuse_opt_add_opt(char **opts, const char *opt) function
134 return fuse_opt_add_opt(&ctx->opts, opt);
H A Dhelper.c115 return fuse_opt_add_opt(&hopts->mountpoint, mountpoint);
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_opt.h212 int fuse_opt_add_opt(char **opts, const char *opt);
/haiku/src/tools/fs_shell/
H A Dfuse.cpp504 if (fuse_opt_add_opt(&fuseOptions, "allow_other") < 0
506 || fuse_opt_add_opt(&fuseOptions, fsNameOption) < 0) {
522 if (fuse_opt_add_opt(&fuseOptions, "blkdev") < 0
524 || fuse_opt_add_opt(&fuseOptions, blkSizeOption) < 0) {

Completed in 114 milliseconds