| /onnv/onnv-gate/usr/src/uts/common/syscall/ |
| readlink.c | 74 if (vp->v_type != VLNK) { 81 if (error || vattr.va_type != VLNK) {
|
| symlink.c | 82 vattr.va_type = VLNK;
|
| /onnv/onnv-gate/usr/src/uts/common/fs/ctfs/ |
| ctfs_sym.c | 64 vp->v_type = VLNK; 93 vap->va_type = VLNK;
|
| /onnv/onnv-gate/usr/src/uts/common/brand/lx/procfs/ |
| lx_prsubr.c | 413 vp->v_type = VLNK; 429 vp->v_type = VLNK; 439 vp->v_type = VLNK; 444 vp->v_type = VLNK; 451 vp->v_type = VLNK;
|
| /onnv/onnv-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
| smbfs_node.c | 333 } else if (vtype != VLNK) 383 case VLNK:
|
| /onnv/onnv-gate/usr/src/uts/common/fs/dev/ |
| sdev_subr.c | 95 VLNK, /* va_type */ 297 /* overwritten for VLNK nodes */ 379 } else if (type == VLNK) { 664 ASSERT(linkvp->v_type == VLNK); 703 ASSERT(linkvp->v_type == VLNK); 734 if (otype == VLNK) { 761 * . tnm (for VLNK) 1203 if (vattr.va_type == VLNK) { 1294 } else if (vp->v_type == VLNK) { 1319 else if (type == VLNK) [all...] |
| sdev_zvolops.c | 272 if ((SDEVTOV(dv)->v_type == VLNK && do_type != DMU_OST_ZVOL) || 277 if (SDEVTOV(dv)->v_type == VLNK) { 523 expected_type = VLNK;
|
| sdev_vnops.c | 29 * - VDIR, VCHR, CBLK, and VLNK are considered must supported files 87 if ((*vpp)->v_type == VLNK) 1113 ASSERT(vp->v_type == VLNK); 1208 vp->v_type != VBLK && vp->v_type != VLNK); [all...] |
| sdev_vtops.c | 198 case VLNK:
|
| /onnv/onnv-gate/usr/src/stand/lib/fs/nfs/ |
| nfs2ops.c | 179 VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK
|
| nfs3ops.c | 191 { VBAD, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO };
|
| nfs4ops.c | 177 VBAD, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO
|
| /onnv/onnv-gate/usr/src/uts/common/avs/ns/ |
| contract.h | 164 #define VLNK 0
|
| /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/ |
| nl7clogd.c | 332 attr.va_type = VLNK; 522 attr.va_type = VLNK;
|
| /onnv/onnv-gate/usr/src/uts/common/fs/tmpfs/ |
| tmp_tnode.c | 326 case VLNK:
|
| /onnv/onnv-gate/usr/src/uts/common/fs/hsfs/ |
| hsfs_rrip.c | 346 if (hdp->type != VLNK)
|
| /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/ |
| smb_path_name_reduction.c | 411 if ((vp->v_type == VLNK) &&
|
| smb_odir.c | 212 * If a directory entry is a VLNK, the name returned in the smb_fileinfo_t 1099 if ((fnode->vp->v_type == VLNK) && [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/ |
| lookup.c | 467 if (cvp->v_type == VLNK && ((flags & FOLLOW) || pn_pathleft(pnp))) { 814 * type of VLNK. We need to avoid these links because otherwise if we 820 v1attr.va_type == VLNK || v2attr.va_type == VLNK) [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/cachefs/ |
| cachefs_fscache.c | 868 attrp->va_type = VLNK; 1086 if (linkvp->v_type != VLNK) {
|
| /onnv/onnv-gate/usr/src/uts/common/fs/namefs/ |
| namevfs.c | 506 case VLNK: resource_nodetype = "link"; break;
|
| /onnv/onnv-gate/usr/src/uts/common/fs/nfs/ |
| nfs4_attr.c | 541 VBAD, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VDIR, VREG
|
| /onnv/onnv-gate/usr/src/uts/common/fs/autofs/ |
| auto_vnops.c | 252 ASSERT(vp->v_type == VDIR || vp->v_type == VLNK); 1280 if (vp->v_type != VLNK) [all...] |
| auto_subr.c | 847 vp->v_type = VLNK; 1185 if (mvp->v_type == VLNK) { [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/proc/ |
| prvnops.c | [all...] |