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

12

/freebsd-13-stable/lib/libprocstat/
H A Dzfs_defs.c43 enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD, enum
51 enum vtype va_type; /* vnode type (for create) */
/freebsd-13-stable/sys/fs/fuse/
H A Dfuse_node.h120 enum vtype vtype; member in struct:fuse_vnode_data
195 struct componentname *cnp, enum vtype vtyp);
H A Dfuse_internal.h93 static inline enum vtype
286 fuse_internal_checkentry(struct fuse_entry_out *feo, enum vtype vtyp)
305 enum vtype vtyp);
312 struct componentname *cnp, enum vtype vtyp, struct fuse_dispatcher *fdip);
H A Dfuse_node.c157 uint64_t nodeid, enum vtype vtyp)
190 SDT_PROBE_DEFINE3(fusefs, , node, stale_vnode, "struct vnode*", "enum vtype",
196 enum vtype vtyp,
286 enum vtype vtyp)
H A Dfuse_internal.c172 int vtype; local
179 vtype = vnode_vtype(vp);
780 enum vtype vtyp,
821 enum vtype vtype)
830 err = fuse_internal_newentry_core(dvp, vpp, cnp, vtype, &fdi);
888 enum vtype vtyp;
1135 enum vtype vtyp;
1215 "vnode_vtype is VNON and vtype isn't.");
815 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
/freebsd-13-stable/sys/contrib/openzfs/include/
H A Dlibnvpair.h172 #define NVLIST_PRINTCTL_AVDECL(funcname, vtype) \
174 int (*)(nvlist_prtctl_t, void *, nvlist_t *, const char *, vtype, uint_t), \
/freebsd-13-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-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data.c594 bhnd_nvram_type vtype; local
602 vptr = bhnd_nvram_data_getvar_ptr_info(nv, cookiep, &vlen, &vtype,
608 error = bhnd_nvram_val_init(&val, fmt, vptr, vlen, vtype,
660 bhnd_nvram_type vtype; local
667 vptr = bhnd_nvram_data_getvar_ptr_info(nv, cookiep, &vlen, &vtype,
673 return (bhnd_nvram_val_new(value, fmt, vptr, vlen, vtype,
/freebsd-13-stable/sys/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.c47 #define DEFINEOP(opname, vtype) \
50 const char *, vtype); \
54 #define DEFINEARROP(opname, vtype) \
57 const char *, vtype, uint_t); \
184 * vtype - C type for the member value
189 #define NVLIST_PRTFUNC(type_and_variant, vtype, ptype, vfmt) \
192 nvlist_t *nvl, const char *name, vtype value) \
222 #define NVLIST_ARRPRTFUNC(type_and_variant, vtype, ptype, vfmt) \
225 nvlist_t *nvl, const char *name, vtype *valuep, uint_t count) \
420 #define NVLIST_PRINTCTL_REPLACE(type, vtype) \
[all...]
/freebsd-13-stable/sys/cddl/compat/opensolaris/sys/
H A Dpolicy.h71 vtype_t vtype);
/freebsd-13-stable/sys/fs/nfs/
H A Dnfs_commonacl.c38 enum vtype type, acl_perm_t *permp);
187 enum vtype type, acl_perm_t *permp)
277 enum vtype, int, int, struct acl_entry *);
284 enum vtype type, int group, int owner, struct acl_entry *ace)
392 nfsrv_buildacl(struct nfsrv_descript *nd, NFSACL_T *aclp, enum vtype type,
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dpolicy.h70 vtype_t vtype);
H A Dvnode.h39 typedef enum vtype vtype_t;
/freebsd-13-stable/sys/nfs/
H A Dnfs_common.h41 extern enum vtype nv3tov_type[];
/freebsd-13-stable/sys/ufs/ffs/
H A Dffs_extern.h65 ufs2_daddr_t, long, ino_t, enum vtype, struct workhead *, u_long);
100 enum vtype, struct workhead *);
H A Dffs_snapshot.c90 ffs_snapblkfree(fs, devvp, bno, size, inum, vtype, wkhd)
96 enum vtype vtype;
1783 ffs_snapblkfree(fs, devvp, bno, size, inum, vtype, wkhd)
1789 enum vtype vtype;
1947 if ((vtype == VDIR || dopersistence) &&
1958 if ((vtype == VDIR || dopersistence) &&
1976 if ((vtype == VDIR || dopersistence) &&
/freebsd-13-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-13-stable/sys/fs/tmpfs/
H A Dtmpfs.h171 enum vtype tn_type; /* (c) */
433 int tmpfs_alloc_node(struct mount *mp, struct tmpfs_mount *, enum vtype,
/freebsd-13-stable/sys/sys/
H A Dvnode.h59 enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD, enum
108 enum vtype v_type:8; /* u vnode type */
206 enum vtype xv_type; /* vnode type */
283 enum vtype va_type; /* vnode type (for create) */
407 extern enum vtype iftovt_tab[];
692 int vaccess(enum vtype type, mode_t file_mode, uid_t file_uid,
696 int vaccess_acl_nfs4(enum vtype type, uid_t file_uid, gid_t file_gid,
698 int vaccess_acl_posix1e(enum vtype type, uid_t file_uid,
/freebsd-13-stable/sbin/ipfw/
H A Dtables.c792 const char *vtype; local
836 if ((vtype = match_value(tablealgoclass, d.taclass)) == NULL)
837 vtype = "unknown";
840 table_show_tainfo(i, &d, "", vtype);
842 table_show_tainfo(i, &d, "IPv4 ", vtype);
845 if ((vtype = match_value(tablealgoclass, d.taclass)) == NULL)
846 vtype = "unknown";
851 table_show_tainfo(i, &d, "IPv6 ", vtype);
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clcomsubs.c48 extern enum vtype newnv2tov_type[8];
49 extern enum vtype nv34tov_type[8];
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c1320 zfs_acl_chmod(vtype_t vtype, uint64_t mode, boolean_t split, boolean_t trim, argument
1338 isdir = (vtype == VDIR);
1467 zfs_ace_can_use(vtype_t vtype, uint16_t acep_flags) argument
1471 if ((vtype == VDIR) && (iflags & ACE_DIRECTORY_INHERIT_ACE))
1474 return (!((vtype == VDIR) &&
1483 zfs_acl_inherit(zfsvfs_t *zfsvfs, vtype_t vtype, zfs_acl_t *paclp, argument
1497 boolean_t isdir = (vtype == VDIR);
1498 boolean_t isreg = (vtype == VREG);
1504 if (aclinherit == ZFS_ACL_DISCARD || vtype == VLNK)
1520 !zfs_ace_can_use(vtype, iflag
[all...]
/freebsd-13-stable/sys/contrib/libnv/
H A Dnvlist.c1558 #define NVLIST_ADD(vtype, type) \
1560 nvlist_add_##type(nvlist_t *nvl, const char *name, vtype value) \
1588 #define NVLIST_ADD_ARRAY(vtype, type) \
1590 nvlist_add_##type##_array(nvlist_t *nvl, const char *name, vtype value, \
1619 #define NVLIST_APPEND_ARRAY(vtype, type, TYPE) \
1621 nvlist_append_##type##_array(nvlist_t *nvl, const char *name, vtype value)\

Completed in 138 milliseconds

12