Searched refs:fuse_filehandle (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/fs/fuse/
H A Dfuse_file.h136 struct fuse_filehandle { struct
137 LIST_ENTRY(fuse_filehandle) next;
169 * However, since we can't reliably associate a fuse_filehandle with a specific
203 struct fuse_filehandle **fufhp, struct ucred *cred,
206 struct fuse_filehandle **fufhp, struct ucred *cred,
209 struct fuse_filehandle **fufhp, struct ucred *cred,
213 struct fuse_filehandle **fufhp, struct thread *td,
216 struct fuse_filehandle **fufhp, struct thread *td,
218 int fuse_filehandle_close(struct vnode *vp, struct fuse_filehandle *fufh,
H A Dfuse_file.c125 struct fuse_filehandle **fufhp, struct thread *td, struct ucred *cred)
169 fuse_filehandle_close(struct vnode *vp, struct fuse_filehandle *fufh,
218 struct fuse_filehandle *fufh;
250 struct fuse_filehandle **fufhp, struct ucred *cred, pid_t pid)
253 struct fuse_filehandle *fufh;
288 struct fuse_filehandle **fufhp, struct ucred *cred, pid_t pid)
291 struct fuse_filehandle *fufh;
318 struct fuse_filehandle **fufhp, struct ucred *cred, pid_t pid)
330 struct fuse_filehandle **fufhp, struct thread *td, struct ucred *cred,
334 struct fuse_filehandle *fuf
[all...]
H A Dfuse_io.c129 struct ucred *cred, struct fuse_filehandle *fufh);
132 struct ucred *cred, struct fuse_filehandle *fufh, pid_t pid);
135 struct ucred *cred, struct fuse_filehandle *fufh, off_t filesize,
139 struct ucred *cred, struct fuse_filehandle *fufh, int ioflag, pid_t pid);
231 "int", "struct ucred*", "struct fuse_filehandle*");
238 struct fuse_filehandle *fufh;
340 struct ucred *cred, struct fuse_filehandle *fufh, pid_t pid)
446 struct ucred *cred, struct fuse_filehandle *fufh)
508 struct ucred *cred, struct fuse_filehandle *fufh, off_t filesize,
671 struct ucred *cred, struct fuse_filehandle *fuf
[all...]
H A Dfuse_node.h105 LIST_HEAD(, fuse_filehandle) handles;
H A Dfuse_internal.h254 struct fuse_filehandle *fufh, struct fuse_iov *cookediov, int *ncookies,
H A Dfuse_internal.c335 struct fuse_filehandle *fufh;
515 struct fuse_filehandle *fufh,
1151 struct fuse_filehandle *fufh = NULL;
H A Dfuse_vnops.c267 fuse_filehandle_get_dir(struct vnode *vp, struct fuse_filehandle **fufhp,
280 struct fuse_filehandle *fufh;
384 struct fuse_filehandle *fufh;
865 struct fuse_filehandle *fufh, *fufh_tmp;
1409 struct fuse_filehandle *fufh = NULL;
1541 struct fuse_filehandle *fufh, *fufh_tmp;
H A Dfuse_node.c333 * fuse_filehandle) for use
347 struct fuse_filehandle *fufh = NULL;

Completed in 171 milliseconds