Whamcloud - gitweb
Landing b_smallfix onto HEAD (20040210_1202)
[fs/lustre-release.git] / lustre / utils / wiretest.c
1 #include <stdio.h>
2 #include <liblustre.h>
3 #include <linux/lustre_lib.h>
4 #include <linux/lustre_idl.h>
5
6 #undef LASSERT
7 #define LASSERT(cond) if (!(cond)) { printf("failed " #cond "\n"); ret = 1; }
8
9 int ret;
10
11 void lustre_assert_wire_constants(void);
12
13 int main()
14 {
15         lustre_assert_wire_constants();
16
17         if (ret == 0)
18                 printf("wire constants OK\n");
19
20         return ret;
21 }
22
23 void lustre_assert_wire_constants(void)
24 {
25         /* Wire protocol assertions generated by 'wirecheck'
26          * running on Linux schnapps.adilger.int 2.4.22-l32 #4 Thu Jan 8 14:32:57 MST 2004 i686 i686 
27          * with gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5) */
28
29
30         /* Constants... */
31         LASSERT(PTLRPC_MSG_MAGIC == 0x0BD00BD0);
32         LASSERT(PTLRPC_MSG_VERSION == 0x00000003);
33         LASSERT(PTL_RPC_MSG_REQUEST == 4711);
34         LASSERT(PTL_RPC_MSG_ERR == 4712);
35         LASSERT(PTL_RPC_MSG_REPLY == 4713);
36         LASSERT(MSG_LAST_REPLAY == 1);
37         LASSERT(MSG_RESENT == 2);
38         LASSERT(MSG_CONNECT_RECOVERING == 1);
39         LASSERT(MSG_CONNECT_RECONNECT == 2);
40         LASSERT(MSG_CONNECT_REPLAYABLE == 4);
41         LASSERT(OST_REPLY == 0);
42         LASSERT(OST_GETATTR == 1);
43         LASSERT(OST_SETATTR == 2);
44         LASSERT(OST_READ == 3);
45         LASSERT(OST_WRITE == 4);
46         LASSERT(OST_CREATE == 5);
47         LASSERT(OST_DESTROY == 6);
48         LASSERT(OST_GET_INFO == 7);
49         LASSERT(OST_CONNECT == 8);
50         LASSERT(OST_DISCONNECT == 9);
51         LASSERT(OST_PUNCH == 10);
52         LASSERT(OST_OPEN == 11);
53         LASSERT(OST_CLOSE == 12);
54         LASSERT(OST_STATFS == 13);
55         LASSERT(OST_SAN_READ == 14);
56         LASSERT(OST_SAN_WRITE == 15);
57         LASSERT(OST_SYNC == 16);
58         LASSERT(OST_LAST_OPC == 18);
59         LASSERT(OBD_OBJECT_EOF == 0xffffffffffffffffULL);
60         LASSERT(OST_REQ_HAS_OA1 == 1);
61         LASSERT(MDS_GETATTR == 33);
62         LASSERT(MDS_GETATTR_NAME == 34);
63         LASSERT(MDS_CLOSE == 35);
64         LASSERT(MDS_REINT == 36);
65         LASSERT(MDS_READPAGE == 37);
66         LASSERT(MDS_CONNECT == 38);
67         LASSERT(MDS_DISCONNECT == 39);
68         LASSERT(MDS_GETSTATUS == 40);
69         LASSERT(MDS_STATFS == 41);
70         LASSERT(MDS_PIN == 42);
71         LASSERT(MDS_UNPIN == 43);
72         LASSERT(MDS_SYNC == 44);
73         LASSERT(MDS_DONE_WRITING == 45);
74         LASSERT(MDS_LAST_OPC == 46);
75         LASSERT(REINT_SETATTR == 1);
76         LASSERT(REINT_CREATE == 2);
77         LASSERT(REINT_LINK == 3);
78         LASSERT(REINT_UNLINK == 4);
79         LASSERT(REINT_RENAME == 5);
80         LASSERT(REINT_OPEN == 6);
81         LASSERT(REINT_MAX == 6);
82         LASSERT(DISP_IT_EXECD == 1);
83         LASSERT(DISP_LOOKUP_EXECD == 2);
84         LASSERT(DISP_LOOKUP_NEG == 4);
85         LASSERT(DISP_LOOKUP_POS == 8);
86         LASSERT(DISP_OPEN_CREATE == 16);
87         LASSERT(DISP_OPEN_OPEN == 32);
88         LASSERT(MDS_STATUS_CONN == 1);
89         LASSERT(MDS_STATUS_LOV == 2);
90         LASSERT(MDS_OPEN_HAS_EA == 1073741824);
91         LASSERT(LDLM_ENQUEUE == 101);
92         LASSERT(LDLM_CONVERT == 102);
93         LASSERT(LDLM_CANCEL == 103);
94         LASSERT(LDLM_BL_CALLBACK == 104);
95         LASSERT(LDLM_CP_CALLBACK == 105);
96         LASSERT(LDLM_LAST_OPC == 106);
97         LASSERT(LCK_EX == 1);
98         LASSERT(LCK_PW == 2);
99         LASSERT(LCK_PR == 3);
100         LASSERT(LCK_CW == 4);
101         LASSERT(LCK_CR == 5);
102         LASSERT(LCK_NL == 6);
103         LASSERT(PTLBD_QUERY == 200);
104         LASSERT(PTLBD_READ == 201);
105         LASSERT(PTLBD_WRITE == 202);
106         LASSERT(PTLBD_FLUSH == 203);
107         LASSERT(PTLBD_CONNECT == 204);
108         LASSERT(PTLBD_DISCONNECT == 205);
109         LASSERT(PTLBD_LAST_OPC == 206);
110         LASSERT(MGMT_CONNECT == 250);
111         LASSERT(MGMT_DISCONNECT == 251);
112         LASSERT(MGMT_EXCEPTION == 252);
113         LASSERT(OBD_PING == 400);
114         LASSERT(OBD_LOG_CANCEL == 401);
115         LASSERT(OBD_LAST_OPC == 402);
116         /* Sizes and Offsets */
117
118
119         /* Checks for struct lustre_handle */
120         LASSERT((int)sizeof(struct lustre_handle) == 8);
121         LASSERT(offsetof(struct lustre_handle, cookie) == 0);
122         LASSERT((int)sizeof(((struct lustre_handle *)0)->cookie) == 8);
123
124         /* Checks for struct lustre_msg */
125         LASSERT((int)sizeof(struct lustre_msg) == 64);
126         LASSERT(offsetof(struct lustre_msg, handle) == 0);
127         LASSERT((int)sizeof(((struct lustre_msg *)0)->handle) == 8);
128         LASSERT(offsetof(struct lustre_msg, magic) == 8);
129         LASSERT((int)sizeof(((struct lustre_msg *)0)->magic) == 4);
130         LASSERT(offsetof(struct lustre_msg, type) == 12);
131         LASSERT((int)sizeof(((struct lustre_msg *)0)->type) == 4);
132         LASSERT(offsetof(struct lustre_msg, version) == 16);
133         LASSERT((int)sizeof(((struct lustre_msg *)0)->version) == 4);
134         LASSERT(offsetof(struct lustre_msg, opc) == 20);
135         LASSERT((int)sizeof(((struct lustre_msg *)0)->opc) == 4);
136         LASSERT(offsetof(struct lustre_msg, last_xid) == 24);
137         LASSERT((int)sizeof(((struct lustre_msg *)0)->last_xid) == 8);
138         LASSERT(offsetof(struct lustre_msg, last_committed) == 32);
139         LASSERT((int)sizeof(((struct lustre_msg *)0)->last_committed) == 8);
140         LASSERT(offsetof(struct lustre_msg, transno) == 40);
141         LASSERT((int)sizeof(((struct lustre_msg *)0)->transno) == 8);
142         LASSERT(offsetof(struct lustre_msg, status) == 48);
143         LASSERT((int)sizeof(((struct lustre_msg *)0)->status) == 4);
144         LASSERT(offsetof(struct lustre_msg, flags) == 52);
145         LASSERT((int)sizeof(((struct lustre_msg *)0)->flags) == 4);
146         LASSERT(offsetof(struct lustre_msg, bufcount) == 60);
147         LASSERT((int)sizeof(((struct lustre_msg *)0)->bufcount) == 4);
148         LASSERT(offsetof(struct lustre_msg, buflens[7]) == 92);
149         LASSERT((int)sizeof(((struct lustre_msg *)0)->buflens[7]) == 4);
150
151         /* Checks for struct obdo */
152         LASSERT((int)sizeof(struct obdo) == 168);
153         LASSERT(offsetof(struct obdo, o_id) == 0);
154         LASSERT((int)sizeof(((struct obdo *)0)->o_id) == 8);
155         LASSERT(offsetof(struct obdo, o_gr) == 8);
156         LASSERT((int)sizeof(((struct obdo *)0)->o_gr) == 8);
157         LASSERT(offsetof(struct obdo, o_atime) == 16);
158         LASSERT((int)sizeof(((struct obdo *)0)->o_atime) == 8);
159         LASSERT(offsetof(struct obdo, o_mtime) == 24);
160         LASSERT((int)sizeof(((struct obdo *)0)->o_mtime) == 8);
161         LASSERT(offsetof(struct obdo, o_ctime) == 32);
162         LASSERT((int)sizeof(((struct obdo *)0)->o_ctime) == 8);
163         LASSERT(offsetof(struct obdo, o_size) == 40);
164         LASSERT((int)sizeof(((struct obdo *)0)->o_size) == 8);
165         LASSERT(offsetof(struct obdo, o_blocks) == 48);
166         LASSERT((int)sizeof(((struct obdo *)0)->o_blocks) == 8);
167         LASSERT(offsetof(struct obdo, o_rdev) == 56);
168         LASSERT((int)sizeof(((struct obdo *)0)->o_rdev) == 8);
169         LASSERT(offsetof(struct obdo, o_blksize) == 64);
170         LASSERT((int)sizeof(((struct obdo *)0)->o_blksize) == 4);
171         LASSERT(offsetof(struct obdo, o_mode) == 68);
172         LASSERT((int)sizeof(((struct obdo *)0)->o_mode) == 4);
173         LASSERT(offsetof(struct obdo, o_uid) == 72);
174         LASSERT((int)sizeof(((struct obdo *)0)->o_uid) == 4);
175         LASSERT(offsetof(struct obdo, o_gid) == 76);
176         LASSERT((int)sizeof(((struct obdo *)0)->o_gid) == 4);
177         LASSERT(offsetof(struct obdo, o_flags) == 80);
178         LASSERT((int)sizeof(((struct obdo *)0)->o_flags) == 4);
179         LASSERT(offsetof(struct obdo, o_nlink) == 84);
180         LASSERT((int)sizeof(((struct obdo *)0)->o_nlink) == 4);
181         LASSERT(offsetof(struct obdo, o_generation) == 88);
182         LASSERT((int)sizeof(((struct obdo *)0)->o_generation) == 4);
183         LASSERT(offsetof(struct obdo, o_valid) == 92);
184         LASSERT((int)sizeof(((struct obdo *)0)->o_valid) == 4);
185         LASSERT(offsetof(struct obdo, o_obdflags) == 96);
186         LASSERT((int)sizeof(((struct obdo *)0)->o_obdflags) == 4);
187         LASSERT(offsetof(struct obdo, o_easize) == 100);
188         LASSERT((int)sizeof(((struct obdo *)0)->o_easize) == 4);
189         LASSERT(offsetof(struct obdo, o_inline) == 104);
190         LASSERT((int)sizeof(((struct obdo *)0)->o_inline) == 64);
191         LASSERT(OBD_MD_FLID == 1);
192         LASSERT(OBD_MD_FLATIME == 2);
193         LASSERT(OBD_MD_FLMTIME == 4);
194         LASSERT(OBD_MD_FLCTIME == 8);
195         LASSERT(OBD_MD_FLSIZE == 16);
196         LASSERT(OBD_MD_FLBLOCKS == 32);
197         LASSERT(OBD_MD_FLBLKSZ == 64);
198         LASSERT(OBD_MD_FLMODE == 128);
199         LASSERT(OBD_MD_FLTYPE == 256);
200         LASSERT(OBD_MD_FLUID == 512);
201         LASSERT(OBD_MD_FLGID == 1024);
202         LASSERT(OBD_MD_FLFLAGS == 2048);
203         LASSERT(OBD_MD_FLOBDFLG == 4096);
204         LASSERT(OBD_MD_FLNLINK == 8192);
205         LASSERT(OBD_MD_FLGENER == 16384);
206         LASSERT(OBD_MD_FLINLINE == 32768);
207         LASSERT(OBD_MD_FLRDEV == 65536);
208         LASSERT(OBD_MD_FLEASIZE == 131072);
209         LASSERT(OBD_MD_LINKNAME == 262144);
210         LASSERT(OBD_MD_FLHANDLE == 524288);
211         LASSERT(OBD_MD_FLCKSUM == 1048576);
212         LASSERT(OBD_MD_FLQOS == 2097152);
213         LASSERT(OBD_MD_FLOSCOPQ == 4194304);
214         LASSERT(OBD_MD_FLCOOKIE == 8388608);
215         LASSERT(OBD_MD_FLGROUP == 16777216);
216         LASSERT(OBD_FL_INLINEDATA == 1);
217         LASSERT(OBD_FL_OBDMDEXISTS == 2);
218         LASSERT(OBD_FL_DELORPHAN == 4);
219         LASSERT(OBD_FL_NORPC == 8);
220         LASSERT(OBD_FL_IDONLY == 16);
221
222         /* Checks for struct lov_mds_md_v1 */
223         LASSERT((int)sizeof(struct lov_mds_md_v1) == 32);
224         LASSERT(offsetof(struct lov_mds_md_v1, lmm_magic) == 0);
225         LASSERT((int)sizeof(((struct lov_mds_md_v1 *)0)->lmm_magic) == 4);
226         LASSERT(offsetof(struct lov_mds_md_v1, lmm_pattern) == 4);
227         LASSERT((int)sizeof(((struct lov_mds_md_v1 *)0)->lmm_pattern) == 4);
228         LASSERT(offsetof(struct lov_mds_md_v1, lmm_object_id) == 8);
229         LASSERT((int)sizeof(((struct lov_mds_md_v1 *)0)->lmm_object_id) == 8);
230         LASSERT(offsetof(struct lov_mds_md_v1, lmm_object_gr) == 16);
231         LASSERT((int)sizeof(((struct lov_mds_md_v1 *)0)->lmm_object_gr) == 8);
232         LASSERT(offsetof(struct lov_mds_md_v1, lmm_stripe_size) == 24);
233         LASSERT((int)sizeof(((struct lov_mds_md_v1 *)0)->lmm_stripe_size) == 4);
234         LASSERT(offsetof(struct lov_mds_md_v1, lmm_stripe_count) == 28);
235         LASSERT((int)sizeof(((struct lov_mds_md_v1 *)0)->lmm_stripe_count) == 4);
236         LASSERT(offsetof(struct lov_mds_md_v1, lmm_objects) == 32);
237         LASSERT((int)sizeof(((struct lov_mds_md_v1 *)0)->lmm_objects) == 0);
238
239         /* Checks for struct lov_ost_data_v1 */
240         LASSERT((int)sizeof(struct lov_ost_data_v1) == 24);
241         LASSERT(offsetof(struct lov_ost_data_v1, l_object_id) == 0);
242         LASSERT((int)sizeof(((struct lov_ost_data_v1 *)0)->l_object_id) == 8);
243         LASSERT(offsetof(struct lov_ost_data_v1, l_object_gr) == 8);
244         LASSERT((int)sizeof(((struct lov_ost_data_v1 *)0)->l_object_gr) == 8);
245         LASSERT(offsetof(struct lov_ost_data_v1, l_ost_gen) == 16);
246         LASSERT((int)sizeof(((struct lov_ost_data_v1 *)0)->l_ost_gen) == 4);
247         LASSERT(offsetof(struct lov_ost_data_v1, l_ost_idx) == 20);
248         LASSERT((int)sizeof(((struct lov_ost_data_v1 *)0)->l_ost_idx) == 4);
249         LASSERT(LOV_MAGIC_V0 == 198183888);
250         LASSERT(LOV_MAGIC_V1 == 198249424);
251         LASSERT(LOV_PATTERN_RAID0 == 1);
252         LASSERT(LOV_PATTERN_RAID1 == 2);
253
254         /* Checks for struct obd_statfs */
255         LASSERT((int)sizeof(struct obd_statfs) == 144);
256         LASSERT(offsetof(struct obd_statfs, os_type) == 0);
257         LASSERT((int)sizeof(((struct obd_statfs *)0)->os_type) == 8);
258         LASSERT(offsetof(struct obd_statfs, os_blocks) == 8);
259         LASSERT((int)sizeof(((struct obd_statfs *)0)->os_blocks) == 8);
260         LASSERT(offsetof(struct obd_statfs, os_bfree) == 16);
261         LASSERT((int)sizeof(((struct obd_statfs *)0)->os_bfree) == 8);
262         LASSERT(offsetof(struct obd_statfs, os_bavail) == 24);
263         LASSERT((int)sizeof(((struct obd_statfs *)0)->os_bavail) == 8);
264         LASSERT(offsetof(struct obd_statfs, os_ffree) == 40);
265         LASSERT((int)sizeof(((struct obd_statfs *)0)->os_ffree) == 8);
266         LASSERT(offsetof(struct obd_statfs, os_fsid) == 48);
267         LASSERT((int)sizeof(((struct obd_statfs *)0)->os_fsid) == 40);
268         LASSERT(offsetof(struct obd_statfs, os_bsize) == 88);
269         LASSERT((int)sizeof(((struct obd_statfs *)0)->os_bsize) == 4);
270         LASSERT(offsetof(struct obd_statfs, os_namelen) == 92);
271         LASSERT((int)sizeof(((struct obd_statfs *)0)->os_namelen) == 4);
272         LASSERT(offsetof(struct obd_statfs, os_spare) == 104);
273         LASSERT((int)sizeof(((struct obd_statfs *)0)->os_spare) == 40);
274
275         /* Checks for struct obd_ioobj */
276         LASSERT((int)sizeof(struct obd_ioobj) == 24);
277         LASSERT(offsetof(struct obd_ioobj, ioo_id) == 0);
278         LASSERT((int)sizeof(((struct obd_ioobj *)0)->ioo_id) == 8);
279         LASSERT(offsetof(struct obd_ioobj, ioo_gr) == 8);
280         LASSERT((int)sizeof(((struct obd_ioobj *)0)->ioo_gr) == 8);
281         LASSERT(offsetof(struct obd_ioobj, ioo_type) == 16);
282         LASSERT((int)sizeof(((struct obd_ioobj *)0)->ioo_type) == 4);
283         LASSERT(offsetof(struct obd_ioobj, ioo_bufcnt) == 20);
284         LASSERT((int)sizeof(((struct obd_ioobj *)0)->ioo_bufcnt) == 4);
285
286         /* Checks for struct niobuf_remote */
287         LASSERT((int)sizeof(struct niobuf_remote) == 16);
288         LASSERT(offsetof(struct niobuf_remote, offset) == 0);
289         LASSERT((int)sizeof(((struct niobuf_remote *)0)->offset) == 8);
290         LASSERT(offsetof(struct niobuf_remote, len) == 8);
291         LASSERT((int)sizeof(((struct niobuf_remote *)0)->len) == 4);
292         LASSERT(offsetof(struct niobuf_remote, flags) == 12);
293         LASSERT((int)sizeof(((struct niobuf_remote *)0)->flags) == 4);
294         LASSERT(OBD_BRW_READ == 1);
295         LASSERT(OBD_BRW_WRITE == 2);
296         LASSERT(OBD_BRW_CREATE == 4);
297         LASSERT(OBD_BRW_SYNC == 8);
298         LASSERT(OBD_BRW_FROM_GRANT == 32);
299
300         /* Checks for struct ost_body */
301         LASSERT((int)sizeof(struct ost_body) == 168);
302         LASSERT(offsetof(struct ost_body, oa) == 0);
303         LASSERT((int)sizeof(((struct ost_body *)0)->oa) == 168);
304
305         /* Checks for struct ll_fid */
306         LASSERT((int)sizeof(struct ll_fid) == 16);
307         LASSERT(offsetof(struct ll_fid, id) == 0);
308         LASSERT((int)sizeof(((struct ll_fid *)0)->id) == 8);
309         LASSERT(offsetof(struct ll_fid, generation) == 8);
310         LASSERT((int)sizeof(((struct ll_fid *)0)->generation) == 4);
311         LASSERT(offsetof(struct ll_fid, f_type) == 12);
312         LASSERT((int)sizeof(((struct ll_fid *)0)->f_type) == 4);
313
314         /* Checks for struct mds_status_req */
315         LASSERT((int)sizeof(struct mds_status_req) == 8);
316         LASSERT(offsetof(struct mds_status_req, flags) == 0);
317         LASSERT((int)sizeof(((struct mds_status_req *)0)->flags) == 4);
318         LASSERT(offsetof(struct mds_status_req, repbuf) == 4);
319         LASSERT((int)sizeof(((struct mds_status_req *)0)->repbuf) == 4);
320
321         /* Checks for struct mds_body */
322         LASSERT((int)sizeof(struct mds_body) == 136);
323         LASSERT(offsetof(struct mds_body, fid1) == 0);
324         LASSERT((int)sizeof(((struct mds_body *)0)->fid1) == 16);
325         LASSERT(offsetof(struct mds_body, fid2) == 16);
326         LASSERT((int)sizeof(((struct mds_body *)0)->fid2) == 16);
327         LASSERT(offsetof(struct mds_body, handle) == 32);
328         LASSERT((int)sizeof(((struct mds_body *)0)->handle) == 8);
329         LASSERT(offsetof(struct mds_body, size) == 40);
330         LASSERT((int)sizeof(((struct mds_body *)0)->size) == 8);
331         LASSERT(offsetof(struct mds_body, blocks) == 48);
332         LASSERT((int)sizeof(((struct mds_body *)0)->blocks) == 8);
333         LASSERT(offsetof(struct mds_body, io_epoch) == 56);
334         LASSERT((int)sizeof(((struct mds_body *)0)->io_epoch) == 8);
335         LASSERT(offsetof(struct mds_body, ino) == 64);
336         LASSERT((int)sizeof(((struct mds_body *)0)->ino) == 4);
337         LASSERT(offsetof(struct mds_body, valid) == 68);
338         LASSERT((int)sizeof(((struct mds_body *)0)->valid) == 4);
339         LASSERT(offsetof(struct mds_body, fsuid) == 72);
340         LASSERT((int)sizeof(((struct mds_body *)0)->fsuid) == 4);
341         LASSERT(offsetof(struct mds_body, fsgid) == 76);
342         LASSERT((int)sizeof(((struct mds_body *)0)->fsgid) == 4);
343         LASSERT(offsetof(struct mds_body, capability) == 80);
344         LASSERT((int)sizeof(((struct mds_body *)0)->capability) == 4);
345         LASSERT(offsetof(struct mds_body, mode) == 84);
346         LASSERT((int)sizeof(((struct mds_body *)0)->mode) == 4);
347         LASSERT(offsetof(struct mds_body, uid) == 88);
348         LASSERT((int)sizeof(((struct mds_body *)0)->uid) == 4);
349         LASSERT(offsetof(struct mds_body, gid) == 92);
350         LASSERT((int)sizeof(((struct mds_body *)0)->gid) == 4);
351         LASSERT(offsetof(struct mds_body, mtime) == 96);
352         LASSERT((int)sizeof(((struct mds_body *)0)->mtime) == 4);
353         LASSERT(offsetof(struct mds_body, ctime) == 100);
354         LASSERT((int)sizeof(((struct mds_body *)0)->ctime) == 4);
355         LASSERT(offsetof(struct mds_body, atime) == 104);
356         LASSERT((int)sizeof(((struct mds_body *)0)->atime) == 4);
357         LASSERT(offsetof(struct mds_body, flags) == 108);
358         LASSERT((int)sizeof(((struct mds_body *)0)->flags) == 4);
359         LASSERT(offsetof(struct mds_body, rdev) == 112);
360         LASSERT((int)sizeof(((struct mds_body *)0)->rdev) == 4);
361         LASSERT(offsetof(struct mds_body, nlink) == 116);
362         LASSERT((int)sizeof(((struct mds_body *)0)->nlink) == 4);
363         LASSERT(offsetof(struct mds_body, generation) == 120);
364         LASSERT((int)sizeof(((struct mds_body *)0)->generation) == 4);
365         LASSERT(offsetof(struct mds_body, suppgid) == 124);
366         LASSERT((int)sizeof(((struct mds_body *)0)->suppgid) == 4);
367         LASSERT(offsetof(struct mds_body, eadatasize) == 128);
368         LASSERT((int)sizeof(((struct mds_body *)0)->eadatasize) == 4);
369         LASSERT(FMODE_READ == 1);
370         LASSERT(FMODE_WRITE == 2);
371         LASSERT(FMODE_EXEC == 4);
372         LASSERT(MDS_OPEN_CREAT == 64);
373         LASSERT(MDS_OPEN_EXCL == 128);
374         LASSERT(MDS_OPEN_TRUNC == 512);
375         LASSERT(MDS_OPEN_APPEND == 1024);
376         LASSERT(MDS_OPEN_SYNC == 4096);
377         LASSERT(MDS_OPEN_DIRECTORY == 65536);
378         LASSERT(MDS_OPEN_DELAY_CREATE == 16777216);
379         LASSERT(MDS_OPEN_HAS_EA == 1073741824);
380
381         /* Checks for struct mds_rec_setattr */
382         LASSERT((int)sizeof(struct mds_rec_setattr) == 88);
383         LASSERT(offsetof(struct mds_rec_setattr, sa_opcode) == 0);
384         LASSERT((int)sizeof(((struct mds_rec_setattr *)0)->sa_opcode) == 4);
385         LASSERT(offsetof(struct mds_rec_setattr, sa_fsuid) == 4);
386         LASSERT((int)sizeof(((struct mds_rec_setattr *)0)->sa_fsuid) == 4);
387         LASSERT(offsetof(struct mds_rec_setattr, sa_fsgid) == 8);
388         LASSERT((int)sizeof(((struct mds_rec_setattr *)0)->sa_fsgid) == 4);
389         LASSERT(offsetof(struct mds_rec_setattr, sa_cap) == 12);
390         LASSERT((int)sizeof(((struct mds_rec_setattr *)0)->sa_cap) == 4);
391         LASSERT(offsetof(struct mds_rec_setattr, sa_suppgid) == 16);
392         LASSERT((int)sizeof(((struct mds_rec_setattr *)0)->sa_suppgid) == 4);
393         LASSERT(offsetof(struct mds_rec_setattr, sa_valid) == 20);
394         LASSERT((int)sizeof(((struct mds_rec_setattr *)0)->sa_valid) == 4);
395         LASSERT(offsetof(struct mds_rec_setattr, sa_fid) == 24);
396         LASSERT((int)sizeof(((struct mds_rec_setattr *)0)->sa_fid) == 16);
397         LASSERT(offsetof(struct mds_rec_setattr, sa_mode) == 40);
398         LASSERT((int)sizeof(((struct mds_rec_setattr *)0)->sa_mode) == 4);
399         LASSERT(offsetof(struct mds_rec_setattr, sa_uid) == 44);
400         LASSERT((int)sizeof(((struct mds_rec_setattr *)0)->sa_uid) == 4);
401         LASSERT(offsetof(struct mds_rec_setattr, sa_gid) == 48);
402         LASSERT((int)sizeof(((struct mds_rec_setattr *)0)->sa_gid) == 4);
403         LASSERT(offsetof(struct mds_rec_setattr, sa_attr_flags) == 52);
404         LASSERT((int)sizeof(((struct mds_rec_setattr *)0)->sa_attr_flags) == 4);
405         LASSERT(offsetof(struct mds_rec_setattr, sa_size) == 56);
406         LASSERT((int)sizeof(((struct mds_rec_setattr *)0)->sa_size) == 8);
407         LASSERT(offsetof(struct mds_rec_setattr, sa_atime) == 64);
408         LASSERT((int)sizeof(((struct mds_rec_setattr *)0)->sa_atime) == 8);
409         LASSERT(offsetof(struct mds_rec_setattr, sa_mtime) == 72);
410         LASSERT((int)sizeof(((struct mds_rec_setattr *)0)->sa_mtime) == 8);
411         LASSERT(offsetof(struct mds_rec_setattr, sa_ctime) == 80);
412         LASSERT((int)sizeof(((struct mds_rec_setattr *)0)->sa_ctime) == 8);
413
414         /* Checks for struct mds_rec_create */
415         LASSERT((int)sizeof(struct mds_rec_create) == 80);
416         LASSERT(offsetof(struct mds_rec_create, cr_opcode) == 0);
417         LASSERT((int)sizeof(((struct mds_rec_create *)0)->cr_opcode) == 4);
418         LASSERT(offsetof(struct mds_rec_create, cr_fsuid) == 4);
419         LASSERT((int)sizeof(((struct mds_rec_create *)0)->cr_fsuid) == 4);
420         LASSERT(offsetof(struct mds_rec_create, cr_fsgid) == 8);
421         LASSERT((int)sizeof(((struct mds_rec_create *)0)->cr_fsgid) == 4);
422         LASSERT(offsetof(struct mds_rec_create, cr_cap) == 12);
423         LASSERT((int)sizeof(((struct mds_rec_create *)0)->cr_cap) == 4);
424         LASSERT(offsetof(struct mds_rec_create, cr_flags) == 16);
425         LASSERT((int)sizeof(((struct mds_rec_create *)0)->cr_flags) == 4);
426         LASSERT(offsetof(struct mds_rec_create, cr_mode) == 20);
427         LASSERT((int)sizeof(((struct mds_rec_create *)0)->cr_mode) == 4);
428         LASSERT(offsetof(struct mds_rec_create, cr_fid) == 24);
429         LASSERT((int)sizeof(((struct mds_rec_create *)0)->cr_fid) == 16);
430         LASSERT(offsetof(struct mds_rec_create, cr_replayfid) == 40);
431         LASSERT((int)sizeof(((struct mds_rec_create *)0)->cr_replayfid) == 16);
432         LASSERT(offsetof(struct mds_rec_create, cr_time) == 56);
433         LASSERT((int)sizeof(((struct mds_rec_create *)0)->cr_time) == 8);
434         LASSERT(offsetof(struct mds_rec_create, cr_rdev) == 64);
435         LASSERT((int)sizeof(((struct mds_rec_create *)0)->cr_rdev) == 8);
436         LASSERT(offsetof(struct mds_rec_create, cr_suppgid) == 72);
437         LASSERT((int)sizeof(((struct mds_rec_create *)0)->cr_suppgid) == 4);
438
439         /* Checks for struct mds_rec_link */
440         LASSERT((int)sizeof(struct mds_rec_link) == 64);
441         LASSERT(offsetof(struct mds_rec_link, lk_opcode) == 0);
442         LASSERT((int)sizeof(((struct mds_rec_link *)0)->lk_opcode) == 4);
443         LASSERT(offsetof(struct mds_rec_link, lk_fsuid) == 4);
444         LASSERT((int)sizeof(((struct mds_rec_link *)0)->lk_fsuid) == 4);
445         LASSERT(offsetof(struct mds_rec_link, lk_fsgid) == 8);
446         LASSERT((int)sizeof(((struct mds_rec_link *)0)->lk_fsgid) == 4);
447         LASSERT(offsetof(struct mds_rec_link, lk_cap) == 12);
448         LASSERT((int)sizeof(((struct mds_rec_link *)0)->lk_cap) == 4);
449         LASSERT(offsetof(struct mds_rec_link, lk_suppgid1) == 16);
450         LASSERT((int)sizeof(((struct mds_rec_link *)0)->lk_suppgid1) == 4);
451         LASSERT(offsetof(struct mds_rec_link, lk_suppgid2) == 20);
452         LASSERT((int)sizeof(((struct mds_rec_link *)0)->lk_suppgid2) == 4);
453         LASSERT(offsetof(struct mds_rec_link, lk_fid1) == 24);
454         LASSERT((int)sizeof(((struct mds_rec_link *)0)->lk_fid1) == 16);
455         LASSERT(offsetof(struct mds_rec_link, lk_fid2) == 40);
456         LASSERT((int)sizeof(((struct mds_rec_link *)0)->lk_fid2) == 16);
457         LASSERT(offsetof(struct mds_rec_link, lk_time) == 56);
458         LASSERT((int)sizeof(((struct mds_rec_link *)0)->lk_time) == 8);
459
460         /* Checks for struct mds_rec_unlink */
461         LASSERT((int)sizeof(struct mds_rec_unlink) == 64);
462         LASSERT(offsetof(struct mds_rec_unlink, ul_opcode) == 0);
463         LASSERT((int)sizeof(((struct mds_rec_unlink *)0)->ul_opcode) == 4);
464         LASSERT(offsetof(struct mds_rec_unlink, ul_fsuid) == 4);
465         LASSERT((int)sizeof(((struct mds_rec_unlink *)0)->ul_fsuid) == 4);
466         LASSERT(offsetof(struct mds_rec_unlink, ul_fsgid) == 8);
467         LASSERT((int)sizeof(((struct mds_rec_unlink *)0)->ul_fsgid) == 4);
468         LASSERT(offsetof(struct mds_rec_unlink, ul_cap) == 12);
469         LASSERT((int)sizeof(((struct mds_rec_unlink *)0)->ul_cap) == 4);
470         LASSERT(offsetof(struct mds_rec_unlink, ul_suppgid) == 16);
471         LASSERT((int)sizeof(((struct mds_rec_unlink *)0)->ul_suppgid) == 4);
472         LASSERT(offsetof(struct mds_rec_unlink, ul_mode) == 20);
473         LASSERT((int)sizeof(((struct mds_rec_unlink *)0)->ul_mode) == 4);
474         LASSERT(offsetof(struct mds_rec_unlink, ul_fid1) == 24);
475         LASSERT((int)sizeof(((struct mds_rec_unlink *)0)->ul_fid1) == 16);
476         LASSERT(offsetof(struct mds_rec_unlink, ul_fid2) == 40);
477         LASSERT((int)sizeof(((struct mds_rec_unlink *)0)->ul_fid2) == 16);
478         LASSERT(offsetof(struct mds_rec_unlink, ul_time) == 56);
479         LASSERT((int)sizeof(((struct mds_rec_unlink *)0)->ul_time) == 8);
480
481         /* Checks for struct mds_rec_rename */
482         LASSERT((int)sizeof(struct mds_rec_rename) == 64);
483         LASSERT(offsetof(struct mds_rec_rename, rn_opcode) == 0);
484         LASSERT((int)sizeof(((struct mds_rec_rename *)0)->rn_opcode) == 4);
485         LASSERT(offsetof(struct mds_rec_rename, rn_fsuid) == 4);
486         LASSERT((int)sizeof(((struct mds_rec_rename *)0)->rn_fsuid) == 4);
487         LASSERT(offsetof(struct mds_rec_rename, rn_fsgid) == 8);
488         LASSERT((int)sizeof(((struct mds_rec_rename *)0)->rn_fsgid) == 4);
489         LASSERT(offsetof(struct mds_rec_rename, rn_cap) == 12);
490         LASSERT((int)sizeof(((struct mds_rec_rename *)0)->rn_cap) == 4);
491         LASSERT(offsetof(struct mds_rec_rename, rn_suppgid1) == 16);
492         LASSERT((int)sizeof(((struct mds_rec_rename *)0)->rn_suppgid1) == 4);
493         LASSERT(offsetof(struct mds_rec_rename, rn_suppgid2) == 20);
494         LASSERT((int)sizeof(((struct mds_rec_rename *)0)->rn_suppgid2) == 4);
495         LASSERT(offsetof(struct mds_rec_rename, rn_fid1) == 24);
496         LASSERT((int)sizeof(((struct mds_rec_rename *)0)->rn_fid1) == 16);
497         LASSERT(offsetof(struct mds_rec_rename, rn_fid2) == 40);
498         LASSERT((int)sizeof(((struct mds_rec_rename *)0)->rn_fid2) == 16);
499         LASSERT(offsetof(struct mds_rec_rename, rn_time) == 56);
500         LASSERT((int)sizeof(((struct mds_rec_rename *)0)->rn_time) == 8);
501
502         /* Checks for struct lov_desc */
503         LASSERT((int)sizeof(struct lov_desc) == 72);
504         LASSERT(offsetof(struct lov_desc, ld_tgt_count) == 0);
505         LASSERT((int)sizeof(((struct lov_desc *)0)->ld_tgt_count) == 4);
506         LASSERT(offsetof(struct lov_desc, ld_active_tgt_count) == 4);
507         LASSERT((int)sizeof(((struct lov_desc *)0)->ld_active_tgt_count) == 4);
508         LASSERT(offsetof(struct lov_desc, ld_default_stripe_count) == 8);
509         LASSERT((int)sizeof(((struct lov_desc *)0)->ld_default_stripe_count) == 4);
510         LASSERT(offsetof(struct lov_desc, ld_pattern) == 12);
511         LASSERT((int)sizeof(((struct lov_desc *)0)->ld_pattern) == 4);
512         LASSERT(offsetof(struct lov_desc, ld_default_stripe_size) == 16);
513         LASSERT((int)sizeof(((struct lov_desc *)0)->ld_default_stripe_size) == 8);
514         LASSERT(offsetof(struct lov_desc, ld_default_stripe_offset) == 24);
515         LASSERT((int)sizeof(((struct lov_desc *)0)->ld_default_stripe_offset) == 8);
516         LASSERT(offsetof(struct lov_desc, ld_uuid) == 32);
517         LASSERT((int)sizeof(((struct lov_desc *)0)->ld_uuid) == 40);
518
519         /* Checks for struct ldlm_res_id */
520         LASSERT((int)sizeof(struct ldlm_res_id) == 32);
521         LASSERT(offsetof(struct ldlm_res_id, name[4]) == 32);
522         LASSERT((int)sizeof(((struct ldlm_res_id *)0)->name[4]) == 8);
523
524         /* Checks for struct ldlm_extent */
525         LASSERT((int)sizeof(struct ldlm_extent) == 16);
526         LASSERT(offsetof(struct ldlm_extent, start) == 0);
527         LASSERT((int)sizeof(((struct ldlm_extent *)0)->start) == 8);
528         LASSERT(offsetof(struct ldlm_extent, end) == 8);
529         LASSERT((int)sizeof(((struct ldlm_extent *)0)->end) == 8);
530
531         /* Checks for struct ldlm_flock */
532         LASSERT((int)sizeof(struct ldlm_flock) == 32);
533         LASSERT(offsetof(struct ldlm_flock, start) == 0);
534         LASSERT((int)sizeof(((struct ldlm_flock *)0)->start) == 8);
535         LASSERT(offsetof(struct ldlm_flock, end) == 8);
536         LASSERT((int)sizeof(((struct ldlm_flock *)0)->end) == 8);
537         LASSERT(offsetof(struct ldlm_flock, blocking_export) == 16);
538         LASSERT((int)sizeof(((struct ldlm_flock *)0)->blocking_export) == 8);
539         LASSERT(offsetof(struct ldlm_flock, blocking_pid) == 24);
540         LASSERT((int)sizeof(((struct ldlm_flock *)0)->blocking_pid) == 4);
541         LASSERT(offsetof(struct ldlm_flock, pid) == 28);
542         LASSERT((int)sizeof(((struct ldlm_flock *)0)->pid) == 4);
543
544         /* Checks for struct ldlm_intent */
545         LASSERT((int)sizeof(struct ldlm_intent) == 8);
546         LASSERT(offsetof(struct ldlm_intent, opc) == 0);
547         LASSERT((int)sizeof(((struct ldlm_intent *)0)->opc) == 8);
548
549         /* Checks for struct ldlm_resource_desc */
550         LASSERT((int)sizeof(struct ldlm_resource_desc) == 52);
551         LASSERT(offsetof(struct ldlm_resource_desc, lr_type) == 0);
552         LASSERT((int)sizeof(((struct ldlm_resource_desc *)0)->lr_type) == 4);
553         LASSERT(offsetof(struct ldlm_resource_desc, lr_name) == 4);
554         LASSERT((int)sizeof(((struct ldlm_resource_desc *)0)->lr_name) == 32);
555         LASSERT(offsetof(struct ldlm_resource_desc, lr_version[4]) == 52);
556         LASSERT((int)sizeof(((struct ldlm_resource_desc *)0)->lr_version[4]) == 4);
557
558         /* Checks for struct ldlm_lock_desc */
559         LASSERT((int)sizeof(struct ldlm_lock_desc) == 108);
560         LASSERT(offsetof(struct ldlm_lock_desc, l_resource) == 0);
561         LASSERT((int)sizeof(((struct ldlm_lock_desc *)0)->l_resource) == 52);
562         LASSERT(offsetof(struct ldlm_lock_desc, l_req_mode) == 52);
563         LASSERT((int)sizeof(((struct ldlm_lock_desc *)0)->l_req_mode) == 4);
564         LASSERT(offsetof(struct ldlm_lock_desc, l_granted_mode) == 56);
565         LASSERT((int)sizeof(((struct ldlm_lock_desc *)0)->l_granted_mode) == 4);
566         LASSERT(offsetof(struct ldlm_lock_desc, l_policy_data) == 60);
567         LASSERT((int)sizeof(((struct ldlm_lock_desc *)0)->l_policy_data) == 32);
568         LASSERT(offsetof(struct ldlm_lock_desc, l_version[4]) == 108);
569         LASSERT((int)sizeof(((struct ldlm_lock_desc *)0)->l_version[4]) == 4);
570
571         /* Checks for struct ldlm_request */
572         LASSERT((int)sizeof(struct ldlm_request) == 128);
573         LASSERT(offsetof(struct ldlm_request, lock_flags) == 0);
574         LASSERT((int)sizeof(((struct ldlm_request *)0)->lock_flags) == 4);
575         LASSERT(offsetof(struct ldlm_request, lock_desc) == 4);
576         LASSERT((int)sizeof(((struct ldlm_request *)0)->lock_desc) == 108);
577         LASSERT(offsetof(struct ldlm_request, lock_handle1) == 112);
578         LASSERT((int)sizeof(((struct ldlm_request *)0)->lock_handle1) == 8);
579         LASSERT(offsetof(struct ldlm_request, lock_handle2) == 120);
580         LASSERT((int)sizeof(((struct ldlm_request *)0)->lock_handle2) == 8);
581
582         /* Checks for struct ldlm_reply */
583         LASSERT((int)sizeof(struct ldlm_reply) == 96);
584         LASSERT(offsetof(struct ldlm_reply, lock_flags) == 0);
585         LASSERT((int)sizeof(((struct ldlm_reply *)0)->lock_flags) == 4);
586         LASSERT(offsetof(struct ldlm_reply, lock_mode) == 4);
587         LASSERT((int)sizeof(((struct ldlm_reply *)0)->lock_mode) == 4);
588         LASSERT(offsetof(struct ldlm_reply, lock_resource_name) == 8);
589         LASSERT((int)sizeof(((struct ldlm_reply *)0)->lock_resource_name) == 32);
590         LASSERT(offsetof(struct ldlm_reply, lock_handle) == 40);
591         LASSERT((int)sizeof(((struct ldlm_reply *)0)->lock_handle) == 8);
592         LASSERT(offsetof(struct ldlm_reply, lock_policy_data) == 48);
593         LASSERT((int)sizeof(((struct ldlm_reply *)0)->lock_policy_data) == 32);
594         LASSERT(offsetof(struct ldlm_reply, lock_policy_res1) == 80);
595         LASSERT((int)sizeof(((struct ldlm_reply *)0)->lock_policy_res1) == 8);
596         LASSERT(offsetof(struct ldlm_reply, lock_policy_res2) == 88);
597         LASSERT((int)sizeof(((struct ldlm_reply *)0)->lock_policy_res2) == 8);
598
599         /* Checks for struct ptlbd_op */
600         LASSERT((int)sizeof(struct ptlbd_op) == 12);
601         LASSERT(offsetof(struct ptlbd_op, op_cmd) == 0);
602         LASSERT((int)sizeof(((struct ptlbd_op *)0)->op_cmd) == 2);
603         LASSERT(offsetof(struct ptlbd_op, op_lun) == 2);
604         LASSERT((int)sizeof(((struct ptlbd_op *)0)->op_lun) == 2);
605         LASSERT(offsetof(struct ptlbd_op, op_niob_cnt) == 4);
606         LASSERT((int)sizeof(((struct ptlbd_op *)0)->op_niob_cnt) == 2);
607         LASSERT(offsetof(struct ptlbd_op, op__padding) == 6);
608         LASSERT((int)sizeof(((struct ptlbd_op *)0)->op__padding) == 2);
609         LASSERT(offsetof(struct ptlbd_op, op_block_cnt) == 8);
610         LASSERT((int)sizeof(((struct ptlbd_op *)0)->op_block_cnt) == 4);
611
612         /* Checks for struct ptlbd_niob */
613         LASSERT((int)sizeof(struct ptlbd_niob) == 24);
614         LASSERT(offsetof(struct ptlbd_niob, n_xid) == 0);
615         LASSERT((int)sizeof(((struct ptlbd_niob *)0)->n_xid) == 8);
616         LASSERT(offsetof(struct ptlbd_niob, n_block_nr) == 8);
617         LASSERT((int)sizeof(((struct ptlbd_niob *)0)->n_block_nr) == 8);
618         LASSERT(offsetof(struct ptlbd_niob, n_offset) == 16);
619         LASSERT((int)sizeof(((struct ptlbd_niob *)0)->n_offset) == 4);
620         LASSERT(offsetof(struct ptlbd_niob, n_length) == 20);
621         LASSERT((int)sizeof(((struct ptlbd_niob *)0)->n_length) == 4);
622
623         /* Checks for struct ptlbd_rsp */
624         LASSERT((int)sizeof(struct ptlbd_rsp) == 4);
625         LASSERT(offsetof(struct ptlbd_rsp, r_status) == 0);
626         LASSERT((int)sizeof(((struct ptlbd_rsp *)0)->r_status) == 2);
627         LASSERT(offsetof(struct ptlbd_rsp, r_error_cnt) == 2);
628         LASSERT((int)sizeof(((struct ptlbd_rsp *)0)->r_error_cnt) == 2);
629
630         /* Checks for struct llog_logid */
631         LASSERT((int)sizeof(struct llog_logid) == 20);
632         LASSERT(offsetof(struct llog_logid, lgl_oid) == 0);
633         LASSERT((int)sizeof(((struct llog_logid *)0)->lgl_oid) == 8);
634         LASSERT(offsetof(struct llog_logid, lgl_ogr) == 8);
635         LASSERT((int)sizeof(((struct llog_logid *)0)->lgl_ogr) == 8);
636         LASSERT(offsetof(struct llog_logid, lgl_ogen) == 16);
637         LASSERT((int)sizeof(((struct llog_logid *)0)->lgl_ogen) == 4);
638         LASSERT(OST_SZ_REC == 274730752);
639         LASSERT(OST_RAID1_REC == 274731008);
640         LASSERT(MDS_UNLINK_REC == 274801668);
641         LASSERT(OBD_CFG_REC == 274857984);
642         LASSERT(PTL_CFG_REC == 274923520);
643         LASSERT(LLOG_GEN_REC == 274989056);
644         LASSERT(LLOG_HDR_MAGIC == 275010873);
645         LASSERT(LLOG_LOGID_MAGIC == 275010874);
646
647         /* Checks for struct llog_rec_hdr */
648         LASSERT((int)sizeof(struct llog_rec_hdr) == 16);
649         LASSERT(offsetof(struct llog_rec_hdr, lrh_len) == 0);
650         LASSERT((int)sizeof(((struct llog_rec_hdr *)0)->lrh_len) == 4);
651         LASSERT(offsetof(struct llog_rec_hdr, lrh_index) == 4);
652         LASSERT((int)sizeof(((struct llog_rec_hdr *)0)->lrh_index) == 4);
653         LASSERT(offsetof(struct llog_rec_hdr, lrh_type) == 8);
654         LASSERT((int)sizeof(((struct llog_rec_hdr *)0)->lrh_type) == 4);
655
656         /* Checks for struct llog_rec_tail */
657         LASSERT((int)sizeof(struct llog_rec_tail) == 8);
658         LASSERT(offsetof(struct llog_rec_tail, lrt_len) == 0);
659         LASSERT((int)sizeof(((struct llog_rec_tail *)0)->lrt_len) == 4);
660         LASSERT(offsetof(struct llog_rec_tail, lrt_index) == 4);
661         LASSERT((int)sizeof(((struct llog_rec_tail *)0)->lrt_index) == 4);
662
663         /* Checks for struct llog_logid_rec */
664         LASSERT((int)sizeof(struct llog_logid_rec) == 48);
665         LASSERT(offsetof(struct llog_logid_rec, lid_hdr) == 0);
666         LASSERT((int)sizeof(((struct llog_logid_rec *)0)->lid_hdr) == 16);
667         LASSERT(offsetof(struct llog_logid_rec, lid_id) == 16);
668         LASSERT((int)sizeof(((struct llog_logid_rec *)0)->lid_id) == 20);
669         LASSERT(offsetof(struct llog_logid_rec, lid_tail) == 40);
670         LASSERT((int)sizeof(((struct llog_logid_rec *)0)->lid_tail) == 8);
671
672         /* Checks for struct llog_create_rec */
673         LASSERT((int)sizeof(struct llog_create_rec) == 56);
674         LASSERT(offsetof(struct llog_create_rec, lcr_hdr) == 0);
675         LASSERT((int)sizeof(((struct llog_create_rec *)0)->lcr_hdr) == 16);
676         LASSERT(offsetof(struct llog_create_rec, lcr_fid) == 16);
677         LASSERT((int)sizeof(((struct llog_create_rec *)0)->lcr_fid) == 16);
678         LASSERT(offsetof(struct llog_create_rec, lcr_oid) == 32);
679         LASSERT((int)sizeof(((struct llog_create_rec *)0)->lcr_oid) == 8);
680         LASSERT(offsetof(struct llog_create_rec, lcr_ogen) == 40);
681         LASSERT((int)sizeof(((struct llog_create_rec *)0)->lcr_ogen) == 4);
682
683         /* Checks for struct llog_orphan_rec */
684         LASSERT((int)sizeof(struct llog_orphan_rec) == 40);
685         LASSERT(offsetof(struct llog_orphan_rec, lor_hdr) == 0);
686         LASSERT((int)sizeof(((struct llog_orphan_rec *)0)->lor_hdr) == 16);
687         LASSERT(offsetof(struct llog_orphan_rec, lor_oid) == 16);
688         LASSERT((int)sizeof(((struct llog_orphan_rec *)0)->lor_oid) == 8);
689         LASSERT(offsetof(struct llog_orphan_rec, lor_ogen) == 24);
690         LASSERT((int)sizeof(((struct llog_orphan_rec *)0)->lor_ogen) == 4);
691         LASSERT(offsetof(struct llog_orphan_rec, lor_tail) == 32);
692         LASSERT((int)sizeof(((struct llog_orphan_rec *)0)->lor_tail) == 8);
693
694         /* Checks for struct llog_unlink_rec */
695         LASSERT((int)sizeof(struct llog_unlink_rec) == 40);
696         LASSERT(offsetof(struct llog_unlink_rec, lur_hdr) == 0);
697         LASSERT((int)sizeof(((struct llog_unlink_rec *)0)->lur_hdr) == 16);
698         LASSERT(offsetof(struct llog_unlink_rec, lur_oid) == 16);
699         LASSERT((int)sizeof(((struct llog_unlink_rec *)0)->lur_oid) == 8);
700         LASSERT(offsetof(struct llog_unlink_rec, lur_ogen) == 24);
701         LASSERT((int)sizeof(((struct llog_unlink_rec *)0)->lur_ogen) == 4);
702         LASSERT(offsetof(struct llog_unlink_rec, lur_tail) == 32);
703         LASSERT((int)sizeof(((struct llog_unlink_rec *)0)->lur_tail) == 8);
704
705         /* Checks for struct llog_size_change_rec */
706         LASSERT((int)sizeof(struct llog_size_change_rec) == 48);
707         LASSERT(offsetof(struct llog_size_change_rec, lsc_hdr) == 0);
708         LASSERT((int)sizeof(((struct llog_size_change_rec *)0)->lsc_hdr) == 16);
709         LASSERT(offsetof(struct llog_size_change_rec, lsc_fid) == 16);
710         LASSERT((int)sizeof(((struct llog_size_change_rec *)0)->lsc_fid) == 16);
711         LASSERT(offsetof(struct llog_size_change_rec, lsc_io_epoch) == 32);
712         LASSERT((int)sizeof(((struct llog_size_change_rec *)0)->lsc_io_epoch) == 4);
713         LASSERT(offsetof(struct llog_size_change_rec, lsc_tail) == 40);
714         LASSERT((int)sizeof(((struct llog_size_change_rec *)0)->lsc_tail) == 8);
715
716         /* Checks for struct llog_gen */
717         LASSERT((int)sizeof(struct llog_gen) == 16);
718         LASSERT(offsetof(struct llog_gen, mnt_cnt) == 0);
719         LASSERT((int)sizeof(((struct llog_gen *)0)->mnt_cnt) == 8);
720         LASSERT(offsetof(struct llog_gen, conn_cnt) == 8);
721         LASSERT((int)sizeof(((struct llog_gen *)0)->conn_cnt) == 8);
722
723         /* Checks for struct llog_gen_rec */
724         LASSERT((int)sizeof(struct llog_gen_rec) == 40);
725         LASSERT(offsetof(struct llog_gen_rec, lgr_hdr) == 0);
726         LASSERT((int)sizeof(((struct llog_gen_rec *)0)->lgr_hdr) == 16);
727         LASSERT(offsetof(struct llog_gen_rec, lgr_gen) == 16);
728         LASSERT((int)sizeof(((struct llog_gen_rec *)0)->lgr_gen) == 16);
729         LASSERT(offsetof(struct llog_gen_rec, lgr_tail) == 32);
730         LASSERT((int)sizeof(((struct llog_gen_rec *)0)->lgr_tail) == 8);
731
732         /* Checks for struct llog_log_hdr */
733         LASSERT((int)sizeof(struct llog_log_hdr) == 4096);
734         LASSERT(offsetof(struct llog_log_hdr, llh_hdr) == 0);
735         LASSERT((int)sizeof(((struct llog_log_hdr *)0)->llh_hdr) == 16);
736         LASSERT(offsetof(struct llog_log_hdr, llh_timestamp) == 16);
737         LASSERT((int)sizeof(((struct llog_log_hdr *)0)->llh_timestamp) == 8);
738         LASSERT(offsetof(struct llog_log_hdr, llh_count) == 24);
739         LASSERT((int)sizeof(((struct llog_log_hdr *)0)->llh_count) == 4);
740         LASSERT(offsetof(struct llog_log_hdr, llh_bitmap_offset) == 28);
741         LASSERT((int)sizeof(((struct llog_log_hdr *)0)->llh_bitmap_offset) == 4);
742         LASSERT(offsetof(struct llog_log_hdr, llh_size) == 32);
743         LASSERT((int)sizeof(((struct llog_log_hdr *)0)->llh_size) == 4);
744         LASSERT(offsetof(struct llog_log_hdr, llh_flags) == 36);
745         LASSERT((int)sizeof(((struct llog_log_hdr *)0)->llh_flags) == 4);
746         LASSERT(offsetof(struct llog_log_hdr, llh_cat_idx) == 40);
747         LASSERT((int)sizeof(((struct llog_log_hdr *)0)->llh_cat_idx) == 4);
748         LASSERT(offsetof(struct llog_log_hdr, llh_tgtuuid) == 44);
749         LASSERT((int)sizeof(((struct llog_log_hdr *)0)->llh_tgtuuid) == 40);
750         LASSERT(offsetof(struct llog_log_hdr, llh_reserved) == 84);
751         LASSERT((int)sizeof(((struct llog_log_hdr *)0)->llh_reserved) == 4);
752         LASSERT(offsetof(struct llog_log_hdr, llh_bitmap) == 88);
753         LASSERT((int)sizeof(((struct llog_log_hdr *)0)->llh_bitmap) == 4000);
754         LASSERT(offsetof(struct llog_log_hdr, llh_tail) == 4088);
755         LASSERT((int)sizeof(((struct llog_log_hdr *)0)->llh_tail) == 8);
756
757         /* Checks for struct llog_cookie */
758         LASSERT((int)sizeof(struct llog_cookie) == 32);
759         LASSERT(offsetof(struct llog_cookie, lgc_lgl) == 0);
760         LASSERT((int)sizeof(((struct llog_cookie *)0)->lgc_lgl) == 20);
761         LASSERT(offsetof(struct llog_cookie, lgc_subsys) == 20);
762         LASSERT((int)sizeof(((struct llog_cookie *)0)->lgc_subsys) == 4);
763         LASSERT(offsetof(struct llog_cookie, lgc_index) == 24);
764         LASSERT((int)sizeof(((struct llog_cookie *)0)->lgc_index) == 4);
765
766         /* Checks for struct llogd_body */
767         LASSERT((int)sizeof(struct llogd_body) == 48);
768         LASSERT(offsetof(struct llogd_body, lgd_logid) == 0);
769         LASSERT((int)sizeof(((struct llogd_body *)0)->lgd_logid) == 20);
770         LASSERT(offsetof(struct llogd_body, lgd_ctxt_idx) == 20);
771         LASSERT((int)sizeof(((struct llogd_body *)0)->lgd_ctxt_idx) == 4);
772         LASSERT(offsetof(struct llogd_body, lgd_llh_flags) == 24);
773         LASSERT((int)sizeof(((struct llogd_body *)0)->lgd_llh_flags) == 4);
774         LASSERT(offsetof(struct llogd_body, lgd_index) == 28);
775         LASSERT((int)sizeof(((struct llogd_body *)0)->lgd_index) == 4);
776         LASSERT(offsetof(struct llogd_body, lgd_saved_index) == 32);
777         LASSERT((int)sizeof(((struct llogd_body *)0)->lgd_saved_index) == 4);
778         LASSERT(offsetof(struct llogd_body, lgd_len) == 36);
779         LASSERT((int)sizeof(((struct llogd_body *)0)->lgd_len) == 4);
780         LASSERT(offsetof(struct llogd_body, lgd_cur_offset) == 40);
781         LASSERT((int)sizeof(((struct llogd_body *)0)->lgd_cur_offset) == 8);
782         LASSERT(LLOG_ORIGIN_HANDLE_CREATE == 501);
783         LASSERT(LLOG_ORIGIN_HANDLE_NEXT_BLOCK == 502);
784         LASSERT(LLOG_ORIGIN_HANDLE_READ_HEADER == 503);
785         LASSERT(LLOG_ORIGIN_HANDLE_WRITE_REC == 504);
786         LASSERT(LLOG_ORIGIN_HANDLE_CLOSE == 505);
787         LASSERT(LLOG_ORIGIN_CONNECT == 506);
788         LASSERT(LLOG_CATINFO == 507);
789
790         /* Checks for struct llogd_conn_body */
791         LASSERT((int)sizeof(struct llogd_conn_body) == 40);
792         LASSERT(offsetof(struct llogd_conn_body, lgdc_gen) == 0);
793         LASSERT((int)sizeof(((struct llogd_conn_body *)0)->lgdc_gen) == 16);
794         LASSERT(offsetof(struct llogd_conn_body, lgdc_logid) == 16);
795         LASSERT((int)sizeof(((struct llogd_conn_body *)0)->lgdc_logid) == 20);
796         LASSERT(offsetof(struct llogd_conn_body, lgdc_ctxt_idx) == 36);
797         LASSERT((int)sizeof(((struct llogd_conn_body *)0)->lgdc_ctxt_idx) == 4);
798 }
799