Home
last modified time | relevance | path

Searched refs:C_VNON (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/fs/coda/
Dcoda_linux.c83 case C_VNON: in coda_vattr_to_iattr()
144 vattr->va_type = C_VNON; in coda_iattr_to_vattr()
164 vattr->va_type = C_VNON; in coda_iattr_to_vattr()
Dinode.c269 vattr.va_type = C_VNON; /* cannot set type */ in coda_setattr()
/linux-3.4.99/include/linux/
Dcoda.h214 enum coda_vtype { C_VNON, C_VREG, C_VDIR, C_VBLK, C_VCHR, C_VLNK, C_VSOCK, C_VFIFO, C_VBAD }; enumerator