Home
last modified time | relevance | path

Searched refs:fdisp_make_vp (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/fs/fuse/
H A Dfuse_internal.c228 fdisp_make_vp(&fdi, FUSE_ACCESS, vp, td, cred); in fuse_internal_access()
398 fdisp_make_vp(&fdi, op, vp, td, NULL); in fuse_internal_fsync()
572 fdisp_make_vp(&fdi, FUSE_READDIR, vp, NULL, NULL); in fuse_internal_readdir()
698 fdisp_make_vp(&fdi, op, dvp, curthread, cnp->cn_cred); in fuse_internal_remove()
750 fdisp_make_vp(&fdi, FUSE_RENAME, fdvp, curthread, tcnp->cn_cred); in fuse_internal_rename()
904 fdisp_make_vp(&fdi, FUSE_GETATTR, vp, td, cred); in fuse_internal_do_getattr()
1145 fdisp_make_vp(&fdi, FUSE_SETATTR, vp, td, cred); in fuse_internal_setattr()
H A Dfuse_file.c153 fdisp_make_vp(&fdi, op, vp, td, cred); in fuse_filehandle_open()
207 fdisp_make_vp(&fdi, op, vp, td, cred); in fuse_filehandle_close()
H A Dfuse_ipc.h445 void fdisp_make_vp(struct fuse_dispatcher *fdip, enum fuse_opcode op,
457 fdisp_make_vp(fdip, op, vp, td, cred); in fdisp_simple_putget_vp()
H A Dfuse_vnops.c293 fdisp_make_vp(&fdi, FUSE_FLUSH, vp, td, cred); in fuse_flush()
390 fdisp_make_vp(&fdi, FUSE_LSEEK, vp, td, cred); in fuse_vnop_do_lseek()
549 fdisp_make_vp(&fdi, op, vp, td, cred); in fuse_vnop_advlock()
640 fdisp_make_vp(&fdi, FUSE_FALLOCATE, vp, curthread, cred); in fuse_vnop_allocate()
748 fdisp_make_vp(&fdi, FUSE_BMAP, vp, td, td->td_ucred); in fuse_vnop_bmap()
919 fdisp_make_vp(&fdi, FUSE_COPY_FILE_RANGE, invp, td, incred); in fuse_vnop_copy_file_range()
2440 fdisp_make_vp(&fdi, FUSE_SYMLINK, dvp, curthread, NULL); in fuse_vnop_symlink()
2646 fdisp_make_vp(&fdi, FUSE_GETXATTR, vp, td, cred); in fuse_vnop_getextattr()
2748 fdisp_make_vp(&fdi, FUSE_SETXATTR, vp, td, cred); in fuse_vnop_setextattr()
2897 fdisp_make_vp(&fdi, FUSE_LISTXATTR, vp, td, cred); in fuse_vnop_listextattr()
[all …]
H A Dfuse_io.c257 fdisp_make_vp(&fdi, FUSE_READ, vp, uio->uio_td, cred); in fuse_read_directbackend()
360 fdisp_make_vp(&fdi, FUSE_WRITE, vp, uio->uio_td, cred); in fuse_write_directbackend()
H A Dfuse_ipc.c953 fdisp_make_vp(struct fuse_dispatcher *fdip, enum fuse_opcode op, in fdisp_make_vp() function