Searched refs:fufhp (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/fs/fuse/ |
| H A D | fuse_file.c | 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() 275 struct fuse_filehandle **fufhp, struct ucred *cred, pid_t pid) in fuse_filehandle_get() argument 305 if (fufhp != NULL) in fuse_filehandle_get() 306 *fufhp = fufh; in fuse_filehandle_get() 313 struct fuse_filehandle **fufhp, struct ucred *cred, pid_t pid) in fuse_filehandle_get_anyflags() argument 336 if (fufhp != NULL) in fuse_filehandle_get_anyflags() 337 *fufhp = fufh; in fuse_filehandle_get_anyflags() 343 struct fuse_filehandle **fufhp, struct ucred *cred, pid_t pid) in fuse_filehandle_getrw() argument 347 err = fuse_filehandle_get(vp, fflag, fufhp, cred, pid); in fuse_filehandle_getrw() [all …]
|
| H A D | fuse_file.h | 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,
|
| H A D | fuse_vnops.c | 271 fuse_filehandle_get_dir(struct vnode *vp, struct fuse_filehandle **fufhp, in fuse_filehandle_get_dir() argument 274 if (fuse_filehandle_get(vp, FREAD, fufhp, cred, pid) == 0) in fuse_filehandle_get_dir() 276 return fuse_filehandle_get(vp, FEXEC, fufhp, cred, pid); in fuse_filehandle_get_dir()
|