Searched refs:VLNK (Results 26 - 50 of 55) sorted by relevance

123

/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c2867 vap->va_type = VLNK;
2912 vap->va_type = VLNK;
2984 vap->va_type = VLNK;
4259 vp->v_type = VLNK;
4545 vp->v_type = VLNK;
4551 vp->v_type = VLNK;
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c652 vp->v_type != VLNK && vp->v_type != VFIFO &&
660 ip->i_ufsvfs->vfs_root->v_type != VLNK &&
H A Dufs_inode.c1228 ASSERT(ITOV(oip)->v_type == VLNK);
H A Dufs_vnops.c2472 if (vp->v_type != VLNK) {
4139 vap->va_type = VLNK;
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c893 ip->i_type = VLNK;
1580 (!(mode == VLNK && length == 0))) {
H A Dudf_vnops.c1280 vap->va_type = VLNK;
1409 if (vp->v_type != VLNK) {
3013 (ip->i_type != VLNK)) {
3147 (ip->i_type != VLNK)) {
H A Dudf_alloc.c1145 case VLNK :
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c1174 VREG, VNON, VLNK, VNON, VSOCK, VNON, VNON, VNON
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c539 { VLNK, "LNK" },
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_profile.c277 ASSERT(gdv && gdv->v_type != VLNK);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_dir.c548 (ZTOV(xzp)->v_type == VLNK));
H A Dzfs_znode.c720 case VLNK:
H A Dzfs_acl.c1514 if (aclinherit == ZFS_ACL_DISCARD || vtype == VLNK)
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c1009 VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK
1101 VBAD, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO
H A Dnfs4_srv.c1686 vap->va_type = VLNK;
2339 sarg.vap->va_type = VLNK;
2905 if (cs->vp->v_type == VLNK) {
3775 if (vp->v_type != VLNK) {
6141 if (fva.va_type == VLNK)
6224 else if ((*vpp)->v_type == VLNK)
6400 else if (sarg.vap->va_type == VLNK)
6987 else if (v_type == VLNK)
H A Dnfs4_srv_readdir.c856 va.va_type = VLNK;
H A Dnfs3_xdr.c788 case VLNK:
H A Dnfs4_xdr.c1381 vap->va_type == VLNK) {
1978 vap->va_type == VLNK) {
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c1641 if (vp->v_type != VLNK)
1709 if (tp->tn_type == VLNK)
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h165 VLNK = 5, enumerator in enum:vtype
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h164 VLNK = 5, enumerator in enum:vtype
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c210 VREG, VNON, VLNK, VNON, VSOCK, VNON, VNON, VNON
1098 if ((filemode & FNOFOLLOW) && vp->v_type == VLNK) {
4568 if ((vp->v_type != VLNK) ||
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c359 if (vp->v_type != VLNK)
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_fsops.c1927 if ((flags & SMB_FOLLOW_LINKS) && (vp->v_type == VLNK) &&
1947 * Release the original VLNK vnode
/illumos-gate/usr/src/uts/common/c2/
H A Daudit.c432 ((attr->va_type == VLNK) ||

Completed in 479 milliseconds

123