Searched defs:coda_vattr (Results 1 – 3 of 3) sorted by relevance
118 struct coda_vattr { struct119 long va_type;120 u_short va_mode;121 short va_nlink;122 vuid_t va_uid;123 vgid_t va_gid;124 long va_fileid;125 u_quad_t va_size;126 long va_blocksize;127 struct timespec va_atime;[all …]
129 struct coda_vattr { struct130 long va_type;131 u_short va_mode;132 short va_nlink;133 vuid_t va_uid;134 vgid_t va_gid;135 long va_fileid;136 u_quad_t va_size;137 long va_blocksize;138 struct coda_timespec va_atime;[all …]
208 struct coda_vattr { struct209 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 */[all …]