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

12

/freebsd-11-stable/lib/libprocstat/
H A Dcommon_kvm.c169 case VLNK:
/freebsd-11-stable/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vnops.c398 if (va->va_type != VLNK)
401 pn_new = dtfs_genfile(pn_parent, pcn_src, VLNK);
419 assert(pn->pn_va.va_type == VLNK);
H A Ddtfs_vfsops.c115 { "lnk", VLNK, rtstr },
H A Ddtfs_subr.c218 case VLNK:
/freebsd-11-stable/sys/fs/nullfs/
H A Dnull_vnops.c475 case VLNK:
521 case VLNK:
547 case VLNK:
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_internal.h114 return (vp->v_type == VLNK ? 1 : 0);
H A Dfuse_vnops.c1055 if ((tmpvtype != VDIR) && (tmpvtype != VLNK)) {
1062 if (tmpvtype == VLNK)
1742 err = fuse_internal_newentry_core(dvp, vpp, cnp, VLNK, &fdi);
/freebsd-11-stable/sys/fs/pseudofs/
H A Dpseudofs_vncache.c180 (*vpp)->v_type = VLNK;
/freebsd-11-stable/sys/fs/tmpfs/
H A Dtmpfs_vnops.c161 tnode->tn_type != VLNK) &&
331 case VLNK:
1190 #ifdef notyet /* XXX FreeBSD BUG: kern_symlink is not setting VLNK */
1191 MPASS(vap->va_type == VLNK);
1193 vap->va_type = VLNK;
1269 MPASS(vp->v_type == VLNK);
H A Dtmpfs_subr.c167 * If the node type is set to 'VLNK', then the parameter target specifies
191 MPASS(IFF(type == VLNK, target != NULL));
259 case VLNK:
349 case VLNK:
616 case VLNK:
1270 case VLNK:
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_sa.c215 if (zp->z_acl_cached == NULL || ZTOV(zp)->v_type == VLNK)
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_fd.c227 case VLNK:
/freebsd-11-stable/sys/security/mac_bsdextended/
H A Dmac_bsdextended.c363 case VLNK:
/freebsd-11-stable/sys/fs/cd9660/
H A Dcd9660_vnops.c103 case VLNK:
149 case VLNK:
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clbio.c557 case VLNK:
702 if (vp->v_type == VLNK)
1651 case VLNK:
H A Dnfs_clvnops.c347 case VLNK:
473 } else if (vp->v_type == VLNK)
502 if (vp->v_type != VREG && vp->v_type != VDIR && vp->v_type != VLNK)
1318 if (vp->v_type != VLNK)
2008 vap->va_type = VLNK;
3246 case VLNK:
/freebsd-11-stable/sys/fs/fdescfs/
H A Dfdesc_vnops.c459 vap->va_type = (vp->v_vflag & VV_READLINK) == 0 ? VCHR : VLNK;
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_vnops.c322 case VLNK:
458 case VLNK:
2019 if (vp->v_type == VLNK) {
2267 case VLNK:
H A Dext2_inode.c143 if (ovp->v_type == VLNK &&
/freebsd-11-stable/sys/fs/udf/
H A Dudf_vnops.c167 case VLNK:
352 case VLNK:
/freebsd-11-stable/sys/kern/
H A Dvfs_lookup.c1003 if ((dp->v_type == VLNK) &&
1254 KASSERT(dp->v_type != VLNK || !(cnp->cn_flags & FOLLOW),
/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_vnops.c227 case VLNK:
878 case VLNK:
984 case VLNK:
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c522 if (dp->v_type == VLNK && (nd->nd_flag & ND_NFSV4)) {
559 vp->v_type != VDIR && vp->v_type != VLNK)
561 * Only allow lookup of VDIR and VLNK for traversal of
614 if (vnode_vtype(vp) != VLNK) {
1267 if (vtyp == VLNK)
1294 if ((nd->nd_flag & ND_NFSV4) && (vtyp == VDIR || vtyp == VLNK)) {
1303 } else if (vtyp == VLNK) {
/freebsd-11-stable/sys/fs/devfs/
H A Ddevfs_vnops.c493 vp->v_type = VLNK;
696 if (vp->v_type == VLNK)
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_vnops.c513 if (vp->v_type == VLNK) {
699 case VLNK:

Completed in 410 milliseconds

12