/freebsd/sys/fs/fuse/ |
H A D | fuse_internal.h | 91 static inline __enum_uint8(vtype) 285 fuse_internal_checkentry(struct fuse_entry_out *feo, __enum_uint8(vtype) vtyp) in fuse_internal_checkentry() 304 __enum_uint8(vtype) vtyp); 311 struct componentname *cnp, __enum_uint8(vtype) vtyp, struct fuse_dispatcher *fdip);
|
H A D | fuse_node.h | 126 __enum_uint8(vtype) vtype; 202 struct componentname *cnp, __enum_uint8(vtype) vtyp);
|
H A D | fuse_internal.c | 792 __enum_uint8(vtype) vtyp, in fuse_internal_newentry_core() 833 __enum_uint8(vtype) vtype) in fuse_internal_newentry() 898 __enum_uint8(vtype) vtyp; in fuse_internal_do_getattr() 1140 __enum_uint8(vtype) vtyp; in fuse_internal_setattr()
|
H A D | fuse_vnops.c | 1400 __enum_uint8(vtype) vtyp; 1448 __enum_uint8(vtype) vtyp; /* vnode type of target */ in fuse_vnop_lookup()
|
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonacl.c | 36 __enum_uint8(vtype) type, acl_perm_t *permp); 189 __enum_uint8(vtype) type, acl_perm_t *permp) in nfsrv_acemasktoperm() 279 __enum_uint8(vtype), int, int, struct acl_entry *); 286 __enum_uint8(vtype) type, int group, int owner, struct acl_entry *ace) in nfsrv_buildace() 394 nfsrv_buildacl(struct nfsrv_descript *nd, NFSACL_T *aclp, __enum_uint8(vtype) type, in nfsrv_buildacl()
|
H A D | nfs_var.h | 441 int nfsrv_buildacl(struct nfsrv_descript *, NFSACL_T *, __enum_uint8(vtype), 479 __enum_uint8(vtype), struct ucred *, NFSPROC_T *, struct nfsvattr *, 771 bool nfsrv_checkwrongsec(struct nfsrv_descript *, int, __enum_uint8(vtype));
|
H A D | nfs_commonsubs.c | 63 __enum_uint8(vtype) newnv2tov_type[8] = { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VNON, VNON }; 64 __enum_uint8(vtype) nv34tov_type[8]={ VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO };
|
/freebsd/sys/sys/ |
H A D | vnode.h | 129 __enum_uint8(vtype) v_type; /* u vnode type */ 130 __enum_uint8(vstate) v_state; /* u vnode state */ 282 __enum_uint8(vtype) va_type; /* vnode type (for create) */ 406 extern __enum_uint8(vtype) iftovt_tab[]; 721 int vaccess(__enum_uint8(vtype) type, mode_t file_mode, uid_t file_uid, 725 int vaccess_acl_nfs4(__enum_uint8(vtype) type, uid_t file_uid, gid_t file_gid, 727 int vaccess_acl_posix1e(__enum_uint8(vtype) type, uid_t file_uid, 1150 void vn_set_state_validate(struct vnode *vp, __enum_uint8(vstate) state); 1154 vn_set_state(struct vnode *vp, __enum_uint8(vstate) state) in vn_set_state() 1162 static inline __enum_uint8(vstate)
|
H A D | types.h | 351 #define __enum_uint8(name) enum enum_ ## name ## _uint8 macro 358 #define __enum_uint8(name) enum __attribute__((packed)) enum_ ## name ## _uint8 macro
|
/freebsd/sys/fs/tarfs/ |
H A D | tarfs.h | 59 __enum_uint8(vtype) type; 230 size_t namelen, __enum_uint8(vtype) type, off_t off, size_t sz,
|
H A D | tarfs_subr.c | 166 __enum_uint8(vtype) type, off_t off, size_t sz, time_t mtime, uid_t uid, gid_t gid, in tarfs_alloc_node()
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_extern.h | 62 ufs2_daddr_t, long, ino_t, __enum_uint8(vtype), struct workhead *, 100 __enum_uint8(vtype), struct workhead *);
|
H A D | softdep.h | 562 __enum_uint8(vtype) ff_vtype; /* owning inode's file type */ 590 __enum_uint8(vtype) fb_vtype; /* inode owner's file type */
|
H A D | ffs_snapshot.c | 90 __enum_uint8(vtype) vtype, in ffs_snapblkfree() 1781 __enum_uint8(vtype) vtype, in ffs_snapblkfree()
|
/freebsd/sys/netinet/ |
H A D | ip_var.h | 346 __enum_uint8(pf_mtag_dir) idir; /* initial pkt direction */ 348 __enum_uint8(pf_mtag_dir) ndir; /* new dir after re-enter */
|
/freebsd/sys/fs/tmpfs/ |
H A D | tmpfs.h | 184 __enum_uint8(vtype) tn_type; /* (c) */ 468 int tmpfs_alloc_node(struct mount *mp, struct tmpfs_mount *, __enum_uint8(vtype),
|
H A D | tmpfs_subr.c | 580 tmpfs_alloc_node(struct mount *mp, struct tmpfs_mount *tmp, __enum_uint8(vtype) type, in tmpfs_alloc_node()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clcomsubs.c | 46 extern __enum_uint8(vtype) newnv2tov_type[8]; 47 extern __enum_uint8(vtype) nv34tov_type[8];
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | vnode.h | 42 #define vtype_t __enum_uint8(vtype)
|
/freebsd/sys/kern/ |
H A D | subr_acl_posix1e.c | 56 vaccess_acl_posix1e(__enum_uint8(vtype) type, uid_t file_uid, gid_t file_gid, in vaccess_acl_posix1e()
|
H A D | subr_acl_nfs4.c | 171 vaccess_acl_nfs4(__enum_uint8(vtype) type, uid_t file_uid, gid_t file_gid, in vaccess_acl_nfs4()
|
H A D | vfs_subr.c | 158 __enum_uint8(vtype) iftovt_tab[16] = { 5584 vaccess(__enum_uint8(vtype) type, mode_t file_mode, uid_t file_uid, gid_t file_gid, in vaccess() 7353 vn_set_state_validate(struct vnode *vp, __enum_uint8(vstate) state) in vn_set_state_validate()
|
H A D | kern_linker.c | 1944 __enum_uint8(vtype) type; in linker_lookup_file()
|
/freebsd/sys/fs/unionfs/ |
H A D | union_subr.c | 310 __enum_uint8(vtype) vt; in unionfs_nodeget()
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdserv.c | 55 extern __enum_uint8(vtype) nv34tov_type[8]; 1160 __enum_uint8(vtype) vtyp; in nfsrvd_create() 1324 __enum_uint8(vtype) vtyp = VNON; in nfsrvd_mknod()
|