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

/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Dfdesc.h101 extern int fdesc_allocvp(fdntype, int, struct mount *, struct vnode **, enum vtype, int);
H A Ddevfs_tree.c1130 enum vtype vtype = 0; local
1205 vtype = VLNK;
1211 vtype = VDIR;
1215 vtype = (dnp->dn_type == DEV_BDEV) ? VBLK : VCHR;
1219 vtype = VDIR;
1224 vfsp.vnfs_vtype = vtype;
1231 if (vtype == VBLK || vtype == VCHR) {
H A Ddevfs_fdesc_support.c208 fdesc_allocvp(fdntype ftype, int ix, struct mount *mp, struct vnode **vpp, enum vtype vtype, int fdno) argument
229 (*vpp)->v_type = vtype;
248 vfsp.vnfs_vtype = vtype;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cnode.c180 enum vtype v_type;
645 enum vtype v_type;
845 enum vtype v_type;
980 enum vtype vtype; local
998 vtype = IFTOVT(attrp->ca_mode);
999 issystemfile = (descp->cd_flags & CD_ISMETA) && (vtype == VREG);
1002 /* Sanity check the vtype and mode */
1003 if (vtype == VBAD) {
1165 if ((vtype
[all...]
H A Dhfs_link.c416 enum vtype v_type;
H A Dhfs_vnops.c687 enum vtype v_type;
5078 enum vtype vnodetype;
H A Dhfs_readwrite.c4391 enum vtype vnodetype;
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode.h83 enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD, VSTR, enum
215 enum vtype vnfs_vtype; /* vnode type */
612 enum vtype va_type; /* file type (create only) */
664 extern enum vtype iftovt_tab[];
829 enum vtype vnode_vtype(vnode_t);
1873 int check_mountedon(dev_t dev, enum vtype type, int *errorp);
1890 enum vtype vnode_iftovt(int);
1891 int vnode_vttoif(enum vtype);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c128 vtonfs_type(enum vtype vtype, int nfsvers) argument
130 switch (vtype) {
157 enum vtype
191 vtonfsv2_mode(enum vtype vtype, mode_t m) argument
193 switch (vtype) {
201 return vnode_makeimode(vtype, m);
1218 enum vtype vtype; local
[all...]
H A Dnfs_vnops.c686 enum vtype vtype; local
697 vtype = vnode_vtype(vp);
698 if ((vtype != VREG) && (vtype != VDIR) && (vtype != VLNK))
708 if (vtype == VDIR)
715 if (vtype == VREG)
718 if (vtype == VDIR)
731 if (vtype !
925 enum vtype vtype; local
1420 enum vtype vtype = vnode_vtype(vp); local
[all...]
H A Dnfs.h1113 nfstype vtonfs_type(enum vtype, int);
1114 enum vtype nfstov_type(nfstype, int);
1115 int vtonfsv2_mode(enum vtype, mode_t);
H A Dnfsnode.h317 enum vtype nva_type; /* vnode type (for create) */
H A Dnfs_serv.c1899 enum vtype v_type;
2147 enum vtype vtyp;
2529 enum vtype fvtype, tvtype;
H A Dnfs4_vnops.c4241 enum vtype vtype; local
4256 vtype = vnode_vtype(ap->a_vp);
4257 if (vtype == VDIR) /* ignore lock requests on directories */
4259 if (vtype != VREG) /* anything other than regular files is invalid */
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_attrlist.c1212 int vtype = 0; local
1277 vtype = vp->v_type;
1283 if ((error = getattrlist_setupvattr(&al, &va, &fixedsize, &action, proc_is64, (vtype == VDIR))) != 0) {
1553 ATTR_PACK4(ab, vtype);
1636 if (vtype == VDIR) {
1777 if (al.dirattr && (vtype == VDIR)) {
1806 if (al.fileattr && (vtype != VDIR)) {
H A Dkpi_vfs.c1570 enum vtype
1577 vnode_vttoif(enum vtype indx)
1632 enum vtype
1883 enum vtype vt = vp->v_type;
H A Dvfs_subr.c153 enum vtype iftovt_tab[16] = {
2390 check_mountedon(dev_t dev, enum vtype type, int *errorp)
5197 panic("vnode_create: unknown vtype %d", vap->va_type);

Completed in 188 milliseconds