Home
last modified time | relevance | path

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

/linux-4.19.296/fs/coda/
Dcoda_linux.c78 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()
Dinode.c275 vattr.va_type = C_VNON; /* cannot set type */ in coda_setattr()
/linux-4.19.296/include/uapi/linux/
Dcoda.h212 enum coda_vtype { C_VNON, C_VREG, C_VDIR, C_VBLK, C_VCHR, C_VLNK, C_VSOCK, C_VFIFO, C_VBAD }; enumerator