Home
last modified time | relevance | path

Searched refs:va_type (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/fs/coda/
Dcoda_linux.c82 switch (attr->va_type) { in coda_vattr_to_iattr()
144 vattr->va_type = C_VNON; in coda_iattr_to_vattr()
157 vattr->va_type = C_VDIR; in coda_iattr_to_vattr()
159 vattr->va_type = C_VREG; in coda_iattr_to_vattr()
161 vattr->va_type = C_VLNK; 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.h217 long va_type; /* vnode type (for create) */ member
/linux-3.4.99/Documentation/filesystems/
Dcoda.txt487 enum coda_vtype va_type; /* vnode type (for create) */