Home
last modified time | relevance | path

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

/netbsd-src/sys/rump/librump/rumpvfs/
H A Drumpvfs_compat50.c58 struct vattr50 { struct
59 enum vtype va_type; /* vnode type (for create) */
60 mode_t va_mode; /* files access mode and type */
61 nlink_t va_nlink; /* number of references to file */
62 uid_t va_uid; /* owner user id */
86 rump_vattr50_to_vattr(const struct vattr *_va50, struct vattr *va) in rump_vattr50_to_vattr() argument
88 const struct vattr50 *va50 = (const struct vattr50 *)_va50; in rump_vattr50_to_vattr() argument
/netbsd-src/sys/fs/puffs/
H A Dpuffs_compat.c59 struct vattr50 { struct
60 enum vtype va_type;
61 mode_t va_mode;
62 nlink_t va_nlink;
63 uid_t va_uid;
64 gid_t va_gid;
65 uint32_t va_fsid;
66 ino_t va_fileid;
67 u_quad_t va_size;
68 long va_blocksize;
[all …]