Home
last modified time | relevance | path

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

/linux-6.12.1/fs/coda/
Dcoda_linux.c92 switch (attr->va_type) { in coda_inode_type()
160 vattr->va_type = C_VNON; in coda_iattr_to_vattr()
173 vattr->va_type = C_VDIR; in coda_iattr_to_vattr()
175 vattr->va_type = C_VREG; in coda_iattr_to_vattr()
177 vattr->va_type = C_VLNK; in coda_iattr_to_vattr()
180 vattr->va_type = C_VNON; in coda_iattr_to_vattr()
Dinode.c318 vattr.va_type = C_VNON; /* cannot set type */ in coda_setattr()
/linux-6.12.1/include/uapi/linux/
Dcoda.h209 long va_type; /* vnode type (for create) */ member
/linux-6.12.1/Documentation/filesystems/
Dcoda.rst409 enum coda_vtype va_type; /* vnode type (for create) */