Searched refs:fuse_filehandle (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/fs/fuse/ |
H A D | fuse_file.h | 134 struct fuse_filehandle { struct 135 LIST_ENTRY(fuse_filehandle) next; 201 struct fuse_filehandle **fufhp, struct ucred *cred, 204 struct fuse_filehandle **fufhp, struct ucred *cred, 207 struct fuse_filehandle **fufhp, struct ucred *cred, 211 struct fuse_filehandle **fufhp, struct thread *td, 215 struct fuse_filehandle **fufhp, struct thread *td, 217 int fuse_filehandle_close(struct vnode *vp, struct fuse_filehandle *fufh,
|
H A D | fuse_file.c | 122 struct fuse_filehandle **fufhp, struct thread *td, struct ucred *cred) in fuse_filehandle_open() 187 fuse_filehandle_close(struct vnode *vp, struct fuse_filehandle *fufh, in fuse_filehandle_close() 241 struct fuse_filehandle *fufh; in fuse_filehandle_validrw() 273 struct fuse_filehandle **fufhp, struct ucred *cred, pid_t pid) in fuse_filehandle_get() 276 struct fuse_filehandle *fufh; in fuse_filehandle_get() 311 struct fuse_filehandle **fufhp, struct ucred *cred, pid_t pid) in fuse_filehandle_get_anyflags() 314 struct fuse_filehandle *fufh; in fuse_filehandle_get_anyflags() 341 struct fuse_filehandle **fufhp, struct ucred *cred, pid_t pid) in fuse_filehandle_getrw() 353 struct fuse_filehandle **fufhp, struct thread *td, const struct ucred *cred, in fuse_filehandle_init() 357 struct fuse_filehandle *fufh; in fuse_filehandle_init() [all …]
|
H A D | fuse_io.h | 70 struct ucred *cred, struct fuse_filehandle *fufh); 72 struct ucred *cred, struct fuse_filehandle *fufh, pid_t pid); 74 struct ucred *cred, struct fuse_filehandle *fufh, off_t filesize, 77 struct ucred *cred, struct fuse_filehandle *fufh, int ioflag, pid_t pid);
|
H A D | fuse_io.c | 127 struct ucred *cred, struct fuse_filehandle *fufh, pid_t pid) in fuse_read_biobackend() 233 struct ucred *cred, struct fuse_filehandle *fufh) in fuse_read_directbackend() 295 struct ucred *cred, struct fuse_filehandle *fufh, off_t filesize, in fuse_write_directbackend() 471 struct ucred *cred, struct fuse_filehandle *fufh, int ioflag, pid_t pid) in fuse_write_biobackend() 740 struct fuse_filehandle *fufh; in fuse_io_strategy()
|
H A D | fuse_vnops.c | 266 fuse_filehandle_get_dir(struct vnode *vp, struct fuse_filehandle **fufhp, in fuse_filehandle_get_dir() 279 struct fuse_filehandle *fufh; in fuse_flush() 378 struct fuse_filehandle *fufh; in fuse_vnop_do_lseek() 475 struct fuse_filehandle *fufh; in fuse_vnop_advlock() 591 struct fuse_filehandle *fufh; in fuse_vnop_allocate() 854 struct fuse_filehandle *infufh, *outfufh; in fuse_vnop_copy_file_range() 1250 struct fuse_filehandle *fufh, *fufh_tmp; in fuse_vnop_inactive() 1760 struct fuse_filehandle *fufh; in fuse_vnop_pathconf() 1854 struct fuse_filehandle *fufh; in fuse_vnop_read() 1925 struct fuse_filehandle *fufh = NULL; in fuse_vnop_readdir() [all …]
|
H A D | fuse_node.h | 105 LIST_HEAD(, fuse_filehandle) handles;
|
H A D | fuse_internal.h | 252 struct fuse_filehandle *fufh, struct fuse_iov *cookediov, int *ncookies,
|
H A D | fuse_internal.c | 374 struct fuse_filehandle *fufh; in fuse_internal_fsync() 553 struct fuse_filehandle *fufh, in fuse_internal_readdir() 1162 struct fuse_filehandle *fufh = NULL; in fuse_internal_setattr()
|