Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/linux/
H A Dlinux.h120 struct l_newstat { struct
121 l_dev_t st_dev;
122 l_ino_t st_ino;
123 l_uint st_mode;
124 l_uint st_nlink;
126 l_uid_t st_uid;
127 l_gid_t st_gid;
129 l_dev_t st_rdev;
131 l_off_t st_size;
132 l_int st_blksize;
[all …]
/f-stack/freebsd/amd64/linux/
H A Dlinux.h131 struct l_newstat { struct
132 l_dev_t st_dev;
133 l_ino_t st_ino;
134 l_ulong st_nlink;
135 l_uint st_mode;
136 l_uid_t st_uid;
137 l_gid_t st_gid;
138 l_uint __st_pad1;
139 l_dev_t st_rdev;
140 l_off_t st_size;
[all …]
/f-stack/freebsd/i386/linux/
H A Dlinux.h145 struct l_newstat { struct
146 l_ushort st_dev;
147 l_ushort __pad1;
148 l_ulong st_ino;
149 l_ushort st_mode;
150 l_ushort st_nlink;
151 l_ushort st_uid;
152 l_ushort st_gid;
153 l_ushort st_rdev;
154 l_ushort __pad2;
[all …]
/f-stack/freebsd/amd64/linux32/
H A Dlinux.h174 struct l_newstat { struct
175 l_ushort st_dev;
176 l_ushort __pad1;
177 l_ulong st_ino;
178 l_ushort st_mode;
179 l_ushort st_nlink;
180 l_ushort st_uid;
181 l_ushort st_gid;
182 l_ushort st_rdev;
183 l_ushort __pad2;
[all …]