Home
last modified time | relevance | path

Searched refs:fufhp (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/fuse/
H A Dfuse_file.c122 struct fuse_filehandle **fufhp, struct thread *td, struct ucred *cred) in fuse_filehandle_open() argument
180 fuse_filehandle_init(vp, fufh_type, fufhp, td, cred, foo); in fuse_filehandle_open()
276 struct fuse_filehandle **fufhp, struct ucred *cred, pid_t pid) in fuse_filehandle_get() argument
306 if (fufhp != NULL) in fuse_filehandle_get()
307 *fufhp = fufh; in fuse_filehandle_get()
314 struct fuse_filehandle **fufhp, struct ucred *cred, pid_t pid) in fuse_filehandle_get_anyflags() argument
337 if (fufhp != NULL) in fuse_filehandle_get_anyflags()
338 *fufhp = fufh; in fuse_filehandle_get_anyflags()
344 struct fuse_filehandle **fufhp, struct ucred *cred, pid_t pid) in fuse_filehandle_getrw() argument
348 err = fuse_filehandle_get(vp, fflag, fufhp, cred, pid); in fuse_filehandle_getrw()
[all …]
H A Dfuse_file.h201 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,
H A Dfuse_vnops.c266 fuse_filehandle_get_dir(struct vnode *vp, struct fuse_filehandle **fufhp, in fuse_filehandle_get_dir() argument
269 if (fuse_filehandle_get(vp, FREAD, fufhp, cred, pid) == 0) in fuse_filehandle_get_dir()
271 return fuse_filehandle_get(vp, FEXEC, fufhp, cred, pid); in fuse_filehandle_get_dir()