Home
last modified time | relevance | path

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

/freebsd/sys/arm64/linux/
H A Dlinux.h126 struct l_newstat { struct
127 l_ulong st_dev;
128 l_ino_t st_ino;
129 l_uint st_mode;
130 l_uint st_nlink;
132 l_uid_t st_uid;
133 l_gid_t st_gid;
135 l_ulong st_rdev;
136 l_ulong __st_pad1;
137 l_off_t st_size;
[all …]
/freebsd/sys/amd64/linux/
H A Dlinux.h133 struct l_newstat { struct
134 l_ulong st_dev;
135 l_ino_t st_ino;
136 l_ulong st_nlink;
137 l_uint st_mode;
138 l_uid_t st_uid;
139 l_gid_t st_gid;
140 l_uint __st_pad0;
141 l_ulong st_rdev;
142 l_off_t st_size;
[all …]
/freebsd/sys/i386/linux/
H A Dlinux.h155 struct l_newstat { struct
156 l_ulong st_dev;
157 l_ulong st_ino;
158 l_ushort st_mode;
159 l_ushort st_nlink;
160 l_ushort st_uid;
161 l_ushort st_gid;
162 l_ulong st_rdev;
163 l_ulong st_size;
164 l_ulong st_blksize;
[all …]
/freebsd/sys/amd64/linux32/
H A Dlinux.h183 struct l_newstat { struct
184 l_ulong st_dev;
185 l_ulong st_ino;
186 l_ushort st_mode;
187 l_ushort st_nlink;
188 l_ushort st_uid;
189 l_ushort st_gid;
190 l_ulong st_rdev;
191 l_ulong st_size;
192 l_ulong st_blksize;
[all …]