Home
last modified time | relevance | path

Searched refs:fuse_pollhandle (Results 1 – 7 of 7) sorted by relevance

/external/libfuse/include/
Dfuse_common.h557 struct fuse_pollhandle;
641 void fuse_pollhandle_destroy(struct fuse_pollhandle *ph);
Dfuse.h710 struct fuse_pollhandle *ph, unsigned *reventsp);
1211 struct fuse_file_info *fi, struct fuse_pollhandle *ph,
1226 int fuse_notify_poll(struct fuse_pollhandle *ph);
Dcuse_lowlevel.h65 struct fuse_pollhandle *ph);
Dfuse_lowlevel.h1123 struct fuse_pollhandle *ph);
1698 int fuse_lowlevel_notify_poll(struct fuse_pollhandle *ph);
/external/libfuse/lib/
Dcuse_lowlevel.c90 struct fuse_file_info *fi, struct fuse_pollhandle *ph) in cuse_fll_poll()
Dfuse_lowlevel.c47 struct fuse_pollhandle { struct
1970 void fuse_pollhandle_destroy(struct fuse_pollhandle *ph) in fuse_pollhandle_destroy()
1985 struct fuse_pollhandle *ph = NULL; in do_poll()
1988 ph = malloc(sizeof(struct fuse_pollhandle)); in do_poll()
2393 int fuse_lowlevel_notify_poll(struct fuse_pollhandle *ph) in fuse_lowlevel_notify_poll()
Dfuse.c2324 struct fuse_file_info *fi, struct fuse_pollhandle *ph, in fuse_fs_poll()
4301 struct fuse_file_info *fi, struct fuse_pollhandle *ph) in fuse_lib_poll()
4504 int fuse_notify_poll(struct fuse_pollhandle *ph) in fuse_notify_poll()