Searched refs:va_type (Results 1 - 25 of 100) sorted by relevance
1234
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | mknod.c | 81 vattr.va_type = IFTOVT(fmode); 84 if (vattr.va_type == VCHR || vattr.va_type == VBLK) {
|
H A D | mkdir.c | 59 vattr.va_type = VDIR;
|
H A D | readlink.c | 89 if (error || vattr.va_type != VLNK) {
|
H A D | symlink.c | 91 vattr.va_type = VLNK;
|
H A D | stat.c | 234 sb.st_mode = VTTOIF(vattr.va_type) | vattr.va_mode; 357 sb.st_mode = VTTOIF(vattr.va_type) | vattr.va_mode; 465 lsb.st_mode = VTTOIF(vattr.va_type) | vattr.va_mode; 584 lsb.st_mode = VTTOIF(vattr.va_type) | vattr.va_mode;
|
/illumos-gate/usr/src/uts/common/fs/bootfs/ |
H A D | bootfs_construct.c | 34 VDIR, /* va_type */ 53 VREG, /* va_type */ 118 bnp->bvn_vnp->v_type = vap->va_type; 127 if (vap->va_type == VDIR) { 170 ASSERT(parent->bvn_attr.va_type == VDIR); 178 if (vap->va_type == VDIR) { 192 if (vap->va_type == VDIR) {
|
/illumos-gate/usr/src/uts/common/fs/objfs/ |
H A D | objfs_odir.c | 71 vap->va_type = VDIR;
|
H A D | objfs_root.c | 61 vap->va_type = VDIR;
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | tmpnode.h | 107 #define tn_type tn_attr.va_type
|
/illumos-gate/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_tnode.c | 169 t->tn_mode = MAKEIMODE(vap->va_type, vap->va_mode); 171 t->tn_type = vap->va_type; 199 vp->v_type = vap->va_type;
|
/illumos-gate/usr/src/uts/common/fs/ctfs/ |
H A D | ctfs_latest.c | 163 vap->va_type = VREG;
|
H A D | ctfs_sym.c | 93 vap->va_type = VLNK;
|
H A D | ctfs_all.c | 84 vap->va_type = VDIR;
|
H A D | ctfs_cdir.c | 107 vap->va_type = VDIR;
|
H A D | ctfs_tdir.c | 88 vap->va_type = VDIR;
|
H A D | ctfs_tmpl.c | 97 vap->va_type = VREG;
|
H A D | ctfs_event.c | 275 vap->va_type = VREG; 434 vap->va_type = VREG;
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_srv.c | 122 va.va_type = VLNK; 1726 va.va_type = VFIFO; /* xtra kludge for named pipe */ 1728 va.va_type = VCHR; 1741 va.va_type = VBLK; 1753 va.va_type = VSOCK; 1755 va.va_type = VREG; 1777 if (!(va.va_mask & AT_SIZE) || va.va_type != VREG) { 1796 } else if (va.va_type != VREG && va.va_type != VFIFO && 1797 va.va_type ! [all...] |
H A D | nfs3_xdr.c | 597 vap->va_type = IXDR_GET_ENUM(ptr, enum vtype); 598 if ((ftype3)vap->va_type < NF3REG || 599 (ftype3)vap->va_type > NF3FIFO) 600 vap->va_type = VBAD; 602 vap->va_type = nf3_to_vt[vap->va_type]; 677 if (!(xdr_enum(xdrs, (enum_t *)&vap->va_type) && 753 if ((ftype3)vap->va_type < NF3REG || 754 (ftype3)vap->va_type > NF3FIFO) 755 vap->va_type [all...] |
H A D | nfs4_xdr.c | 824 VNON, /* va_type */ 911 if (!XDR_GETINT32(xdrs, (int *)&vap->va_type)) 914 if ((nfs_ftype4)vap->va_type < NF4REG || 915 (nfs_ftype4)vap->va_type > NF4NAMEDATTR) 916 vap->va_type = VBAD; 918 vap->va_type = nf4_to_vt[vap->va_type]; 919 if (vap->va_type == VBLK) 1346 if (vap->va_type == VCHR || vap->va_type [all...] |
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | nfs2ops.c | 208 vap->va_type = VBAD; 210 vap->va_type = nf_to_vt[na->type];
|
H A D | nfs3ops.c | 216 vap->va_type = VBAD; 218 vap->va_type = nf3_to_vt[na->type];
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | nl7clogd.c | 332 attr.va_type = VLNK; 440 attr.va_type = VDIR; 522 attr.va_type = VLNK;
|
/illumos-gate/usr/src/uts/common/fs/dev/ |
H A D | sdev_subr.c | 76 VDIR, /* va_type */ 95 VLNK, /* va_type */ 114 VBLK, /* va_type */ 133 VCHR, /* va_type */ 261 attrp->va_type = vap->va_type; 321 vp->v_type = vap->va_type; 381 type = vap->va_type; 759 if (otype != nvap->va_type) { 762 dv->sdev_name, otype, nvap->va_type)); [all...] |
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_alloc.c | 1056 imode = MAKEIMODE(vap->va_type, vap->va_mode); 1110 if ((vap->va_type == VBLK) || (vap->va_type == VCHR)) { 1132 switch (vap->va_type) { 1161 if ((pip->i_char & ISGID) && (vap->va_type == VDIR)) { 1187 if (vap->va_type == VDIR) {
|
Completed in 157 milliseconds
1234