Searched refs:fuse_dispatcher (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/fs/fuse/ |
H A D | fuse_ipc.h | 417 struct fuse_dispatcher { struct 429 fdisp_init(struct fuse_dispatcher *fdisp, size_t iosize) in fdisp_init() argument 436 fdisp_destroy(struct fuse_dispatcher *fdisp) in fdisp_destroy() 444 void fdisp_make(struct fuse_dispatcher *fdip, enum fuse_opcode op, 447 void fdisp_make_vp(struct fuse_dispatcher *fdip, enum fuse_opcode op, 450 void fdisp_refresh_vp(struct fuse_dispatcher *fdip, enum fuse_opcode op, 453 int fdisp_wait_answ(struct fuse_dispatcher *fdip); 456 fdisp_simple_putget_vp(struct fuse_dispatcher *fdip, enum fuse_opcode op, in fdisp_simple_putget_vp()
|
H A D | fuse_internal.c | 170 struct fuse_dispatcher fdi; in fuse_internal_access() 373 struct fuse_dispatcher fdi; in fuse_internal_fsync() 559 struct fuse_dispatcher fdi; in fuse_internal_readdir() 693 struct fuse_dispatcher fdi; in fuse_internal_remove() 745 struct fuse_dispatcher fdi; in fuse_internal_rename() 778 struct fuse_dispatcher *fdip) in fuse_internal_newentry_makerequest() 793 struct fuse_dispatcher *fdip) in fuse_internal_newentry_core() 836 struct fuse_dispatcher fdi; in fuse_internal_newentry() 867 struct fuse_dispatcher fdi; in fuse_internal_forget_send() 890 struct fuse_dispatcher fdi; in fuse_internal_do_getattr() [all …]
|
H A D | fuse_ipc.c | 98 static void fdisp_make_pid(struct fuse_dispatcher *fdip, enum fuse_opcode op, 190 struct fuse_dispatcher fdi; in fuse_interrupt_send() 902 fdisp_refresh_pid(struct fuse_dispatcher *fdip, enum fuse_opcode op, in fdisp_refresh_pid() 919 fdisp_make_pid(struct fuse_dispatcher *fdip, enum fuse_opcode op, in fdisp_make_pid() 936 fdisp_make(struct fuse_dispatcher *fdip, enum fuse_opcode op, struct mount *mp, in fdisp_make() 946 fdisp_make_vp(struct fuse_dispatcher *fdip, enum fuse_opcode op, in fdisp_make_vp() 959 fdisp_refresh_vp(struct fuse_dispatcher *fdip, enum fuse_opcode op, in fdisp_refresh_vp() 970 fdisp_wait_answ(struct fuse_dispatcher *fdip) in fdisp_wait_answ()
|
H A D | fuse_vnops.c | 282 struct fuse_dispatcher fdi; in fuse_flush() 383 struct fuse_dispatcher fdi; in fuse_vnop_do_lseek() 484 struct fuse_dispatcher fdi; in fuse_vnop_advlock() 602 struct fuse_dispatcher fdi; in fuse_vnop_allocate() 697 struct fuse_dispatcher fdi; in fuse_vnop_bmap() 871 struct fuse_dispatcher fdi; in fuse_vnop_copy_file_range() 985 struct fuse_dispatcher *fdip, in fdisp_make_mknod_for_fallback() 1028 struct fuse_dispatcher fdi, fdi2; in fuse_vnop_create() 1029 struct fuse_dispatcher *fdip = &fdi; in fuse_vnop_create() 1030 struct fuse_dispatcher *fdip2 = NULL; in fuse_vnop_create() [all …]
|
H A D | fuse_internal.h | 308 struct fuse_dispatcher *fdip); 311 struct componentname *cnp, __enum_uint8(vtype) vtyp, struct fuse_dispatcher *fdip);
|
H A D | fuse_file.c | 125 struct fuse_dispatcher fdi; in fuse_filehandle_open() 191 struct fuse_dispatcher fdi; in fuse_filehandle_close()
|
H A D | fuse_vfsops.c | 486 struct fuse_dispatcher fdi; in fuse_vfsop_unmount() 547 struct fuse_dispatcher fdi; in fuse_vfsop_vget() 659 struct fuse_dispatcher fdi; in fuse_vfsop_statfs()
|
H A D | fuse_io.c | 236 struct fuse_dispatcher fdi; in fuse_read_directbackend() 302 struct fuse_dispatcher fdi; in fuse_write_directbackend()
|
H A D | fuse_node.c | 385 struct fuse_dispatcher fdi; in fuse_vnode_savesize()
|