Home
last modified time | relevance | path

Searched refs:VLNK (Results 1 – 25 of 58) sorted by relevance

123

/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_sym.c62 vp->v_type = VLNK; in ctfs_create_symnode()
91 vap->va_type = VLNK; in ctfs_sym_getattr()
/illumos-gate/usr/src/uts/common/syscall/
H A Dreadlink.c82 if (vp->v_type != VLNK) { in readlinkat()
89 if (error || vattr.va_type != VLNK) { in readlinkat()
H A Dsymlink.c91 vattr.va_type = VLNK; in symlinkat()
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c96 VLNK, /* va_type */
393 } else if (type == VLNK) { in sdev_nodeready()
564 ASSERT(linkvp->v_type == VLNK); in sdev_getlink()
603 ASSERT(linkvp->v_type == VLNK); in sdev_follow_link()
633 if (otype == VLNK) { in sdev_node_check()
1034 if (vattr.va_type == VLNK) { in sdev_rnmnode()
1225 } else if (vp->v_type == VLNK) { in sdev_vattr_merge()
1250 else if (type == VLNK) in sdev_getdefault_attr()
1374 if (vattr.va_type == VLNK) { in sdev_filldir_from_store()
1517 case VLNK: in sdev_shadow_node()
[all …]
H A Dsdev_zvolops.c338 if ((vn->v_type == VLNK && do_type != DMU_OST_ZVOL) || in devzvol_validate()
345 if (vn->v_type == VLNK) { in devzvol_validate()
779 expected_type = VLNK; in devzvol_lookup()
H A Dsdev_vnops.c331 if ((*vpp)->v_type == VLNK) in sdev_open()
1421 ASSERT(vp->v_type == VLNK); in sdev_readlink()
1520 vp->v_type != VBLK && vp->v_type != VLNK); in sdev_seek()
H A Dsdev_vtops.c215 case VLNK: in devvt_lookup()
/illumos-gate/usr/src/uts/common/fs/
H A Dlookup.c458 if (cvp->v_type == VLNK && ((flags & FOLLOW) || pn_pathleft(pnp))) { in lookuppnvp()
798 v1attr.va_type == VLNK || v2attr.va_type == VLNK) in vnode_match()
1072 if (vp->v_type != VLNK) in vnode_valid_pn()
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_open.c210 if ((filemode & FNOFOLLOW) && vp->v_type == VLNK) { in vn_open()
H A Dfake_vnode.c105 VREG, VNON, VLNK, VNON, VSOCK, VNON, VNON, VNON enumerator
2009 if ((vp->v_type != VLNK) || in vn_is_reparse()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs2ops.c179 VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK
H A Dnfs3ops.c191 { VBAD, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO }; in nfs3getattr()
H A Dnfs4ops.c176 VBAD, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_tnode.c326 case VLNK: in tmpnode_trunc()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c1421 return ((node->vp->v_type == VLNK) && in smb_node_is_symlink()
1429 return ((node->vp->v_type == VLNK) && in smb_node_is_dfslink()
1437 return ((node->vp->v_type == VLNK) && in smb_node_is_reparse()
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_rrip.c346 if (hdp->type != VLNK) in rrip_sym_link()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_lookup.c388 if (cvp->v_type == VLNK && ((flags & FOLLOW) || pn_pathleft(pnp))) { in lookuppnvp()
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c851 vp->v_type = VLNK; in auto_perform_link()
1189 if (mvp->v_type == VLNK) { in auto_perform_actions()
2290 ASSERT(fntovn(rootfnp)->v_type != VLNK); in unmount_subtree()
2329 curvp->v_type == VLNK) { in unmount_subtree()
H A Dauto_vnops.c253 ASSERT(vp->v_type == VDIR || vp->v_type == VLNK); in auto_getattr()
1279 if (vp->v_type != VLNK) in auto_readlink()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_sa.c218 if (zp->z_acl_cached == NULL || ZTOV(zp)->v_type == VLNK) in zfs_sa_upgrade()
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c533 case VLNK: resource_nodetype = "link"; break; in nm_mount()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_attr.c538 VBAD, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VDIR, VREG
H A Dnfs3_srv.c130 va.va_type = VLNK; in rfs3_getattr()
815 if (vp->v_type != VLNK && !is_referral) { in rfs3_readlink()
883 vap->va_type = VLNK; in rfs3_readlink()
2181 va.va_type = VLNK; in rfs3_symlink()
3694 nvap->va_type = VLNK; in rfs3_readdirplus()
H A Dnfs_srv.c154 va.va_type = VLNK; in rfs_getattr()
658 if (vp->v_type != VLNK && !is_referral) { in rfs_readlink()
2449 va.va_type = VLNK; in rfs_symlink()
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c1280 vap->va_type = VLNK; in udf_symlink()
1409 if (vp->v_type != VLNK) { in udf_readlink()
2992 (ip->i_type != VLNK)) { in ud_rdip()
3126 (ip->i_type != VLNK)) { in ud_wrip()

123