Home
last modified time | relevance | path

Searched refs:vtype (Results 1 – 25 of 50) sorted by relevance

12

/freebsd-13.1/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vfsops.c44 rtstr(struct puffs_usermount *pu, const char *str, enum vtype vt) in rtstr()
66 rtdev(struct puffs_usermount *pu, const char *str, enum vtype vt) in rtdev()
90 rtnorm(struct puffs_usermount *pu, const char *str, enum vtype vt) in rtnorm()
108 enum vtype vt;
109 int (*pfunc)(struct puffs_usermount *, const char *, enum vtype);
H A Ddtfs.h103 const struct puffs_cn *, enum vtype);
118 void dtfs_baseattrs(struct vattr *, enum vtype, ino_t);
H A Ddtfs_subr.c43 dtfs_baseattrs(struct vattr *vap, enum vtype type, ino_t id) in dtfs_baseattrs()
82 enum vtype type) in dtfs_genfile()
/freebsd-13.1/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data.c594 bhnd_nvram_type vtype; in bhnd_nvram_data_generic_rp_getvar() local
602 vptr = bhnd_nvram_data_getvar_ptr_info(nv, cookiep, &vlen, &vtype, in bhnd_nvram_data_generic_rp_getvar()
608 error = bhnd_nvram_val_init(&val, fmt, vptr, vlen, vtype, in bhnd_nvram_data_generic_rp_getvar()
660 bhnd_nvram_type vtype; in bhnd_nvram_data_generic_rp_copy_val() local
667 vptr = bhnd_nvram_data_getvar_ptr_info(nv, cookiep, &vlen, &vtype, in bhnd_nvram_data_generic_rp_copy_val()
673 return (bhnd_nvram_val_new(value, fmt, vptr, vlen, vtype, in bhnd_nvram_data_generic_rp_copy_val()
/freebsd-13.1/sys/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.c47 #define DEFINEOP(opname, vtype) \ argument
50 const char *, vtype); \
54 #define DEFINEARROP(opname, vtype) \ argument
57 const char *, vtype, uint_t); \
192 nvlist_t *nvl, const char *name, vtype value) \
420 #define NVLIST_PRINTCTL_REPLACE(type, vtype) \ argument
446 #define NVLIST_PRINTCTL_AREPLACE(type, vtype) \ argument
771 #define NVP(elem, type, vtype, ptype, format) { \ argument
772 vtype value; \
779 #define NVPA(elem, type, vtype, ptype, format) { \ argument
[all …]
/freebsd-13.1/sys/fs/fuse/
H A Dfuse_node.h127 enum vtype vtype; member
202 struct componentname *cnp, enum vtype vtyp);
H A Dfuse_internal.h93 static inline enum vtype
287 fuse_internal_checkentry(struct fuse_entry_out *feo, enum vtype vtyp) in fuse_internal_checkentry()
306 enum vtype vtyp);
313 struct componentname *cnp, enum vtype vtyp, struct fuse_dispatcher *fdip);
H A Dfuse_node.c157 uint64_t nodeid, enum vtype vtyp) in fuse_vnode_init()
197 enum vtype vtyp, in fuse_vnode_alloc()
290 enum vtype vtyp) in fuse_vnode_get()
H A Dfuse_internal.c796 enum vtype vtyp, in fuse_internal_newentry_core()
837 enum vtype vtype) in fuse_internal_newentry() argument
846 err = fuse_internal_newentry_core(dvp, vpp, cnp, vtype, &fdi); in fuse_internal_newentry()
902 enum vtype vtyp; in fuse_internal_do_getattr()
1144 enum vtype vtyp; in fuse_internal_setattr()
/freebsd-13.1/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.1/sys/contrib/openzfs/include/
H A Dlibnvpair.h172 #define NVLIST_PRINTCTL_AVDECL(funcname, vtype) \ argument
174 int (*)(nvlist_prtctl_t, void *, nvlist_t *, const char *, vtype, uint_t), \
/freebsd-13.1/sys/fs/nfs/
H A Dnfs_commonacl.c38 enum vtype type, acl_perm_t *permp);
191 enum vtype type, acl_perm_t *permp) in nfsrv_acemasktoperm()
281 enum vtype, int, int, struct acl_entry *);
288 enum vtype type, int group, int owner, struct acl_entry *ace) in nfsrv_buildace()
396 nfsrv_buildacl(struct nfsrv_descript *nd, NFSACL_T *aclp, enum vtype type, in nfsrv_buildacl()
/freebsd-13.1/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[];
706 int vaccess(enum vtype type, mode_t file_mode, uid_t file_uid,
710 int vaccess_acl_nfs4(enum vtype type, uid_t file_uid, gid_t file_gid,
712 int vaccess_acl_posix1e(enum vtype type, uid_t file_uid,
/freebsd-13.1/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.c91 ffs_snapblkfree(fs, devvp, bno, size, inum, vtype, wkhd) in ffs_snapblkfree() argument
97 enum vtype vtype;
1775 ffs_snapblkfree(fs, devvp, bno, size, inum, vtype, wkhd) in ffs_snapblkfree() argument
1781 enum vtype vtype;
1945 if ((vtype == VDIR || dopersistence) &&
1956 if ((vtype == VDIR || dopersistence) &&
1974 if ((vtype == VDIR || dopersistence) &&
/freebsd-13.1/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) in verify_file()
141 verify(unsigned char *buff, size_t used, enum vtype type, struct fns *fns) in verify()
/freebsd-13.1/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.1/sys/cddl/compat/opensolaris/sys/
H A Dpolicy.h71 vtype_t vtype);
/freebsd-13.1/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.1/sys/nfs/
H A Dnfs_common.h41 extern enum vtype nv3tov_type[];
/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c1322 zfs_acl_chmod(vtype_t vtype, uint64_t mode, boolean_t split, boolean_t trim, in zfs_acl_chmod() argument
1340 isdir = (vtype == VDIR); in zfs_acl_chmod()
1469 zfs_ace_can_use(vtype_t vtype, uint16_t acep_flags) in zfs_ace_can_use() argument
1473 if ((vtype == VDIR) && (iflags & ACE_DIRECTORY_INHERIT_ACE)) in zfs_ace_can_use()
1476 return (!((vtype == VDIR) && in zfs_ace_can_use()
1485 zfs_acl_inherit(zfsvfs_t *zfsvfs, vtype_t vtype, zfs_acl_t *paclp, in zfs_acl_inherit() argument
1499 boolean_t isdir = (vtype == VDIR); in zfs_acl_inherit()
1500 boolean_t isreg = (vtype == VREG); in zfs_acl_inherit()
1506 if (aclinherit == ZFS_ACL_DISCARD || vtype == VLNK) in zfs_acl_inherit()
1522 !zfs_ace_can_use(vtype, iflags)) in zfs_acl_inherit()
/freebsd-13.1/sbin/ipfw/
H A Dtables.c792 const char *vtype; in table_show_info() local
836 if ((vtype = match_value(tablealgoclass, d.taclass)) == NULL) in table_show_info()
837 vtype = "unknown"; in table_show_info()
840 table_show_tainfo(i, &d, "", vtype); in table_show_info()
842 table_show_tainfo(i, &d, "IPv4 ", vtype); in table_show_info()
845 if ((vtype = match_value(tablealgoclass, d.taclass)) == NULL) in table_show_info()
846 vtype = "unknown"; in table_show_info()
851 table_show_tainfo(i, &d, "IPv6 ", vtype); in table_show_info()
/freebsd-13.1/sys/fs/nfsclient/
H A Dnfs_clcomsubs.c48 extern enum vtype newnv2tov_type[8];
49 extern enum vtype nv34tov_type[8];
/freebsd-13.1/sys/contrib/libnv/
H A Dnvlist.c1536 #define NVLIST_ADD(vtype, type) \ argument
1538 nvlist_add_##type(nvlist_t *nvl, const char *name, vtype value) \
1566 #define NVLIST_ADD_ARRAY(vtype, type) \ argument
1568 nvlist_add_##type##_array(nvlist_t *nvl, const char *name, vtype value, \
1597 #define NVLIST_APPEND_ARRAY(vtype, type, TYPE) \ in NVLIST_ADD_ARRAY() argument
1599 nvlist_append_##type##_array(nvlist_t *nvl, const char *name, vtype value)\ in NVLIST_ADD_ARRAY()

12