Searched refs:kernel_opts (Results 1 – 3 of 3) sorted by relevance
/third_party/ntfs-3g/libfuse-lite/ |
D | mount.c | 75 char *kernel_opts; member 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() 524 res = fuse_opt_add_opt(&mo->kernel_opts, tmp); in fuse_mount_sys() 548 mo->kernel_opts, MAX_MNTOPT_STR, 0, 0); in fuse_mount_sys() 561 mo->kernel_opts, MAX_MNTOPT_STR, 0, 0); in fuse_mount_sys() 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() 684 if (mo.kernel_opts && fuse_opt_add_opt(&mnt_opts, mo.kernel_opts) == -1) in fuse_kern_mount() 692 if (mo.kernel_opts && fuse_opt_add_opt(&mnt_opts, mo.kernel_opts) == -1) in fuse_kern_mount() [all …]
|
/third_party/libfuse/lib/ |
D | mount.c | 75 char *kernel_opts; member 202 return fuse_opt_add_opt(&mo->kernel_opts, arg); in fuse_mount_opt_proc() 486 res = fuse_opt_add_opt(&mo->kernel_opts, tmp); in fuse_mount_sys() 508 res = mount(source, mnt, type, mo->flags, mo->kernel_opts); in fuse_mount_sys() 519 res = mount(source, mnt, type, mo->flags, mo->kernel_opts); in fuse_mount_sys() 613 free(mo->kernel_opts); in destroy_mount_opts() 627 if (mo->kernel_opts && fuse_opt_add_opt(&mnt_opts, mo->kernel_opts) == -1) in fuse_kern_mount()
|
D | mount_bsd.c | 43 char *kernel_opts; member 123 return fuse_opt_add_opt(&mo->kernel_opts, arg); in fuse_mount_opt_proc() 283 free(mo->kernel_opts); in destroy_mount_opts() 294 return fuse_mount_core(mountpoint, mo->kernel_opts); in fuse_kern_mount()
|