Home
last modified time | relevance | path

Searched defs:coda_vattr (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/coda/
H A Dcoda.h279 struct coda_vattr { struct
280 long va_type; /* vnode type (for create) */
281 u_short va_mode; /* files access mode and type */
282 short va_nlink; /* number of references to file */
283 uid_t va_uid; /* owner user id */
284 gid_t va_gid; /* owner group id */
285 u_long va_fileid; /* file id */
286 u_quad_t va_size; /* file size in bytes */
287 long va_blocksize; /* blocksize preferred for i/o */
288 struct timespec va_atime; /* time of last access */
[all …]