Home
last modified time | relevance | path

Searched refs:fuse_opt_add_opt (Results 1 - 8 of 8) sorted by relevance

/third_party/ntfs-3g/libfuse-lite/
H A Dmount.c272 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( in fuse_kern_mount()
[all...]
H A Dfuse_opt.c99 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/libfuse/lib/
H A Dmount.c202 return fuse_opt_add_opt(&mo->kernel_opts, arg); in fuse_mount_opt_proc()
208 return fuse_opt_add_opt(&mo->subtype_opt, arg); in fuse_mount_opt_proc()
211 return fuse_opt_add_opt(&mo->mtab_opts, arg); in fuse_mount_opt_proc()
486 res = fuse_opt_add_opt(&mo->kernel_opts, tmp); in fuse_mount_sys()
574 if (!(flags & MS_RDONLY) && fuse_opt_add_opt(mnt_optsp, "rw") == -1) in get_mnt_flag_opts()
579 fuse_opt_add_opt(mnt_optsp, mount_flags[i].opt) == -1) in get_mnt_flag_opts()
627 if (mo->kernel_opts && fuse_opt_add_opt(&mnt_opts, mo->kernel_opts) == -1) in fuse_kern_mount()
629 if (mo->mtab_opts && fuse_opt_add_opt(&mnt_opts, mo->mtab_opts) == -1) in fuse_kern_mount()
641 fuse_opt_add_opt(&mnt_opts, mo->fusermount_opts) == -1) in fuse_kern_mount()
648 if (fuse_opt_add_opt( in fuse_kern_mount()
[all...]
H A Dhelper.c155 return fuse_opt_add_opt(&opts->mountpoint, arg); in fuse_helper_opt_proc()
165 return fuse_opt_add_opt(&opts->mountpoint, mountpoint); in fuse_helper_opt_proc()
H A Dmount_bsd.c123 return fuse_opt_add_opt(&mo->kernel_opts, arg); in fuse_mount_opt_proc()
H A Dfuse_opt.c139 int fuse_opt_add_opt(char **opts, const char *opt) in fuse_opt_add_opt() function
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_opt.h212 int fuse_opt_add_opt(char **opts, const char *opt);
/third_party/libfuse/include/
H A Dfuse_opt.h213 int fuse_opt_add_opt(char **opts, const char *opt);

Completed in 6 milliseconds