Searched refs:C_VNON (Results 1 – 3 of 3) sorted by relevance
99 case C_VNON: in coda_inode_type()160 vattr->va_type = C_VNON; in coda_iattr_to_vattr()180 vattr->va_type = C_VNON; in coda_iattr_to_vattr()
318 vattr.va_type = C_VNON; /* cannot set type */ in coda_setattr()
201 enum coda_vtype { C_VNON, C_VREG, C_VDIR, C_VBLK, C_VCHR, C_VLNK, C_VSOCK, C_VFIFO, C_VBAD }; enumerator