Searched refs:fuse_mount (Results 1 - 8 of 8) sorted by relevance
/third_party/ntfs-3g/libfuse-lite/ |
H A D | helper.c | 13 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 D | fuse_common.h | 165 struct fuse_chan *fuse_mount(const char *mountpoint, struct fuse_args *args);
|
/third_party/libfuse/example/ |
H A D | invalidate_path.c | 250 if (fuse_mount(fuse,opts.mountpoint) != 0) { in main()
|
/third_party/libfuse/lib/ |
H A D | helper.c | 351 if (fuse_mount(fuse,opts.mountpoint) != 0) { in fuse_main_real()
|
H A D | fuse.c | 5110 int fuse_mount(struct fuse *f, const char *mountpoint) { in fuse_mount() function
|
/third_party/libfuse/include/ |
H A D | fuse.h | 984 int fuse_mount(struct fuse *f, const char *mountpoint);
|
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g.c | 4192 * 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 D | lowntfs-3g.c | 4483 * 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 28 milliseconds