Searched refs:fuse_dispatcher (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/fs/fuse/
H A Dfuse_ipc.h409 struct fuse_dispatcher { struct
421 fdisp_init(struct fuse_dispatcher *fdisp, size_t iosize)
428 fdisp_destroy(struct fuse_dispatcher *fdisp)
436 void fdisp_refresh(struct fuse_dispatcher *fdip);
438 void fdisp_make(struct fuse_dispatcher *fdip, enum fuse_opcode op,
441 void fdisp_make_vp(struct fuse_dispatcher *fdip, enum fuse_opcode op,
444 void fdisp_refresh_vp(struct fuse_dispatcher *fdip, enum fuse_opcode op,
447 int fdisp_wait_answ(struct fuse_dispatcher *fdip);
450 fdisp_simple_putget_vp(struct fuse_dispatcher *fdip, enum fuse_opcode op,
H A Dfuse_internal.c174 struct fuse_dispatcher fdi;
333 struct fuse_dispatcher fdi;
520 struct fuse_dispatcher fdi;
681 struct fuse_dispatcher fdi;
733 struct fuse_dispatcher fdi;
766 struct fuse_dispatcher *fdip)
781 struct fuse_dispatcher *fdip)
824 struct fuse_dispatcher fdi;
855 struct fuse_dispatcher fdi;
881 struct fuse_dispatcher fd
[all...]
H A Dfuse_ipc.c101 static void fdisp_make_pid(struct fuse_dispatcher *fdip, enum fuse_opcode op,
192 struct fuse_dispatcher fdi;
914 fdisp_refresh_pid(struct fuse_dispatcher *fdip, enum fuse_opcode op,
931 fdisp_make_pid(struct fuse_dispatcher *fdip, enum fuse_opcode op,
948 fdisp_make(struct fuse_dispatcher *fdip, enum fuse_opcode op, struct mount *mp,
958 fdisp_make_vp(struct fuse_dispatcher *fdip, enum fuse_opcode op,
969 /* Refresh a fuse_dispatcher so it can be reused, but don't zero its data */
971 fdisp_refresh_vp(struct fuse_dispatcher *fdip, enum fuse_opcode op,
980 fdisp_refresh(struct fuse_dispatcher *fdip)
988 fdisp_wait_answ(struct fuse_dispatcher *fdi
[all...]
H A Dfuse_internal.h309 struct fuse_dispatcher *fdip);
312 struct componentname *cnp, enum vtype vtyp, struct fuse_dispatcher *fdip);
H A Dfuse_vnops.c282 struct fuse_dispatcher fdi;
326 struct fuse_dispatcher fdi;
422 struct fuse_dispatcher fdi;
515 struct fuse_dispatcher fdi;
641 struct fuse_dispatcher fdi;
743 struct fuse_dispatcher *fdip,
786 struct fuse_dispatcher fdi, fdi2;
787 struct fuse_dispatcher *fdip = &fdi;
788 struct fuse_dispatcher *fdip2 = NULL;
1115 struct fuse_dispatcher fd
[all...]
H A Dfuse_file.c127 struct fuse_dispatcher fdi;
172 struct fuse_dispatcher fdi;
H A Dfuse_vfsops.c477 struct fuse_dispatcher fdi;
538 struct fuse_dispatcher fdi;
650 struct fuse_dispatcher fdi;
H A Dfuse_node.c349 struct fuse_dispatcher fdi;
H A Dfuse_io.c402 "struct fuse_dispatcher*", "struct fuse_read_in*", "struct uio*");
409 struct fuse_dispatcher fdi;
475 struct fuse_dispatcher fdi;

Completed in 137 milliseconds