Searched refs:va_type (Results 1 – 8 of 8) sorted by relevance
121 switch (attr->va_type) { in coda_vattr_to_iattr()185 vattr->va_type = C_VNON; in coda_iattr_to_vattr()198 vattr->va_type = C_VDIR; in coda_iattr_to_vattr()200 vattr->va_type = C_VREG; in coda_iattr_to_vattr()202 vattr->va_type = C_VLNK; in coda_iattr_to_vattr()205 vattr->va_type = C_VNON; in coda_iattr_to_vattr()241 switch (attr->va_type) { in print_vattr()276 typestr, (int)attr->va_type, (int)attr->va_mode, in print_vattr()
224 vattr.va_type = C_VNON; /* cannot set type */ in coda_notify_change()
142 va.va_type = IFTOVT(mode); in linvfs_mknod()314 va.va_type = VLNK; in linvfs_symlink()
212 inode->i_mode = VTTOIF(vap->va_type) | vap->va_mode; in vn_revalidate_core()
405 enum vtype va_type; /* vnode type (for create) */ member
253 long va_type; /* vnode type (for create) */ member
166 vap->va_type = vp->v_type; in xfs_getattr()1878 dm_di_mode = vap->va_mode|VTTOIF(vap->va_type); in xfs_create()1955 MAKEIMODE(vap->va_type,vap->va_mode), 1, in xfs_create()2785 dm_di_mode = vap->va_mode|VTTOIF(vap->va_type); in xfs_mkdir()2858 MAKEIMODE(vap->va_type,vap->va_mode), 2, in xfs_mkdir()
487 enum coda_vtype va_type; /* vnode type (for create) */