Lines Matching refs:fufhp
122 struct fuse_filehandle **fufhp, struct thread *td, struct ucred *cred) in fuse_filehandle_open() argument
177 fuse_filehandle_init(vp, fufh_type, fufhp, td, cred, foo); in fuse_filehandle_open()
273 struct fuse_filehandle **fufhp, struct ucred *cred, pid_t pid) in fuse_filehandle_get() argument
303 if (fufhp != NULL) in fuse_filehandle_get()
304 *fufhp = fufh; in fuse_filehandle_get()
311 struct fuse_filehandle **fufhp, struct ucred *cred, pid_t pid) in fuse_filehandle_get_anyflags() argument
334 if (fufhp != NULL) in fuse_filehandle_get_anyflags()
335 *fufhp = fufh; in fuse_filehandle_get_anyflags()
341 struct fuse_filehandle **fufhp, struct ucred *cred, pid_t pid) in fuse_filehandle_getrw() argument
345 err = fuse_filehandle_get(vp, fflag, fufhp, cred, pid); in fuse_filehandle_getrw()
347 err = fuse_filehandle_get(vp, FREAD | FWRITE, fufhp, cred, pid); in fuse_filehandle_getrw()
353 struct fuse_filehandle **fufhp, struct thread *td, const struct ucred *cred, in fuse_filehandle_init() argument
372 if (fufhp != NULL) in fuse_filehandle_init()
373 *fufhp = fufh; in fuse_filehandle_init()