Searched refs:C_VNON (Results 1 – 3 of 3) sorted by relevance
78 case C_VNON: in coda_vattr_to_iattr()139 vattr->va_type = C_VNON; in coda_iattr_to_vattr()159 vattr->va_type = C_VNON; in coda_iattr_to_vattr()
275 vattr.va_type = C_VNON; /* cannot set type */ in coda_setattr()
212 enum coda_vtype { C_VNON, C_VREG, C_VDIR, C_VBLK, C_VCHR, C_VLNK, C_VSOCK, C_VFIFO, C_VBAD }; enumerator