Home
last modified time | relevance | path

Searched refs:fuse_session_mount (Results 1 - 12 of 12) sorted by relevance

/third_party/libfuse/example/
H A Dprintcap.c115 if (fuse_session_mount(se, mountpoint) != 0) in main()
H A Dhello_ll.c253 if (fuse_session_mount(se, opts.mountpoint) != 0) in main()
H A Dnotify_store_retrieve.c386 if (fuse_session_mount(se, opts.mountpoint) != 0) in main()
H A Dnotify_inval_entry.c343 if (fuse_session_mount(se, opts.mountpoint) != 0) in main()
H A Dnotify_inval_inode.c328 if (fuse_session_mount(se, opts.mountpoint) != 0) in main()
H A Dpassthrough_hp.cc1351 if (fuse_session_mount(se, argv[2]) != 0) in main()
H A Dpassthrough_ll.c1283 if (fuse_session_mount(se, opts.mountpoint) != 0) in main()
/third_party/libfuse/test/
H A Dtest_setattr.c164 assert(fuse_session_mount(se, fuse_opts.mountpoint) == 0); in main()
H A Dtest_write_cache.c258 assert(fuse_session_mount(se, fuse_opts.mountpoint) == 0); in main()
/third_party/libfuse/include/
H A Dfuse_lowlevel.h1994 * fuse_session_mount() and fuse_session_loop().
2027 * of calling fuse_session_mount() and fuse_session_unmount(), one could call
2028 * fuse_session_custom_io() where fuse_session_mount() would have otherwise been
2060 int fuse_session_mount(struct fuse_session *se, const char *mountpoint);
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c3144 int fuse_session_mount(struct fuse_session *se, const char *mountpoint) function
H A Dfuse.c5111 return fuse_session_mount(fuse_get_session(f), mountpoint); in fuse_mount()

Completed in 24 milliseconds