Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dcoda.h212 struct coda_vattr { struct
213 long va_type; /* vnode type (for create) */
214 u_short va_mode; /* files access mode and type */
215 short va_nlink; /* number of references to file */
216 vuid_t va_uid; /* owner user id */
217 vgid_t va_gid; /* owner group id */
218 long va_fileid; /* file id */
219 u_quad_t va_size; /* file size in bytes */
220 long va_blocksize; /* blocksize preferred for i/o */
221 struct timespec va_atime; /* time of last access */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dcoda.h212 struct coda_vattr { struct
213 long va_type; /* vnode type (for create) */
214 u_short va_mode; /* files access mode and type */
215 short va_nlink; /* number of references to file */
216 vuid_t va_uid; /* owner user id */
217 vgid_t va_gid; /* owner group id */
218 long va_fileid; /* file id */
219 u_quad_t va_size; /* file size in bytes */
220 long va_blocksize; /* blocksize preferred for i/o */
221 struct timespec va_atime; /* time of last access */
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcoda.h208 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 */
[all …]