Searched refs:vtype (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-11-stable/sys/sparc64/include/
H A Datomic.h175 #define ATOMIC_GEN(name, ptype, vtype, atype, sz) \
177 static __inline vtype \
180 return ((vtype)atomic_op((p), +, (v), sz)); \
182 static __inline vtype \
185 return ((vtype)atomic_op_acq((p), +, (v), sz)); \
187 static __inline vtype \
190 return ((vtype)atomic_op_rel((p), +, (v), sz)); \
193 static __inline vtype \
196 return ((vtype)atomic_op((p), &, ~(v), sz)); \
198 static __inline vtype \
[all...]
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_node.h90 enum vtype vtype; member in struct:fuse_vnode_data
119 enum vtype vtyp);
H A Dfuse_internal.h87 static __inline enum vtype
300 fuse_internal_checkentry(struct fuse_entry_out *feo, enum vtype vtyp)
303 "feo=%p, vtype=%d\n", feo, vtyp);
333 enum vtype vtyp);
348 enum vtype vtyp,
H A Dfuse_internal.c115 int vtype; local
131 vtype = vnode_vtype(vp);
154 if (((vtype == VREG) && (mode & VEXEC))) {
469 enum vtype vtyp,
502 enum vtype vtype)
511 err = fuse_internal_newentry_core(dvp, vpp, cnp, vtype, &fdi);
496 fuse_internal_newentry(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, enum fuse_opcode op, void *buf, size_t bufsize, enum vtype vtype) argument
H A Dfuse_node.c132 uint64_t nodeid, enum vtype vtyp)
176 enum vtype vtyp,
234 enum vtype vtyp)
/freebsd-11-stable/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs.h103 const struct puffs_cn *, enum vtype);
118 void dtfs_baseattrs(struct vattr *, enum vtype, ino_t);
H A Ddtfs_vfsops.c44 rtstr(struct puffs_usermount *pu, const char *str, enum vtype vt)
66 rtdev(struct puffs_usermount *pu, const char *str, enum vtype vt)
90 rtnorm(struct puffs_usermount *pu, const char *str, enum vtype vt)
108 enum vtype vt;
109 int (*pfunc)(struct puffs_usermount *, const char *, enum vtype);
H A Ddtfs_subr.c43 dtfs_baseattrs(struct vattr *vap, enum vtype type, ino_t id)
82 enum vtype type)
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libnvpair/
H A Dlibnvpair.h172 #define NVLIST_PRINTCTL_AVDECL(funcname, vtype) \
174 int (*)(nvlist_prtctl_t, void *, nvlist_t *, const char *, vtype, uint_t), \
H A Dlibnvpair.c46 #define DEFINEOP(opname, vtype) \
49 const char *, vtype); \
53 #define DEFINEARROP(opname, vtype) \
56 const char *, vtype, uint_t); \
183 * vtype - C type for the member value
188 #define NVLIST_PRTFUNC(type_and_variant, vtype, ptype, vfmt) \
191 nvlist_t *nvl, const char *name, vtype value) \
221 #define NVLIST_ARRPRTFUNC(type_and_variant, vtype, ptype, vfmt) \
224 nvlist_t *nvl, const char *name, vtype *valuep, uint_t count) \
419 #define NVLIST_PRINTCTL_REPLACE(type, vtype) \
[all...]
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dpolicy.h71 vtype_t vtype);
H A Dvnode.h39 typedef enum vtype vtype_t;
/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_commonacl.c36 enum vtype type, acl_perm_t *permp);
185 enum vtype type, acl_perm_t *permp)
275 enum vtype, int, int, struct acl_entry *);
282 enum vtype type, int group, int owner, struct acl_entry *ace)
390 nfsrv_buildacl(struct nfsrv_descript *nd, NFSACL_T *aclp, enum vtype type,
/freebsd-11-stable/sys/nfs/
H A Dnfs_common.h39 extern enum vtype nv3tov_type[];
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_extern.h64 ufs2_daddr_t, long, ino_t, enum vtype, struct workhead *);
89 enum vtype, struct workhead *);
H A Dffs_snapshot.c85 ffs_snapblkfree(fs, devvp, bno, size, inum, vtype, wkhd)
91 enum vtype vtype;
1743 ffs_snapblkfree(fs, devvp, bno, size, inum, vtype, wkhd)
1749 enum vtype vtype;
1907 if ((vtype == VDIR || dopersistence) &&
1918 if ((vtype == VDIR || dopersistence) &&
1936 if ((vtype == VDIR || dopersistence) &&
H A Dsoftdep.h549 enum vtype ff_vtype; /* owning inode's file type */
576 enum vtype fb_vtype; /* inode owner's file type */
/freebsd-11-stable/sys/fs/tmpfs/
H A Dtmpfs.h173 enum vtype tn_type; /* (c) */
422 int tmpfs_alloc_node(struct mount *mp, struct tmpfs_mount *, enum vtype,
/freebsd-11-stable/sys/sys/
H A Dvnode.h56 enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD, enum
172 enum vtype v_type; /* u vnode type */
198 enum vtype xv_type; /* vnode type */
263 enum vtype va_type; /* vnode type (for create) */
384 extern enum vtype iftovt_tab[];
655 int vaccess(enum vtype type, mode_t file_mode, uid_t file_uid,
658 int vaccess_acl_nfs4(enum vtype type, uid_t file_uid, gid_t file_gid,
661 int vaccess_acl_posix1e(enum vtype type, uid_t file_uid,
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_format_iso9660_filename.c63 enum vtype { enum
73 verify_file(struct archive *a, enum vtype type, struct fns *fns)
141 verify(unsigned char *buff, size_t used, enum vtype type, struct fns *fns)
/freebsd-11-stable/sbin/ipfw/
H A Dtables.c793 const char *vtype; local
837 if ((vtype = match_value(tablealgoclass, d.taclass)) == NULL)
838 vtype = "unknown";
841 table_show_tainfo(i, &d, "", vtype);
843 table_show_tainfo(i, &d, "IPv4 ", vtype);
846 if ((vtype = match_value(tablealgoclass, d.taclass)) == NULL)
847 vtype = "unknown";
852 table_show_tainfo(i, &d, "IPv6 ", vtype);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_acl.c1316 zfs_acl_chmod(vtype_t vtype, uint64_t mode, boolean_t split, boolean_t trim, argument
1334 isdir = (vtype == VDIR);
1462 zfs_ace_can_use(vtype_t vtype, uint16_t acep_flags) argument
1466 if ((vtype == VDIR) && (iflags & ACE_DIRECTORY_INHERIT_ACE))
1469 return (!((vtype == VDIR) &&
1478 zfs_acl_inherit(zfsvfs_t *zfsvfs, vtype_t vtype, zfs_acl_t *paclp, argument
1492 boolean_t isdir = (vtype == VDIR);
1493 boolean_t isreg = (vtype == VREG);
1499 if (aclinherit == ZFS_ACL_DISCARD || vtype == VLNK)
1515 !zfs_ace_can_use(vtype, iflag
[all...]
/freebsd-11-stable/sys/contrib/libnv/
H A Dnvlist.c1548 #define NVLIST_ADD(vtype, type) \
1550 nvlist_add_##type(nvlist_t *nvl, const char *name, vtype value) \
1578 #define NVLIST_ADD_ARRAY(vtype, type) \
1580 nvlist_add_##type##_array(nvlist_t *nvl, const char *name, vtype value, \
1609 #define NVLIST_APPEND_ARRAY(vtype, type, TYPE) \
1611 nvlist_append_##type##_array(nvlist_t *nvl, const char *name, vtype value)\
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clcomsubs.c47 extern enum vtype newnv2tov_type[8];
48 extern enum vtype nv34tov_type[8];
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_policy.c416 vtype_t vtype)
415 secpolicy_xvattr(vnode_t *vp, xvattr_t *xvap, uid_t owner, cred_t *cr, vtype_t vtype) argument

Completed in 150 milliseconds

12