Searched refs:fuse_opt_add_opt (Results 1 – 3 of 3) sorted by relevance
/third_party/ntfs-3g/libfuse-lite/ |
D | mount.c | 272 if (fuse_opt_add_opt(&mo->kernel_opts, "allow_other") == -1 || in fuse_mount_opt_proc() 285 return fuse_opt_add_opt(&mo->kernel_opts, arg); in fuse_mount_opt_proc() 288 return fuse_opt_add_opt(&mo->fusermount_opts, arg); in fuse_mount_opt_proc() 292 return fuse_opt_add_opt(&mo->subtype_opt, arg); in fuse_mount_opt_proc() 296 return fuse_opt_add_opt(&mo->mtab_opts, arg); in fuse_mount_opt_proc() 524 res = fuse_opt_add_opt(&mo->kernel_opts, tmp); in fuse_mount_sys() 599 if (!(flags & MS_RDONLY) && fuse_opt_add_opt(mnt_optsp, "rw") == -1) in get_mnt_flag_opts() 604 fuse_opt_add_opt(mnt_optsp, mount_flags[i].opt) == -1) in get_mnt_flag_opts() 661 if (fuse_opt_add_opt(&mo.kernel_opts, "nodevices") == -1) in fuse_kern_mount() 664 if (fuse_opt_add_opt(&mo.kernel_opts, "nosetuid") == -1) in fuse_kern_mount() [all …]
|
D | fuse_opt.c | 99 int fuse_opt_add_opt(char **opts, const char *opt) in fuse_opt_add_opt() function 121 return fuse_opt_add_opt(&ctx->opts, opt); in add_opt()
|
/third_party/ntfs-3g/include/fuse-lite/ |
D | fuse_opt.h | 212 int fuse_opt_add_opt(char **opts, const char *opt);
|