Lines Matching defs:coda_vattr
208 struct coda_vattr { struct
209 long va_type; /* vnode type (for create) */
210 u_short va_mode; /* files access mode and type */
211 short va_nlink; /* number of references to file */
212 vuid_t va_uid; /* owner user id */
213 vgid_t va_gid; /* owner group id */
214 long va_fileid; /* file id */
215 u_quad_t va_size; /* file size in bytes */
216 long va_blocksize; /* blocksize preferred for i/o */
217 struct coda_timespec va_atime; /* time of last access */
218 struct coda_timespec va_mtime; /* time of last modification */
219 struct coda_timespec va_ctime; /* time file changed */
220 u_long va_gen; /* generation number of file */
221 u_long va_flags; /* flags defined for file */
222 cdev_t va_rdev; /* device special file represents */
223 u_quad_t va_bytes; /* bytes of disk space held by file */
224 u_quad_t va_filerev; /* file modification number */