Home
last modified time | relevance | path

Searched refs:fuse_session_custom_io (Results 1 - 3 of 3) sorted by relevance

/third_party/libfuse/example/
H A Dhello_ll_uds.c344 if (fuse_session_custom_io(se, &io, cfd) != 0) in main()
/third_party/libfuse/include/
H A Dfuse_lowlevel.h2028 * fuse_session_custom_io() where fuse_session_mount() would have otherwise been
2049 int fuse_session_custom_io(struct fuse_session *se,
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c192 specified by fuse_session_custom_io()*/ in fuse_send_msg()
2975 specified by fuse_session_custom_io()*/
3110 int fuse_session_custom_io(struct fuse_session *se, const struct fuse_custom_io *io, function
3115 "fuse_session_custom_io()\n", fd);
3120 "fuse_session_custom_io()\n");
3127 fuse_log(FUSE_LOG_ERR, "io passed to fuse_session_custom_io() must "

Completed in 8 milliseconds