Home
last modified time | relevance | path

Searched refs:va_type (Results 1 – 25 of 109) sorted by relevance

12345

/titanic_41/usr/src/uts/common/syscall/
H A Dmknod.c81 vattr.va_type = IFTOVT(fmode); in mknodat()
84 if (vattr.va_type == VCHR || vattr.va_type == VBLK) { in mknodat()
H A Dmkdir.c59 vattr.va_type = VDIR; in mkdirat()
H A Dstat.c234 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 Dsymlink.c91 vattr.va_type = VLNK; in symlinkat()
H A Dreadlink.c89 if (error || vattr.va_type != VLNK) { in readlinkat()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_srv.c122 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 Dnfs3_xdr.c597 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 Dnfs4_xdr.c911 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 Dcachefs_cnode.c666 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 Dcachefs_fscache.c811 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 Dtmp_tnode.c169 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 Dnfs2ops.c208 vap->va_type = VBAD; in nfsgetattr()
210 vap->va_type = nf_to_vt[na->type]; in nfsgetattr()
H A Dnfs3ops.c216 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 Dobjfs_odir.c71 vap->va_type = VDIR; in objfs_odir_getattr()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dtmpnode.h107 #define tn_type tn_attr.va_type
/titanic_41/usr/src/uts/common/fs/ctfs/
H A Dctfs_sym.c93 vap->va_type = VLNK; in ctfs_sym_getattr()
H A Dctfs_event.c275 vap->va_type = VREG; in ctfs_ev_getattr()
434 vap->va_type = VREG; in ctfs_bu_getattr()
H A Dctfs_latest.c163 vap->va_type = VREG; in ctfs_latest_getattr()
H A Dctfs_all.c84 vap->va_type = VDIR; in ctfs_adir_getattr()
H A Dctfs_cdir.c107 vap->va_type = VDIR; in ctfs_cdir_getattr()
/titanic_41/usr/src/uts/common/fs/dev/
H A Dsdev_zvolops.c517 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 Dsdev_subr.c266 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 Dudf_alloc.c1056 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 Dnl7clogd.c332 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 Dsockcommon_vnops.c301 vap->va_type = VCHR; in socket_vop_getattr()
304 vap->va_type = vp->v_type; in socket_vop_getattr()

12345