Home
last modified time | relevance | path

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

/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/linux/
H A Dcoda.h140 struct coda_vattr { struct
141 long va_type;
142 u_short va_mode;
143 short va_nlink;
144 vuid_t va_uid;
145 vgid_t va_gid;
146 long va_fileid;
147 u_quad_t va_size;
152 u_long va_gen;
153 u_long va_flags;
[all …]
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/linux/
H A Dcoda.h140 struct coda_vattr { struct
141 long va_type;
142 u_short va_mode;
143 short va_nlink;
144 vuid_t va_uid;
145 vgid_t va_gid;
146 long va_fileid;
147 u_quad_t va_size;
152 u_long va_gen;
153 u_long va_flags;
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/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 */
220 u_long va_gen; /* generation number of file */
221 u_long va_flags; /* flags defined for file */
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/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 */
220 u_long va_gen; /* generation number of file */
221 u_long va_flags; /* flags defined for file */
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dcoda.h206 struct coda_vattr { struct
207 long va_type; /* vnode type (for create) */
208 u_short va_mode; /* files access mode and type */
209 short va_nlink; /* number of references to file */
210 vuid_t va_uid; /* owner user id */
211 vgid_t va_gid; /* owner group id */
212 long va_fileid; /* file id */
213 u_quad_t va_size; /* file size in bytes */
218 u_long va_gen; /* generation number of file */
219 u_long va_flags; /* flags defined for file */
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dcoda.h206 struct coda_vattr { struct
207 long va_type; /* vnode type (for create) */
208 u_short va_mode; /* files access mode and type */
209 short va_nlink; /* number of references to file */
210 vuid_t va_uid; /* owner user id */
211 vgid_t va_gid; /* owner group id */
212 long va_fileid; /* file id */
213 u_quad_t va_size; /* file size in bytes */
218 u_long va_gen; /* generation number of file */
219 u_long va_flags; /* flags defined for file */
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/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 */
220 u_long va_gen; /* generation number of file */
221 u_long va_flags; /* flags defined for file */
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/coda/
H A Dcoda.h275 struct coda_vattr { struct
276 long va_type; /* vnode type (for create) */
277 u_short va_mode; /* files access mode and type */
278 short va_nlink; /* number of references to file */
279 uid_t va_uid; /* owner user id */
280 gid_t va_gid; /* owner group id */
281 u_long va_fileid; /* file id */
282 u_quad_t va_size; /* file size in bytes */
286 struct timespec va_ctime; /* time file changed */
287 u_long va_gen; /* generation number of file */
[all …]