Searched refs:fufh_type (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/fs/fuse/
H A Dfuse_file.c130 fufh_type_t fufh_type; local
136 fufh_type = fflags_2_fufh_type(a_mode);
137 oflags = fufh_type_2_fflags(fufh_type);
142 MPASS(fufh_type == FUFH_RDONLY || fufh_type == FUFH_EXEC);
160 fuse_filehandle_init(vp, fufh_type, fufhp, td, cred, foo);
187 fri->flags = fufh_type_2_fflags(fufh->fufh_type);
219 fufh_type_t fufh_type = fflags_2_fufh_type(mode); local
226 if (fufh->fufh_type == fufh_type
254 fufh_type_t fufh_type; local
329 fuse_filehandle_init(struct vnode *vp, fufh_type_t fufh_type, struct fuse_filehandle **fufhp, struct thread *td, struct ucred *cred, struct fuse_open_out *foo) argument
[all...]
H A Dfuse_file.h78 typedef enum fufh_type { enum
155 fufh_type_t fufh_type; member in struct:fuse_filehandle
163 #define FUFH_IS_VALID(f) ((f)->fufh_type != FUFH_INVALID)
212 void fuse_filehandle_init(struct vnode *vp, fufh_type_t fufh_type,
H A Dfuse_io.c479 fri->flags = fufh_type_2_fflags(fufh->fufh_type);
577 fwi->flags = fufh_type_2_fflags(fufh->fufh_type);
H A Dfuse_vnops.c1548 "(type=%#x)", fufh->fufh_type);

Completed in 111 milliseconds