/titanic_41/usr/src/uts/common/syscall/ |
H A D | mknod.c | 81 vattr.va_type = IFTOVT(fmode); in mknodat() 84 if (vattr.va_type == VCHR || vattr.va_type == VBLK) { in mknodat()
|
H A D | mkdir.c | 59 vattr.va_type = VDIR; in mkdirat()
|
H A D | stat.c | 234 sb.st_mode = VTTOIF(vattr.va_type) | vattr.va_mode; in cstat() 357 sb.st_mode = VTTOIF(vattr.va_type) | vattr.va_mode; in cstat32() 465 lsb.st_mode = VTTOIF(vattr.va_type) | vattr.va_mode; in cstat64() 584 lsb.st_mode = VTTOIF(vattr.va_type) | vattr.va_mode; in cstat64_32()
|
H A D | symlink.c | 91 vattr.va_type = VLNK; in symlinkat()
|
H A D | readlink.c | 89 if (error || vattr.va_type != VLNK) { in readlinkat()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_srv.c | 122 va.va_type = VLNK; in rfs_getattr() 1726 va.va_type = VFIFO; /* xtra kludge for named pipe */ in rfs_create() 1728 va.va_type = VCHR; in rfs_create() 1741 va.va_type = VBLK; in rfs_create() 1753 va.va_type = VSOCK; in rfs_create() 1755 va.va_type = VREG; in rfs_create() 1777 if (!(va.va_mask & AT_SIZE) || va.va_type != VREG) { in rfs_create() 1796 } else if (va.va_type != VREG && va.va_type != VFIFO && in rfs_create() 1797 va.va_type != VSOCK && secpolicy_sys_devices(cr) != 0) { in rfs_create() 1810 if (!error && (va.va_type == VREG) && (va.va_mask & AT_SIZE)) { in rfs_create() [all …]
|
H A D | nfs3_xdr.c | 597 vap->va_type = IXDR_GET_ENUM(ptr, enum vtype); in xdr_fattr3_to_vattr() 598 if ((ftype3)vap->va_type < NF3REG || in xdr_fattr3_to_vattr() 599 (ftype3)vap->va_type > NF3FIFO) in xdr_fattr3_to_vattr() 600 vap->va_type = VBAD; in xdr_fattr3_to_vattr() 602 vap->va_type = nf3_to_vt[vap->va_type]; in xdr_fattr3_to_vattr() 677 if (!(xdr_enum(xdrs, (enum_t *)&vap->va_type) && in xdr_fattr3_to_vattr() 753 if ((ftype3)vap->va_type < NF3REG || in xdr_fattr3_to_vattr() 754 (ftype3)vap->va_type > NF3FIFO) in xdr_fattr3_to_vattr() 755 vap->va_type = VBAD; in xdr_fattr3_to_vattr() 757 vap->va_type = nf3_to_vt[vap->va_type]; in xdr_fattr3_to_vattr() [all …]
|
H A D | nfs4_xdr.c | 911 if (!XDR_GETINT32(xdrs, (int *)&vap->va_type)) in xdr_ga_fattr_res() 914 if ((nfs_ftype4)vap->va_type < NF4REG || in xdr_ga_fattr_res() 915 (nfs_ftype4)vap->va_type > NF4NAMEDATTR) in xdr_ga_fattr_res() 916 vap->va_type = VBAD; in xdr_ga_fattr_res() 918 vap->va_type = nf4_to_vt[vap->va_type]; in xdr_ga_fattr_res() 919 if (vap->va_type == VBLK) in xdr_ga_fattr_res() 1346 if (vap->va_type == VCHR || vap->va_type == VBLK) { in xdr_ga_fattr_res() 1380 if (vap->va_type == VREG || vap->va_type == VDIR || in xdr_ga_fattr_res() 1381 vap->va_type == VLNK) { in xdr_ga_fattr_res() 1582 vap->va_type = IXDR_GET_U_INT32(ptr); in xdr_ga_fattr_res_inline() [all …]
|
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_cnode.c | 666 vap && vap->va_type != cp->c_attr.va_type || in cachefs_cnode_find() 746 ASSERT(cp->c_attr.va_type != 0); in cachefs_cnode_init() 748 cp->c_attr.va_type, cp->c_attr.va_rdev); in cachefs_cnode_init() 784 ASSERT(cp->c_attr.va_type != 0); in cachefs_cnode_init() 786 cp->c_attr.va_type, cp->c_attr.va_rdev); in cachefs_cnode_init() 832 ASSERT(cp->c_attr.va_type != 0); in cachefs_cnode_init() 834 cp->c_attr.va_type, cp->c_attr.va_rdev); in cachefs_cnode_init() 839 ASSERT(cp->c_attr.va_type != 0); in cachefs_cnode_init() 841 cp->c_attr.va_type, cp->c_attr.va_rdev); in cachefs_cnode_init() 851 ASSERT(cp->c_attr.va_type != 0); in cachefs_cnode_init() [all …]
|
H A D | cachefs_fscache.c | 811 attrp->va_type = VDIR; in fscdir_create() 832 attrp->va_type = VREG; in fscdir_create() 868 attrp->va_type = VLNK; in fscdir_create() 882 attrp->va_type = VDIR; in fscdir_create()
|
/titanic_41/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_tnode.c | 169 t->tn_mode = MAKEIMODE(vap->va_type, vap->va_mode); in tmpnode_init() 171 t->tn_type = vap->va_type; in tmpnode_init() 199 vp->v_type = vap->va_type; in tmpnode_init()
|
/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | nfs2ops.c | 208 vap->va_type = VBAD; in nfsgetattr() 210 vap->va_type = nf_to_vt[na->type]; in nfsgetattr()
|
H A D | nfs3ops.c | 216 vap->va_type = VBAD; in nfs3getattr() 218 vap->va_type = nf3_to_vt[na->type]; in nfs3getattr()
|
/titanic_41/usr/src/uts/common/fs/objfs/ |
H A D | objfs_odir.c | 71 vap->va_type = VDIR; in objfs_odir_getattr()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | tmpnode.h | 107 #define tn_type tn_attr.va_type
|
/titanic_41/usr/src/uts/common/fs/ctfs/ |
H A D | ctfs_sym.c | 93 vap->va_type = VLNK; in ctfs_sym_getattr()
|
H A D | ctfs_event.c | 275 vap->va_type = VREG; in ctfs_ev_getattr() 434 vap->va_type = VREG; in ctfs_bu_getattr()
|
H A D | ctfs_latest.c | 163 vap->va_type = VREG; in ctfs_latest_getattr()
|
H A D | ctfs_all.c | 84 vap->va_type = VDIR; in ctfs_adir_getattr()
|
H A D | ctfs_cdir.c | 107 vap->va_type = VDIR; in ctfs_cdir_getattr()
|
/titanic_41/usr/src/uts/common/fs/dev/ |
H A D | sdev_zvolops.c | 517 vattr.va_type = VNON; in devzvol_mk_ngz_node() 533 vattr.va_type = VDIR; in devzvol_mk_ngz_node() 551 vattr.va_type = VCHR; in devzvol_mk_ngz_node() 553 vattr.va_type = VBLK; in devzvol_mk_ngz_node()
|
H A D | sdev_subr.c | 266 attrp->va_type = vap->va_type; in sdev_attr_update() 326 vp->v_type = vap->va_type; in sdev_nodeinit() 386 type = vap->va_type; in sdev_nodeready() 764 if (otype != nvap->va_type) { in sdev_node_check() 767 dv->sdev_name, otype, nvap->va_type)); in sdev_node_check() 1171 if (vattr.va_type == VLNK) { in sdev_rnmnode() 1357 vap->va_type = vp->v_type; in sdev_vattr_merge() 1369 if (vap->va_type == VCHR) in sdev_vattr_merge() 1511 if (vattr.va_type == VLNK) { in sdev_filldir_from_store() 1635 switch (vap->va_type) { in sdev_shadow_node() [all …]
|
/titanic_41/usr/src/uts/common/fs/udfs/ |
H A D | udf_alloc.c | 1056 imode = MAKEIMODE(vap->va_type, vap->va_mode); in ud_ialloc() 1110 if ((vap->va_type == VBLK) || (vap->va_type == VCHR)) { in ud_ialloc() 1132 switch (vap->va_type) { in ud_ialloc() 1161 if ((pip->i_char & ISGID) && (vap->va_type == VDIR)) { in ud_ialloc() 1187 if (vap->va_type == VDIR) { in ud_ialloc()
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | nl7clogd.c | 332 attr.va_type = VLNK; in logd_log_write() 440 attr.va_type = VDIR; in nl7c_logd_init() 522 attr.va_type = VLNK; in nl7c_logd_init()
|
H A D | sockcommon_vnops.c | 301 vap->va_type = VCHR; in socket_vop_getattr() 304 vap->va_type = vp->v_type; in socket_vop_getattr()
|