Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libfuse-lite/
H A Dhelper.c13 struct fuse_chan *fuse_mount(const char *mountpoint, struct fuse_args *args) in fuse_mount() function
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_common.h165 struct fuse_chan *fuse_mount(const char *mountpoint, struct fuse_args *args);
/third_party/libfuse/example/
H A Dinvalidate_path.c250 if (fuse_mount(fuse,opts.mountpoint) != 0) { in main()
/third_party/libfuse/lib/
H A Dhelper.c351 if (fuse_mount(fuse,opts.mountpoint) != 0) { in fuse_main_real()
H A Dfuse.c5110 int fuse_mount(struct fuse *f, const char *mountpoint) { in fuse_mount() function
/third_party/libfuse/include/
H A Dfuse.h984 int fuse_mount(struct fuse *f, const char *mountpoint);
/third_party/ntfs-3g/src/
H A Dntfs-3g.c4192 * FUSE kernel module, fuse_mount() can still fail if it's not in load_fuse_module()
4211 /* The fuse_mount() options get modified, so we always rebuild it */ in try_fuse_mount()
4219 fc = fuse_mount(opts.mnt_point, &margs); in try_fuse_mount()
H A Dlowntfs-3g.c4483 * FUSE kernel module, fuse_mount() can still fail if it's not
4502 /* The fuse_mount() options get modified, so we always rebuild it */
4510 fc = fuse_mount(opts.mnt_point, &margs);

Completed in 19 milliseconds