| /* |
| * GPL HEADER START |
| * |
| * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
| * |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License version 2 only, |
| * as published by the Free Software Foundation. |
| * |
| * This program is distributed in the hope that it will be useful, but |
| * WITHOUT ANY WARRANTY; without even the implied warranty of |
| * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| * General Public License version 2 for more details (a copy is included |
| * in the LICENSE file that accompanied this code). |
| * |
| * You should have received a copy of the GNU General Public License |
| * version 2 along with this program; If not, see |
| * http://www.gnu.org/licenses/gpl-2.0.html |
| * |
| * GPL HEADER END |
| */ |
| /* |
| * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. |
| * Use is subject to license terms. |
| * |
| * Copyright (c) 2011, 2015, Intel Corporation. |
| */ |
| /* |
| * This file is part of Lustre, http://www.lustre.org/ |
| * Lustre is a trademark of Sun Microsystems, Inc. |
| */ |
| |
| #define DEBUG_SUBSYSTEM S_RPC |
| |
| #include <linux/fs.h> |
| #include <linux/posix_acl_xattr.h> |
| |
| #include <obd_support.h> |
| #include <obd_class.h> |
| #include <lustre_net.h> |
| #include <lustre_disk.h> |
| #include "ptlrpc_internal.h" |
| |
| void lustre_assert_wire_constants(void) |
| { |
| /* Wire protocol assertions generated by 'wirecheck' |
| * (make -C lustre/utils newwiretest) |
| * running on Linux centos6-bis 2.6.32-358.0.1.el6-head |
| * #3 SMP Wed Apr 17 17:37:43 CEST 2013 |
| * with gcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) |
| */ |
| |
| /* Constants... */ |
| LASSERTF(PTL_RPC_MSG_REQUEST == 4711, "found %lld\n", |
| (long long)PTL_RPC_MSG_REQUEST); |
| LASSERTF(PTL_RPC_MSG_ERR == 4712, "found %lld\n", |
| (long long)PTL_RPC_MSG_ERR); |
| LASSERTF(PTL_RPC_MSG_REPLY == 4713, "found %lld\n", |
| (long long)PTL_RPC_MSG_REPLY); |
| LASSERTF(MDS_DIR_END_OFF == 0xfffffffffffffffeULL, "found 0x%.16llxULL\n", |
| MDS_DIR_END_OFF); |
| LASSERTF(DEAD_HANDLE_MAGIC == 0xdeadbeefcafebabeULL, "found 0x%.16llxULL\n", |
| DEAD_HANDLE_MAGIC); |
| BUILD_BUG_ON(MTI_NAME_MAXLEN != 64); |
| LASSERTF(OST_REPLY == 0, "found %lld\n", |
| (long long)OST_REPLY); |
| LASSERTF(OST_GETATTR == 1, "found %lld\n", |
| (long long)OST_GETATTR); |
| LASSERTF(OST_SETATTR == 2, "found %lld\n", |
| (long long)OST_SETATTR); |
| LASSERTF(OST_READ == 3, "found %lld\n", |
| (long long)OST_READ); |
| LASSERTF(OST_WRITE == 4, "found %lld\n", |
| (long long)OST_WRITE); |
| LASSERTF(OST_CREATE == 5, "found %lld\n", |
| (long long)OST_CREATE); |
| LASSERTF(OST_DESTROY == 6, "found %lld\n", |
| (long long)OST_DESTROY); |
| LASSERTF(OST_GET_INFO == 7, "found %lld\n", |
| (long long)OST_GET_INFO); |
| LASSERTF(OST_CONNECT == 8, "found %lld\n", |
| (long long)OST_CONNECT); |
| LASSERTF(OST_DISCONNECT == 9, "found %lld\n", |
| (long long)OST_DISCONNECT); |
| LASSERTF(OST_PUNCH == 10, "found %lld\n", |
| (long long)OST_PUNCH); |
| LASSERTF(OST_OPEN == 11, "found %lld\n", |
| (long long)OST_OPEN); |
| LASSERTF(OST_CLOSE == 12, "found %lld\n", |
| (long long)OST_CLOSE); |
| LASSERTF(OST_STATFS == 13, "found %lld\n", |
| (long long)OST_STATFS); |
| LASSERTF(OST_SYNC == 16, "found %lld\n", |
| (long long)OST_SYNC); |
| LASSERTF(OST_SET_INFO == 17, "found %lld\n", |
| (long long)OST_SET_INFO); |
| LASSERTF(OST_QUOTACHECK == 18, "found %lld\n", |
| (long long)OST_QUOTACHECK); |
| LASSERTF(OST_QUOTACTL == 19, "found %lld\n", |
| (long long)OST_QUOTACTL); |
| LASSERTF(OST_QUOTA_ADJUST_QUNIT == 20, "found %lld\n", |
| (long long)OST_QUOTA_ADJUST_QUNIT); |
| LASSERTF(OST_LAST_OPC == 21, "found %lld\n", |
| (long long)OST_LAST_OPC); |
| LASSERTF(OBD_OBJECT_EOF == 0xffffffffffffffffULL, "found 0x%.16llxULL\n", |
| OBD_OBJECT_EOF); |
| LASSERTF(OST_MIN_PRECREATE == 32, "found %lld\n", |
| (long long)OST_MIN_PRECREATE); |
| LASSERTF(OST_MAX_PRECREATE == 20000, "found %lld\n", |
| (long long)OST_MAX_PRECREATE); |
| LASSERTF(OST_LVB_ERR_INIT == 0xffbadbad80000000ULL, "found 0x%.16llxULL\n", |
| OST_LVB_ERR_INIT); |
| LASSERTF(OST_LVB_ERR_MASK == 0xffbadbad00000000ULL, "found 0x%.16llxULL\n", |
| OST_LVB_ERR_MASK); |
| LASSERTF(MDS_FIRST_OPC == 33, "found %lld\n", |
| (long long)MDS_FIRST_OPC); |
| LASSERTF(MDS_GETATTR == 33, "found %lld\n", |
| (long long)MDS_GETATTR); |
| LASSERTF(MDS_GETATTR_NAME == 34, "found %lld\n", |
| (long long)MDS_GETATTR_NAME); |
| LASSERTF(MDS_CLOSE == 35, "found %lld\n", |
| (long long)MDS_CLOSE); |
| LASSERTF(MDS_REINT == 36, "found %lld\n", |
| (long long)MDS_REINT); |
| LASSERTF(MDS_READPAGE == 37, "found %lld\n", |
| (long long)MDS_READPAGE); |
| LASSERTF(MDS_CONNECT == 38, "found %lld\n", |
| (long long)MDS_CONNECT); |
| LASSERTF(MDS_DISCONNECT == 39, "found %lld\n", |
| (long long)MDS_DISCONNECT); |
| LASSERTF(MDS_GETSTATUS == 40, "found %lld\n", |
| (long long)MDS_GETSTATUS); |
| LASSERTF(MDS_STATFS == 41, "found %lld\n", |
| (long long)MDS_STATFS); |
| LASSERTF(MDS_PIN == 42, "found %lld\n", |
| (long long)MDS_PIN); |
| LASSERTF(MDS_UNPIN == 43, "found %lld\n", |
| (long long)MDS_UNPIN); |
| LASSERTF(MDS_SYNC == 44, "found %lld\n", |
| (long long)MDS_SYNC); |
| LASSERTF(MDS_DONE_WRITING == 45, "found %lld\n", |
| (long long)MDS_DONE_WRITING); |
| LASSERTF(MDS_SET_INFO == 46, "found %lld\n", |
| (long long)MDS_SET_INFO); |
| LASSERTF(MDS_QUOTACHECK == 47, "found %lld\n", |
| (long long)MDS_QUOTACHECK); |
| LASSERTF(MDS_QUOTACTL == 48, "found %lld\n", |
| (long long)MDS_QUOTACTL); |
| LASSERTF(MDS_GETXATTR == 49, "found %lld\n", |
| (long long)MDS_GETXATTR); |
| LASSERTF(MDS_SETXATTR == 50, "found %lld\n", |
| (long long)MDS_SETXATTR); |
| LASSERTF(MDS_WRITEPAGE == 51, "found %lld\n", |
| (long long)MDS_WRITEPAGE); |
| LASSERTF(MDS_IS_SUBDIR == 52, "found %lld\n", |
| (long long)MDS_IS_SUBDIR); |
| LASSERTF(MDS_GET_INFO == 53, "found %lld\n", |
| (long long)MDS_GET_INFO); |
| LASSERTF(MDS_HSM_STATE_GET == 54, "found %lld\n", |
| (long long)MDS_HSM_STATE_GET); |
| LASSERTF(MDS_HSM_STATE_SET == 55, "found %lld\n", |
| (long long)MDS_HSM_STATE_SET); |
| LASSERTF(MDS_HSM_ACTION == 56, "found %lld\n", |
| (long long)MDS_HSM_ACTION); |
| LASSERTF(MDS_HSM_PROGRESS == 57, "found %lld\n", |
| (long long)MDS_HSM_PROGRESS); |
| LASSERTF(MDS_HSM_REQUEST == 58, "found %lld\n", |
| (long long)MDS_HSM_REQUEST); |
| LASSERTF(MDS_HSM_CT_REGISTER == 59, "found %lld\n", |
| (long long)MDS_HSM_CT_REGISTER); |
| LASSERTF(MDS_HSM_CT_UNREGISTER == 60, "found %lld\n", |
| (long long)MDS_HSM_CT_UNREGISTER); |
| LASSERTF(MDS_SWAP_LAYOUTS == 61, "found %lld\n", |
| (long long)MDS_SWAP_LAYOUTS); |
| LASSERTF(MDS_LAST_OPC == 62, "found %lld\n", |
| (long long)MDS_LAST_OPC); |
| LASSERTF(REINT_SETATTR == 1, "found %lld\n", |
| (long long)REINT_SETATTR); |
| LASSERTF(REINT_CREATE == 2, "found %lld\n", |
| (long long)REINT_CREATE); |
| LASSERTF(REINT_LINK == 3, "found %lld\n", |
| (long long)REINT_LINK); |
| LASSERTF(REINT_UNLINK == 4, "found %lld\n", |
| (long long)REINT_UNLINK); |
| LASSERTF(REINT_RENAME == 5, "found %lld\n", |
| (long long)REINT_RENAME); |
| LASSERTF(REINT_OPEN == 6, "found %lld\n", |
| (long long)REINT_OPEN); |
| LASSERTF(REINT_SETXATTR == 7, "found %lld\n", |
| (long long)REINT_SETXATTR); |
| LASSERTF(REINT_RMENTRY == 8, "found %lld\n", |
| (long long)REINT_RMENTRY); |
| LASSERTF(REINT_MIGRATE == 9, "found %lld\n", |
| (long long)REINT_MIGRATE); |
| LASSERTF(REINT_MAX == 10, "found %lld\n", |
| (long long)REINT_MAX); |
| LASSERTF(DISP_IT_EXECD == 0x00000001UL, "found 0x%.8xUL\n", |
| (unsigned int)DISP_IT_EXECD); |
| LASSERTF(DISP_LOOKUP_EXECD == 0x00000002UL, "found 0x%.8xUL\n", |
| (unsigned int)DISP_LOOKUP_EXECD); |
| LASSERTF(DISP_LOOKUP_NEG == 0x00000004UL, "found 0x%.8xUL\n", |
| (unsigned int)DISP_LOOKUP_NEG); |
| LASSERTF(DISP_LOOKUP_POS == 0x00000008UL, "found 0x%.8xUL\n", |
| (unsigned int)DISP_LOOKUP_POS); |
| LASSERTF(DISP_OPEN_CREATE == 0x00000010UL, "found 0x%.8xUL\n", |
| (unsigned int)DISP_OPEN_CREATE); |
| LASSERTF(DISP_OPEN_OPEN == 0x00000020UL, "found 0x%.8xUL\n", |
| (unsigned int)DISP_OPEN_OPEN); |
| LASSERTF(DISP_ENQ_COMPLETE == 0x00400000UL, "found 0x%.8xUL\n", |
| (unsigned int)DISP_ENQ_COMPLETE); |
| LASSERTF(DISP_ENQ_OPEN_REF == 0x00800000UL, "found 0x%.8xUL\n", |
| (unsigned int)DISP_ENQ_OPEN_REF); |
| LASSERTF(DISP_ENQ_CREATE_REF == 0x01000000UL, "found 0x%.8xUL\n", |
| (unsigned int)DISP_ENQ_CREATE_REF); |
| LASSERTF(DISP_OPEN_LOCK == 0x02000000UL, "found 0x%.8xUL\n", |
| (unsigned int)DISP_OPEN_LOCK); |
| LASSERTF(MDS_STATUS_CONN == 1, "found %lld\n", |
| (long long)MDS_STATUS_CONN); |
| LASSERTF(MDS_STATUS_LOV == 2, "found %lld\n", |
| (long long)MDS_STATUS_LOV); |
| LASSERTF(MDS_ATTR_MODE == 0x0000000000000001ULL, "found 0x%.16llxULL\n", |
| (long long)MDS_ATTR_MODE); |
| LASSERTF(MDS_ATTR_UID == 0x0000000000000002ULL, "found 0x%.16llxULL\n", |
| (long long)MDS_ATTR_UID); |
| LASSERTF(MDS_ATTR_GID == 0x0000000000000004ULL, "found 0x%.16llxULL\n", |
| (long long)MDS_ATTR_GID); |
| LASSERTF(MDS_ATTR_SIZE == 0x0000000000000008ULL, "found 0x%.16llxULL\n", |
| (long long)MDS_ATTR_SIZE); |
| LASSERTF(MDS_ATTR_ATIME == 0x0000000000000010ULL, "found 0x%.16llxULL\n", |
| (long long)MDS_ATTR_ATIME); |
| LASSERTF(MDS_ATTR_MTIME == 0x0000000000000020ULL, "found 0x%.16llxULL\n", |
| (long long)MDS_ATTR_MTIME); |
| LASSERTF(MDS_ATTR_CTIME == 0x0000000000000040ULL, "found 0x%.16llxULL\n", |
| (long long)MDS_ATTR_CTIME); |
| LASSERTF(MDS_ATTR_ATIME_SET == 0x0000000000000080ULL, "found 0x%.16llxULL\n", |
| (long long)MDS_ATTR_ATIME_SET); |
| LASSERTF(MDS_ATTR_MTIME_SET == 0x0000000000000100ULL, "found 0x%.16llxULL\n", |
| (long long)MDS_ATTR_MTIME_SET); |
| LASSERTF(MDS_ATTR_FORCE == 0x0000000000000200ULL, "found 0x%.16llxULL\n", |
| (long long)MDS_ATTR_FORCE); |
| LASSERTF(MDS_ATTR_ATTR_FLAG == 0x0000000000000400ULL, "found 0x%.16llxULL\n", |
| (long long)MDS_ATTR_ATTR_FLAG); |
| LASSERTF(MDS_ATTR_KILL_SUID == 0x0000000000000800ULL, "found 0x%.16llxULL\n", |
| (long long)MDS_ATTR_KILL_SUID); |
| LASSERTF(MDS_ATTR_KILL_SGID == 0x0000000000001000ULL, "found 0x%.16llxULL\n", |
| (long long)MDS_ATTR_KILL_SGID); |
| LASSERTF(MDS_ATTR_CTIME_SET == 0x0000000000002000ULL, "found 0x%.16llxULL\n", |
| (long long)MDS_ATTR_CTIME_SET); |
| LASSERTF(MDS_ATTR_FROM_OPEN == 0x0000000000004000ULL, "found 0x%.16llxULL\n", |
| (long long)MDS_ATTR_FROM_OPEN); |
| LASSERTF(MDS_ATTR_BLOCKS == 0x0000000000008000ULL, "found 0x%.16llxULL\n", |
| (long long)MDS_ATTR_BLOCKS); |
| LASSERTF(FLD_QUERY == 900, "found %lld\n", |
| (long long)FLD_QUERY); |
| LASSERTF(FLD_FIRST_OPC == 900, "found %lld\n", |
| (long long)FLD_FIRST_OPC); |
| LASSERTF(FLD_READ == 901, "found %lld\n", |
| (long long)FLD_READ); |
| LASSERTF(FLD_LAST_OPC == 902, "found %lld\n", |
| (long long)FLD_LAST_OPC); |
| LASSERTF(SEQ_QUERY == 700, "found %lld\n", |
| (long long)SEQ_QUERY); |
| LASSERTF(SEQ_FIRST_OPC == 700, "found %lld\n", |
| (long long)SEQ_FIRST_OPC); |
| LASSERTF(SEQ_LAST_OPC == 701, "found %lld\n", |
| (long long)SEQ_LAST_OPC); |
| LASSERTF(SEQ_ALLOC_SUPER == 0, "found %lld\n", |
| (long long)SEQ_ALLOC_SUPER); |
| LASSERTF(SEQ_ALLOC_META == 1, "found %lld\n", |
| (long long)SEQ_ALLOC_META); |
| LASSERTF(LDLM_ENQUEUE == 101, "found %lld\n", |
| (long long)LDLM_ENQUEUE); |
| LASSERTF(LDLM_CONVERT == 102, "found %lld\n", |
| (long long)LDLM_CONVERT); |
| LASSERTF(LDLM_CANCEL == 103, "found %lld\n", |
| (long long)LDLM_CANCEL); |
| LASSERTF(LDLM_BL_CALLBACK == 104, "found %lld\n", |
| (long long)LDLM_BL_CALLBACK); |
| LASSERTF(LDLM_CP_CALLBACK == 105, "found %lld\n", |
| (long long)LDLM_CP_CALLBACK); |
| LASSERTF(LDLM_GL_CALLBACK == 106, "found %lld\n", |
| (long long)LDLM_GL_CALLBACK); |
| LASSERTF(LDLM_SET_INFO == 107, "found %lld\n", |
| (long long)LDLM_SET_INFO); |
| LASSERTF(LDLM_LAST_OPC == 108, "found %lld\n", |
| (long long)LDLM_LAST_OPC); |
| LASSERTF(LCK_MINMODE == 0, "found %lld\n", |
| (long long)LCK_MINMODE); |
| LASSERTF(LCK_EX == 1, "found %lld\n", |
| (long long)LCK_EX); |
| LASSERTF(LCK_PW == 2, "found %lld\n", |
| (long long)LCK_PW); |
| LASSERTF(LCK_PR == 4, "found %lld\n", |
| (long long)LCK_PR); |
| LASSERTF(LCK_CW == 8, "found %lld\n", |
| (long long)LCK_CW); |
| LASSERTF(LCK_CR == 16, "found %lld\n", |
| (long long)LCK_CR); |
| LASSERTF(LCK_NL == 32, "found %lld\n", |
| (long long)LCK_NL); |
| LASSERTF(LCK_GROUP == 64, "found %lld\n", |
| (long long)LCK_GROUP); |
| LASSERTF(LCK_COS == 128, "found %lld\n", |
| (long long)LCK_COS); |
| LASSERTF(LCK_MAXMODE == 129, "found %lld\n", |
| (long long)LCK_MAXMODE); |
| LASSERTF(LCK_MODE_NUM == 8, "found %lld\n", |
| (long long)LCK_MODE_NUM); |
| BUILD_BUG_ON(LDLM_PLAIN != 10); |
| BUILD_BUG_ON(LDLM_EXTENT != 11); |
| BUILD_BUG_ON(LDLM_FLOCK != 12); |
| BUILD_BUG_ON(LDLM_IBITS != 13); |
| BUILD_BUG_ON(LDLM_MAX_TYPE != 14); |
| BUILD_BUG_ON(LUSTRE_RES_ID_SEQ_OFF != 0); |
| BUILD_BUG_ON(LUSTRE_RES_ID_VER_OID_OFF != 1); |
| BUILD_BUG_ON(LUSTRE_RES_ID_QUOTA_SEQ_OFF != 2); |
| BUILD_BUG_ON(LUSTRE_RES_ID_QUOTA_VER_OID_OFF != 3); |
| BUILD_BUG_ON(LUSTRE_RES_ID_HSH_OFF != 3); |
| LASSERTF(OBD_PING == 400, "found %lld\n", |
| (long long)OBD_PING); |
| LASSERTF(OBD_LOG_CANCEL == 401, "found %lld\n", |
| (long long)OBD_LOG_CANCEL); |
| LASSERTF(OBD_QC_CALLBACK == 402, "found %lld\n", |
| (long long)OBD_QC_CALLBACK); |
| LASSERTF(OBD_IDX_READ == 403, "found %lld\n", |
| (long long)OBD_IDX_READ); |
| LASSERTF(OBD_LAST_OPC == 404, "found %lld\n", |
| (long long)OBD_LAST_OPC); |
| LASSERTF(QUOTA_DQACQ == 601, "found %lld\n", |
| (long long)QUOTA_DQACQ); |
| LASSERTF(QUOTA_DQREL == 602, "found %lld\n", |
| (long long)QUOTA_DQREL); |
| LASSERTF(QUOTA_LAST_OPC == 603, "found %lld\n", |
| (long long)QUOTA_LAST_OPC); |
| LASSERTF(MGS_CONNECT == 250, "found %lld\n", |
| (long long)MGS_CONNECT); |
| LASSERTF(MGS_DISCONNECT == 251, "found %lld\n", |
| (long long)MGS_DISCONNECT); |
| LASSERTF(MGS_EXCEPTION == 252, "found %lld\n", |
| (long long)MGS_EXCEPTION); |
| LASSERTF(MGS_TARGET_REG == 253, "found %lld\n", |
| (long long)MGS_TARGET_REG); |
| LASSERTF(MGS_TARGET_DEL == 254, "found %lld\n", |
| (long long)MGS_TARGET_DEL); |
| LASSERTF(MGS_SET_INFO == 255, "found %lld\n", |
| (long long)MGS_SET_INFO); |
| LASSERTF(MGS_LAST_OPC == 257, "found %lld\n", |
| (long long)MGS_LAST_OPC); |
| LASSERTF(SEC_CTX_INIT == 801, "found %lld\n", |
| (long long)SEC_CTX_INIT); |
| LASSERTF(SEC_CTX_INIT_CONT == 802, "found %lld\n", |
| (long long)SEC_CTX_INIT_CONT); |
| LASSERTF(SEC_CTX_FINI == 803, "found %lld\n", |
| (long long)SEC_CTX_FINI); |
| LASSERTF(SEC_LAST_OPC == 804, "found %lld\n", |
| (long long)SEC_LAST_OPC); |
| /* Sizes and Offsets */ |
| |
| /* Checks for struct obd_uuid */ |
| LASSERTF((int)sizeof(struct obd_uuid) == 40, "found %lld\n", |
| (long long)(int)sizeof(struct obd_uuid)); |
| |
| /* Checks for struct lu_seq_range */ |
| LASSERTF((int)sizeof(struct lu_seq_range) == 24, "found %lld\n", |
| (long long)(int)sizeof(struct lu_seq_range)); |
| LASSERTF((int)offsetof(struct lu_seq_range, lsr_start) == 0, "found %lld\n", |
| (long long)(int)offsetof(struct lu_seq_range, lsr_start)); |
| LASSERTF((int)sizeof(((struct lu_seq_range *)0)->lsr_start) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct lu_seq_range *)0)->lsr_start)); |
| LASSERTF((int)offsetof(struct lu_seq_range, lsr_end) == 8, "found %lld\n", |
| (long long)(int)offsetof(struct lu_seq_range, lsr_end)); |
| LASSERTF((int)sizeof(((struct lu_seq_range *)0)->lsr_end) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct lu_seq_range *)0)->lsr_end)); |
| LASSERTF((int)offsetof(struct lu_seq_range, lsr_index) == 16, "found %lld\n", |
| (long long)(int)offsetof(struct lu_seq_range, lsr_index)); |
| LASSERTF((int)sizeof(((struct lu_seq_range *)0)->lsr_index) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lu_seq_range *)0)->lsr_index)); |
| LASSERTF((int)offsetof(struct lu_seq_range, lsr_flags) == 20, "found %lld\n", |
| (long long)(int)offsetof(struct lu_seq_range, lsr_flags)); |
| LASSERTF((int)sizeof(((struct lu_seq_range *)0)->lsr_flags) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lu_seq_range *)0)->lsr_flags)); |
| LASSERTF(LU_SEQ_RANGE_MDT == 0, "found %lld\n", |
| (long long)LU_SEQ_RANGE_MDT); |
| LASSERTF(LU_SEQ_RANGE_OST == 1, "found %lld\n", |
| (long long)LU_SEQ_RANGE_OST); |
| |
| /* Checks for struct lustre_mdt_attrs */ |
| LASSERTF((int)sizeof(struct lustre_mdt_attrs) == 24, "found %lld\n", |
| (long long)(int)sizeof(struct lustre_mdt_attrs)); |
| LASSERTF((int)offsetof(struct lustre_mdt_attrs, lma_compat) == 0, "found %lld\n", |
| (long long)(int)offsetof(struct lustre_mdt_attrs, lma_compat)); |
| LASSERTF((int)sizeof(((struct lustre_mdt_attrs *)0)->lma_compat) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lustre_mdt_attrs *)0)->lma_compat)); |
| LASSERTF((int)offsetof(struct lustre_mdt_attrs, lma_incompat) == 4, "found %lld\n", |
| (long long)(int)offsetof(struct lustre_mdt_attrs, lma_incompat)); |
| LASSERTF((int)sizeof(((struct lustre_mdt_attrs *)0)->lma_incompat) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lustre_mdt_attrs *)0)->lma_incompat)); |
| LASSERTF((int)offsetof(struct lustre_mdt_attrs, lma_self_fid) == 8, "found %lld\n", |
| (long long)(int)offsetof(struct lustre_mdt_attrs, lma_self_fid)); |
| LASSERTF((int)sizeof(((struct lustre_mdt_attrs *)0)->lma_self_fid) == 16, "found %lld\n", |
| (long long)(int)sizeof(((struct lustre_mdt_attrs *)0)->lma_self_fid)); |
| LASSERTF(LMAI_RELEASED == 0x00000001UL, "found 0x%.8xUL\n", |
| (unsigned int)LMAI_RELEASED); |
| LASSERTF(LMAC_HSM == 0x00000001UL, "found 0x%.8xUL\n", |
| (unsigned int)LMAC_HSM); |
| LASSERTF(LMAC_NOT_IN_OI == 0x00000004UL, "found 0x%.8xUL\n", |
| (unsigned int)LMAC_NOT_IN_OI); |
| LASSERTF(LMAC_FID_ON_OST == 0x00000008UL, "found 0x%.8xUL\n", |
| (unsigned int)LMAC_FID_ON_OST); |
| |
| /* Checks for struct ost_id */ |
| LASSERTF((int)sizeof(struct ost_id) == 16, "found %lld\n", |
| (long long)(int)sizeof(struct ost_id)); |
| LASSERTF((int)offsetof(struct ost_id, oi) == 0, "found %lld\n", |
| (long long)(int)offsetof(struct ost_id, oi)); |
| LASSERTF((int)sizeof(((struct ost_id *)0)->oi) == 16, "found %lld\n", |
| (long long)(int)sizeof(((struct ost_id *)0)->oi)); |
| LASSERTF(LUSTRE_FID_INIT_OID == 1, "found %lld\n", |
| (long long)LUSTRE_FID_INIT_OID); |
| LASSERTF(FID_SEQ_OST_MDT0 == 0, "found %lld\n", |
| (long long)FID_SEQ_OST_MDT0); |
| LASSERTF(FID_SEQ_LLOG == 1, "found %lld\n", |
| (long long)FID_SEQ_LLOG); |
| LASSERTF(FID_SEQ_ECHO == 2, "found %lld\n", |
| (long long)FID_SEQ_ECHO); |
| LASSERTF(FID_SEQ_OST_MDT1 == 3, "found %lld\n", |
| (long long)FID_SEQ_OST_MDT1); |
| LASSERTF(FID_SEQ_OST_MAX == 9, "found %lld\n", |
| (long long)FID_SEQ_OST_MAX); |
| LASSERTF(FID_SEQ_RSVD == 11, "found %lld\n", |
| (long long)FID_SEQ_RSVD); |
| LASSERTF(FID_SEQ_IGIF == 12, "found %lld\n", |
| (long long)FID_SEQ_IGIF); |
| LASSERTF(FID_SEQ_IGIF_MAX == 0x00000000ffffffffULL, "found 0x%.16llxULL\n", |
| (long long)FID_SEQ_IGIF_MAX); |
| LASSERTF(FID_SEQ_IDIF == 0x0000000100000000ULL, "found 0x%.16llxULL\n", |
| (long long)FID_SEQ_IDIF); |
| LASSERTF(FID_SEQ_IDIF_MAX == 0x00000001ffffffffULL, "found 0x%.16llxULL\n", |
| (long long)FID_SEQ_IDIF_MAX); |
| LASSERTF(FID_SEQ_START == 0x0000000200000000ULL, "found 0x%.16llxULL\n", |
| (long long)FID_SEQ_START); |
| LASSERTF(FID_SEQ_LOCAL_FILE == 0x0000000200000001ULL, "found 0x%.16llxULL\n", |
| (long long)FID_SEQ_LOCAL_FILE); |
| LASSERTF(FID_SEQ_DOT_LUSTRE == 0x0000000200000002ULL, "found 0x%.16llxULL\n", |
| (long long)FID_SEQ_DOT_LUSTRE); |
| LASSERTF(FID_SEQ_SPECIAL == 0x0000000200000004ULL, "found 0x%.16llxULL\n", |
| (long long)FID_SEQ_SPECIAL); |
| LASSERTF(FID_SEQ_QUOTA == 0x0000000200000005ULL, "found 0x%.16llxULL\n", |
| (long long)FID_SEQ_QUOTA); |
| LASSERTF(FID_SEQ_QUOTA_GLB == 0x0000000200000006ULL, "found 0x%.16llxULL\n", |
| (long long)FID_SEQ_QUOTA_GLB); |
| LASSERTF(FID_SEQ_ROOT == 0x0000000200000007ULL, "found 0x%.16llxULL\n", |
| (long long)FID_SEQ_ROOT); |
| LASSERTF(FID_SEQ_NORMAL == 0x0000000200000400ULL, "found 0x%.16llxULL\n", |
| (long long)FID_SEQ_NORMAL); |
| LASSERTF(FID_SEQ_LOV_DEFAULT == 0xffffffffffffffffULL, "found 0x%.16llxULL\n", |
| (long long)FID_SEQ_LOV_DEFAULT); |
| LASSERTF(FID_OID_SPECIAL_BFL == 0x00000001UL, "found 0x%.8xUL\n", |
| (unsigned int)FID_OID_SPECIAL_BFL); |
| LASSERTF(FID_OID_DOT_LUSTRE == 0x00000001UL, "found 0x%.8xUL\n", |
| (unsigned int)FID_OID_DOT_LUSTRE); |
| LASSERTF(FID_OID_DOT_LUSTRE_OBF == 0x00000002UL, "found 0x%.8xUL\n", |
| (unsigned int)FID_OID_DOT_LUSTRE_OBF); |
| |
| /* Checks for struct lu_dirent */ |
| LASSERTF((int)sizeof(struct lu_dirent) == 32, "found %lld\n", |
| (long long)(int)sizeof(struct lu_dirent)); |
| LASSERTF((int)offsetof(struct lu_dirent, lde_fid) == 0, "found %lld\n", |
| (long long)(int)offsetof(struct lu_dirent, lde_fid)); |
| LASSERTF((int)sizeof(((struct lu_dirent *)0)->lde_fid) == 16, "found %lld\n", |
| (long long)(int)sizeof(((struct lu_dirent *)0)->lde_fid)); |
| LASSERTF((int)offsetof(struct lu_dirent, lde_hash) == 16, "found %lld\n", |
| (long long)(int)offsetof(struct lu_dirent, lde_hash)); |
| LASSERTF((int)sizeof(((struct lu_dirent *)0)->lde_hash) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct lu_dirent *)0)->lde_hash)); |
| LASSERTF((int)offsetof(struct lu_dirent, lde_reclen) == 24, "found %lld\n", |
| (long long)(int)offsetof(struct lu_dirent, lde_reclen)); |
| LASSERTF((int)sizeof(((struct lu_dirent *)0)->lde_reclen) == 2, "found %lld\n", |
| (long long)(int)sizeof(((struct lu_dirent *)0)->lde_reclen)); |
| LASSERTF((int)offsetof(struct lu_dirent, lde_namelen) == 26, "found %lld\n", |
| (long long)(int)offsetof(struct lu_dirent, lde_namelen)); |
| LASSERTF((int)sizeof(((struct lu_dirent *)0)->lde_namelen) == 2, "found %lld\n", |
| (long long)(int)sizeof(((struct lu_dirent *)0)->lde_namelen)); |
| LASSERTF((int)offsetof(struct lu_dirent, lde_attrs) == 28, "found %lld\n", |
| (long long)(int)offsetof(struct lu_dirent, lde_attrs)); |
| LASSERTF((int)sizeof(((struct lu_dirent *)0)->lde_attrs) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lu_dirent *)0)->lde_attrs)); |
| LASSERTF((int)offsetof(struct lu_dirent, lde_name[0]) == 32, "found %lld\n", |
| (long long)(int)offsetof(struct lu_dirent, lde_name[0])); |
| LASSERTF((int)sizeof(((struct lu_dirent *)0)->lde_name[0]) == 1, "found %lld\n", |
| (long long)(int)sizeof(((struct lu_dirent *)0)->lde_name[0])); |
| LASSERTF(LUDA_FID == 0x00000001UL, "found 0x%.8xUL\n", |
| (unsigned int)LUDA_FID); |
| LASSERTF(LUDA_TYPE == 0x00000002UL, "found 0x%.8xUL\n", |
| (unsigned int)LUDA_TYPE); |
| LASSERTF(LUDA_64BITHASH == 0x00000004UL, "found 0x%.8xUL\n", |
| (unsigned int)LUDA_64BITHASH); |
| |
| /* Checks for struct luda_type */ |
| LASSERTF((int)sizeof(struct luda_type) == 2, "found %lld\n", |
| (long long)(int)sizeof(struct luda_type)); |
| LASSERTF((int)offsetof(struct luda_type, lt_type) == 0, "found %lld\n", |
| (long long)(int)offsetof(struct luda_type, lt_type)); |
| LASSERTF((int)sizeof(((struct luda_type *)0)->lt_type) == 2, "found %lld\n", |
| (long long)(int)sizeof(((struct luda_type *)0)->lt_type)); |
| |
| /* Checks for struct lu_dirpage */ |
| LASSERTF((int)sizeof(struct lu_dirpage) == 24, "found %lld\n", |
| (long long)(int)sizeof(struct lu_dirpage)); |
| LASSERTF((int)offsetof(struct lu_dirpage, ldp_hash_start) == 0, "found %lld\n", |
| (long long)(int)offsetof(struct lu_dirpage, ldp_hash_start)); |
| LASSERTF((int)sizeof(((struct lu_dirpage *)0)->ldp_hash_start) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct lu_dirpage *)0)->ldp_hash_start)); |
| LASSERTF((int)offsetof(struct lu_dirpage, ldp_hash_end) == 8, "found %lld\n", |
| (long long)(int)offsetof(struct lu_dirpage, ldp_hash_end)); |
| LASSERTF((int)sizeof(((struct lu_dirpage *)0)->ldp_hash_end) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct lu_dirpage *)0)->ldp_hash_end)); |
| LASSERTF((int)offsetof(struct lu_dirpage, ldp_flags) == 16, "found %lld\n", |
| (long long)(int)offsetof(struct lu_dirpage, ldp_flags)); |
| LASSERTF((int)sizeof(((struct lu_dirpage *)0)->ldp_flags) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lu_dirpage *)0)->ldp_flags)); |
| LASSERTF((int)offsetof(struct lu_dirpage, ldp_pad0) == 20, "found %lld\n", |
| (long long)(int)offsetof(struct lu_dirpage, ldp_pad0)); |
| LASSERTF((int)sizeof(((struct lu_dirpage *)0)->ldp_pad0) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lu_dirpage *)0)->ldp_pad0)); |
| LASSERTF((int)offsetof(struct lu_dirpage, ldp_entries[0]) == 24, "found %lld\n", |
| (long long)(int)offsetof(struct lu_dirpage, ldp_entries[0])); |
| LASSERTF((int)sizeof(((struct lu_dirpage *)0)->ldp_entries[0]) == 32, "found %lld\n", |
| (long long)(int)sizeof(((struct lu_dirpage *)0)->ldp_entries[0])); |
| LASSERTF(LDF_EMPTY == 1, "found %lld\n", |
| (long long)LDF_EMPTY); |
| LASSERTF(LDF_COLLIDE == 2, "found %lld\n", |
| (long long)LDF_COLLIDE); |
| LASSERTF(LU_PAGE_SIZE == 4096, "found %lld\n", |
| (long long)LU_PAGE_SIZE); |
| |
| /* Checks for struct lustre_handle */ |
| LASSERTF((int)sizeof(struct lustre_handle) == 8, "found %lld\n", |
| (long long)(int)sizeof(struct lustre_handle)); |
| LASSERTF((int)offsetof(struct lustre_handle, cookie) == 0, "found %lld\n", |
| (long long)(int)offsetof(struct lustre_handle, cookie)); |
| LASSERTF((int)sizeof(((struct lustre_handle *)0)->cookie) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct lustre_handle *)0)->cookie)); |
| |
| /* Checks for struct lustre_msg_v2 */ |
| LASSERTF((int)sizeof(struct lustre_msg_v2) == 32, "found %lld\n", |
| (long long)(int)sizeof(struct lustre_msg_v2)); |
| LASSERTF((int)offsetof(struct lustre_msg_v2, lm_bufcount) == 0, "found %lld\n", |
| (long long)(int)offsetof(struct lustre_msg_v2, lm_bufcount)); |
| LASSERTF((int)sizeof(((struct lustre_msg_v2 *)0)->lm_bufcount) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lustre_msg_v2 *)0)->lm_bufcount)); |
| LASSERTF((int)offsetof(struct lustre_msg_v2, lm_secflvr) == 4, "found %lld\n", |
| (long long)(int)offsetof(struct lustre_msg_v2, lm_secflvr)); |
| LASSERTF((int)sizeof(((struct lustre_msg_v2 *)0)->lm_secflvr) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lustre_msg_v2 *)0)->lm_secflvr)); |
| LASSERTF((int)offsetof(struct lustre_msg_v2, lm_magic) == 8, "found %lld\n", |
| (long long)(int)offsetof(struct lustre_msg_v2, lm_magic)); |
| LASSERTF((int)sizeof(((struct lustre_msg_v2 *)0)->lm_magic) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lustre_msg_v2 *)0)->lm_magic)); |
| LASSERTF((int)offsetof(struct lustre_msg_v2, lm_repsize) == 12, "found %lld\n", |
| (long long)(int)offsetof(struct lustre_msg_v2, lm_repsize)); |
| LASSERTF((int)sizeof(((struct lustre_msg_v2 *)0)->lm_repsize) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lustre_msg_v2 *)0)->lm_repsize)); |
| LASSERTF((int)offsetof(struct lustre_msg_v2, lm_cksum) == 16, "found %lld\n", |
| (long long)(int)offsetof(struct lustre_msg_v2, lm_cksum)); |
| LASSERTF((int)sizeof(((struct lustre_msg_v2 *)0)->lm_cksum) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lustre_msg_v2 *)0)->lm_cksum)); |
| LASSERTF((int)offsetof(struct lustre_msg_v2, lm_flags) == 20, "found %lld\n", |
| (long long)(int)offsetof(struct lustre_msg_v2, lm_flags)); |
| LASSERTF((int)sizeof(((struct lustre_msg_v2 *)0)->lm_flags) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lustre_msg_v2 *)0)->lm_flags)); |
| LASSERTF((int)offsetof(struct lustre_msg_v2, lm_padding_2) == 24, "found %lld\n", |
| (long long)(int)offsetof(struct lustre_msg_v2, lm_padding_2)); |
| LASSERTF((int)sizeof(((struct lustre_msg_v2 *)0)->lm_padding_2) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lustre_msg_v2 *)0)->lm_padding_2)); |
| LASSERTF((int)offsetof(struct lustre_msg_v2, lm_padding_3) == 28, "found %lld\n", |
| (long long)(int)offsetof(struct lustre_msg_v2, lm_padding_3)); |
| LASSERTF((int)sizeof(((struct lustre_msg_v2 *)0)->lm_padding_3) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lustre_msg_v2 *)0)->lm_padding_3)); |
| LASSERTF((int)offsetof(struct lustre_msg_v2, lm_buflens[0]) == 32, "found %lld\n", |
| (long long)(int)offsetof(struct lustre_msg_v2, lm_buflens[0])); |
| LASSERTF((int)sizeof(((struct lustre_msg_v2 *)0)->lm_buflens[0]) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lustre_msg_v2 *)0)->lm_buflens[0])); |
| LASSERTF(LUSTRE_MSG_MAGIC_V2 == 0x0BD00BD3, "found 0x%.8x\n", |
| LUSTRE_MSG_MAGIC_V2); |
| LASSERTF(LUSTRE_MSG_MAGIC_V2_SWABBED == 0xD30BD00B, "found 0x%.8x\n", |
| LUSTRE_MSG_MAGIC_V2_SWABBED); |
| |
| /* Checks for struct ptlrpc_body */ |
| LASSERTF((int)sizeof(struct ptlrpc_body_v3) == 184, "found %lld\n", |
| (long long)(int)sizeof(struct ptlrpc_body_v3)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_handle) == 0, "found %lld\n", |
| (long long)(int)offsetof(struct ptlrpc_body_v3, pb_handle)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_handle) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_handle)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_type) == 8, "found %lld\n", |
| (long long)(int)offsetof(struct ptlrpc_body_v3, pb_type)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_type) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_type)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_version) == 12, "found %lld\n", |
| (long long)(int)offsetof(struct ptlrpc_body_v3, pb_version)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_version) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_version)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_opc) == 16, "found %lld\n", |
| (long long)(int)offsetof(struct ptlrpc_body_v3, pb_opc)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_opc) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_opc)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_status) == 20, "found %lld\n", |
| (long long)(int)offsetof(struct ptlrpc_body_v3, pb_status)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_status) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_status)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_last_xid) == 24, "found %lld\n", |
| (long long)(int)offsetof(struct ptlrpc_body_v3, pb_last_xid)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_last_xid) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_last_xid)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_tag) == 32, "found %lld\n", |
| (long long)(int)offsetof(struct ptlrpc_body_v3, pb_tag)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_tag) == 2, "found %lld\n", |
| (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_tag)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_padding0) == 34, "found %lld\n", |
| (long long)(int)offsetof(struct ptlrpc_body_v3, pb_padding0)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_padding0) == 2, "found %lld\n", |
| (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_padding0)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_padding1) == 36, "found %lld\n", |
| (long long)(int)offsetof(struct ptlrpc_body_v3, pb_padding1)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_padding1) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_padding1)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_last_committed) == 40, "found %lld\n", |
| (long long)(int)offsetof(struct ptlrpc_body_v3, pb_last_committed)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_last_committed) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_last_committed)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_transno) == 48, "found %lld\n", |
| (long long)(int)offsetof(struct ptlrpc_body_v3, pb_transno)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_transno) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_transno)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_flags) == 56, "found %lld\n", |
| (long long)(int)offsetof(struct ptlrpc_body_v3, pb_flags)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_flags) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_flags)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_op_flags) == 60, "found %lld\n", |
| (long long)(int)offsetof(struct ptlrpc_body_v3, pb_op_flags)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_op_flags) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_op_flags)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_conn_cnt) == 64, "found %lld\n", |
| (long long)(int)offsetof(struct ptlrpc_body_v3, pb_conn_cnt)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_conn_cnt) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_conn_cnt)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_timeout) == 68, "found %lld\n", |
| (long long)(int)offsetof(struct ptlrpc_body_v3, pb_timeout)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_timeout) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_timeout)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_service_time) == 72, "found %lld\n", |
| (long long)(int)offsetof(struct ptlrpc_body_v3, pb_service_time)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_service_time) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_service_time)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_limit) == 76, "found %lld\n", |
| (long long)(int)offsetof(struct ptlrpc_body_v3, pb_limit)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_limit) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_limit)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_slv) == 80, "found %lld\n", |
| (long long)(int)offsetof(struct ptlrpc_body_v3, pb_slv)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_slv) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_slv)); |
| BUILD_BUG_ON(PTLRPC_NUM_VERSIONS != 4); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_pre_versions) == 88, "found %lld\n", |
| (long long)(int)offsetof(struct ptlrpc_body_v3, pb_pre_versions)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_pre_versions) == 32, "found %lld\n", |
| (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_pre_versions)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_mbits) == 120, "found %lld\n", |
| (long long)(int)offsetof(struct ptlrpc_body_v3, pb_mbits)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_mbits) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_mbits)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_padding64_0) == 128, "found %lld\n", |
| (long long)(int)offsetof(struct ptlrpc_body_v3, pb_padding64_0)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_padding64_0) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_padding64_0)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_padding64_1) == 136, "found %lld\n", |
| (long long)(int)offsetof(struct ptlrpc_body_v3, pb_padding64_1)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_padding64_1) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_padding64_1)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_padding64_2) == 144, "found %lld\n", |
| (long long)(int)offsetof(struct ptlrpc_body_v3, pb_padding64_2)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_padding64_2) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_padding64_2)); |
| BUILD_BUG_ON(LUSTRE_JOBID_SIZE != 32); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_jobid) == 152, "found %lld\n", |
| (long long)(int)offsetof(struct ptlrpc_body_v3, pb_jobid)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_jobid) == 32, "found %lld\n", |
| (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_jobid)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_handle) == (int)offsetof(struct ptlrpc_body_v2, pb_handle), "%d != %d\n", |
| (int)offsetof(struct ptlrpc_body_v3, pb_handle), (int)offsetof(struct ptlrpc_body_v2, pb_handle)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_handle) == (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_handle), "%d != %d\n", |
| (int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_handle), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_handle)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_type) == (int)offsetof(struct ptlrpc_body_v2, pb_type), "%d != %d\n", |
| (int)offsetof(struct ptlrpc_body_v3, pb_type), (int)offsetof(struct ptlrpc_body_v2, pb_type)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_type) == (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_type), "%d != %d\n", |
| (int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_type), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_type)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_version) == (int)offsetof(struct ptlrpc_body_v2, pb_version), "%d != %d\n", |
| (int)offsetof(struct ptlrpc_body_v3, pb_version), (int)offsetof(struct ptlrpc_body_v2, pb_version)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_version) == (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_version), "%d != %d\n", |
| (int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_version), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_version)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_opc) == (int)offsetof(struct ptlrpc_body_v2, pb_opc), "%d != %d\n", |
| (int)offsetof(struct ptlrpc_body_v3, pb_opc), (int)offsetof(struct ptlrpc_body_v2, pb_opc)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_opc) == (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_opc), "%d != %d\n", |
| (int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_opc), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_opc)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_status) == (int)offsetof(struct ptlrpc_body_v2, pb_status), "%d != %d\n", |
| (int)offsetof(struct ptlrpc_body_v3, pb_status), (int)offsetof(struct ptlrpc_body_v2, pb_status)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_status) == (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_status), "%d != %d\n", |
| (int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_status), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_status)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_last_xid) == (int)offsetof(struct ptlrpc_body_v2, pb_last_xid), "%d != %d\n", |
| (int)offsetof(struct ptlrpc_body_v3, pb_last_xid), (int)offsetof(struct ptlrpc_body_v2, pb_last_xid)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_last_xid) == (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_last_xid), "%d != %d\n", |
| (int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_last_xid), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_last_xid)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_tag) == (int)offsetof(struct ptlrpc_body_v2, pb_tag), "%d != %d\n", |
| (int)offsetof(struct ptlrpc_body_v3, pb_tag), (int)offsetof(struct ptlrpc_body_v2, pb_tag)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_tag) == (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_tag), "%d != %d\n", |
| (int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_tag), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_tag)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_padding0) == (int)offsetof(struct ptlrpc_body_v2, pb_padding0), "%d != %d\n", |
| (int)offsetof(struct ptlrpc_body_v3, pb_padding0), (int)offsetof(struct ptlrpc_body_v2, pb_padding0)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_padding0) == (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_padding0), "%d != %d\n", |
| (int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_padding0), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_padding0)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_padding1) == (int)offsetof(struct ptlrpc_body_v2, pb_padding1), "%d != %d\n", |
| (int)offsetof(struct ptlrpc_body_v3, pb_padding1), (int)offsetof(struct ptlrpc_body_v2, pb_padding1)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_padding1) == (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_padding1), "%d != %d\n", |
| (int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_padding1), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_padding1)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_last_committed) == (int)offsetof(struct ptlrpc_body_v2, pb_last_committed), "%d != %d\n", |
| (int)offsetof(struct ptlrpc_body_v3, pb_last_committed), (int)offsetof(struct ptlrpc_body_v2, pb_last_committed)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_last_committed) == (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_last_committed), "%d != %d\n", |
| (int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_last_committed), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_last_committed)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_transno) == (int)offsetof(struct ptlrpc_body_v2, pb_transno), "%d != %d\n", |
| (int)offsetof(struct ptlrpc_body_v3, pb_transno), (int)offsetof(struct ptlrpc_body_v2, pb_transno)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_transno) == (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_transno), "%d != %d\n", |
| (int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_transno), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_transno)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_flags) == (int)offsetof(struct ptlrpc_body_v2, pb_flags), "%d != %d\n", |
| (int)offsetof(struct ptlrpc_body_v3, pb_flags), (int)offsetof(struct ptlrpc_body_v2, pb_flags)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_flags) == (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_flags), "%d != %d\n", |
| (int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_flags), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_flags)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_op_flags) == (int)offsetof(struct ptlrpc_body_v2, pb_op_flags), "%d != %d\n", |
| (int)offsetof(struct ptlrpc_body_v3, pb_op_flags), (int)offsetof(struct ptlrpc_body_v2, pb_op_flags)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_op_flags) == (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_op_flags), "%d != %d\n", |
| (int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_op_flags), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_op_flags)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_conn_cnt) == (int)offsetof(struct ptlrpc_body_v2, pb_conn_cnt), "%d != %d\n", |
| (int)offsetof(struct ptlrpc_body_v3, pb_conn_cnt), (int)offsetof(struct ptlrpc_body_v2, pb_conn_cnt)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_conn_cnt) == (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_conn_cnt), "%d != %d\n", |
| (int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_conn_cnt), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_conn_cnt)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_timeout) == (int)offsetof(struct ptlrpc_body_v2, pb_timeout), "%d != %d\n", |
| (int)offsetof(struct ptlrpc_body_v3, pb_timeout), (int)offsetof(struct ptlrpc_body_v2, pb_timeout)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_timeout) == (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_timeout), "%d != %d\n", |
| (int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_timeout), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_timeout)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_service_time) == (int)offsetof(struct ptlrpc_body_v2, pb_service_time), "%d != %d\n", |
| (int)offsetof(struct ptlrpc_body_v3, pb_service_time), (int)offsetof(struct ptlrpc_body_v2, pb_service_time)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_service_time) == (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_service_time), "%d != %d\n", |
| (int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_service_time), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_service_time)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_limit) == (int)offsetof(struct ptlrpc_body_v2, pb_limit), "%d != %d\n", |
| (int)offsetof(struct ptlrpc_body_v3, pb_limit), (int)offsetof(struct ptlrpc_body_v2, pb_limit)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_limit) == (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_limit), "%d != %d\n", |
| (int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_limit), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_limit)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_slv) == (int)offsetof(struct ptlrpc_body_v2, pb_slv), "%d != %d\n", |
| (int)offsetof(struct ptlrpc_body_v3, pb_slv), (int)offsetof(struct ptlrpc_body_v2, pb_slv)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_slv) == (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_slv), "%d != %d\n", |
| (int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_slv), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_slv)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_pre_versions) == (int)offsetof(struct ptlrpc_body_v2, pb_pre_versions), "%d != %d\n", |
| (int)offsetof(struct ptlrpc_body_v3, pb_pre_versions), (int)offsetof(struct ptlrpc_body_v2, pb_pre_versions)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_pre_versions) == (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_pre_versions), "%d != %d\n", |
| (int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_pre_versions), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_pre_versions)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_mbits) == (int)offsetof(struct ptlrpc_body_v2, pb_mbits), "%d != %d\n", |
| (int)offsetof(struct ptlrpc_body_v3, pb_mbits), (int)offsetof(struct ptlrpc_body_v2, pb_mbits)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_mbits) == (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_mbits), "%d != %d\n", |
| (int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_mbits), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_mbits)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_padding64_0) == (int)offsetof(struct ptlrpc_body_v2, pb_padding64_0), "%d != %d\n", |
| (int)offsetof(struct ptlrpc_body_v3, pb_padding64_0), (int)offsetof(struct ptlrpc_body_v2, pb_padding64_0)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_padding64_0) == (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_padding64_0), "%d != %d\n", |
| (int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_padding64_0), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_padding64_0)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_padding64_1) == (int)offsetof(struct ptlrpc_body_v2, pb_padding64_1), "%d != %d\n", |
| (int)offsetof(struct ptlrpc_body_v3, pb_padding64_1), (int)offsetof(struct ptlrpc_body_v2, pb_padding64_1)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_padding64_1) == (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_padding64_1), "%d != %d\n", |
| (int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_padding64_1), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_padding64_1)); |
| LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_padding64_2) == (int)offsetof(struct ptlrpc_body_v2, pb_padding64_2), "%d != %d\n", |
| (int)offsetof(struct ptlrpc_body_v3, pb_padding64_2), (int)offsetof(struct ptlrpc_body_v2, pb_padding64_2)); |
| LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_padding64_2) == (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_padding64_2), "%d != %d\n", |
| (int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_padding64_2), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_padding64_2)); |
| LASSERTF(MSG_PTLRPC_BODY_OFF == 0, "found %lld\n", |
| (long long)MSG_PTLRPC_BODY_OFF); |
| LASSERTF(REQ_REC_OFF == 1, "found %lld\n", |
| (long long)REQ_REC_OFF); |
| LASSERTF(REPLY_REC_OFF == 1, "found %lld\n", |
| (long long)REPLY_REC_OFF); |
| LASSERTF(DLM_LOCKREQ_OFF == 1, "found %lld\n", |
| (long long)DLM_LOCKREQ_OFF); |
| LASSERTF(DLM_REQ_REC_OFF == 2, "found %lld\n", |
| (long long)DLM_REQ_REC_OFF); |
| LASSERTF(DLM_INTENT_IT_OFF == 2, "found %lld\n", |
| (long long)DLM_INTENT_IT_OFF); |
| LASSERTF(DLM_INTENT_REC_OFF == 3, "found %lld\n", |
| (long long)DLM_INTENT_REC_OFF); |
| LASSERTF(DLM_LOCKREPLY_OFF == 1, "found %lld\n", |
| (long long)DLM_LOCKREPLY_OFF); |
| LASSERTF(DLM_REPLY_REC_OFF == 2, "found %lld\n", |
| (long long)DLM_REPLY_REC_OFF); |
| LASSERTF(MSG_PTLRPC_HEADER_OFF == 31, "found %lld\n", |
| (long long)MSG_PTLRPC_HEADER_OFF); |
| LASSERTF(PTLRPC_MSG_VERSION == 0x00000003, "found 0x%.8x\n", |
| PTLRPC_MSG_VERSION); |
| LASSERTF(LUSTRE_VERSION_MASK == 0xffff0000, "found 0x%.8x\n", |
| LUSTRE_VERSION_MASK); |
| LASSERTF(LUSTRE_OBD_VERSION == 0x00010000, "found 0x%.8x\n", |
| LUSTRE_OBD_VERSION); |
| LASSERTF(LUSTRE_MDS_VERSION == 0x00020000, "found 0x%.8x\n", |
| LUSTRE_MDS_VERSION); |
| LASSERTF(LUSTRE_OST_VERSION == 0x00030000, "found 0x%.8x\n", |
| LUSTRE_OST_VERSION); |
| LASSERTF(LUSTRE_DLM_VERSION == 0x00040000, "found 0x%.8x\n", |
| LUSTRE_DLM_VERSION); |
| LASSERTF(LUSTRE_LOG_VERSION == 0x00050000, "found 0x%.8x\n", |
| LUSTRE_LOG_VERSION); |
| LASSERTF(LUSTRE_MGS_VERSION == 0x00060000, "found 0x%.8x\n", |
| LUSTRE_MGS_VERSION); |
| LASSERTF(MSGHDR_AT_SUPPORT == 1, "found %lld\n", |
| (long long)MSGHDR_AT_SUPPORT); |
| LASSERTF(MSGHDR_CKSUM_INCOMPAT18 == 2, "found %lld\n", |
| (long long)MSGHDR_CKSUM_INCOMPAT18); |
| LASSERTF(MSG_OP_FLAG_MASK == 0xffff0000UL, "found 0x%.8xUL\n", |
| (unsigned int)MSG_OP_FLAG_MASK); |
| LASSERTF(MSG_OP_FLAG_SHIFT == 16, "found %lld\n", |
| (long long)MSG_OP_FLAG_SHIFT); |
| LASSERTF(MSG_GEN_FLAG_MASK == 0x0000ffffUL, "found 0x%.8xUL\n", |
| (unsigned int)MSG_GEN_FLAG_MASK); |
| LASSERTF(MSG_LAST_REPLAY == 0x00000001UL, "found 0x%.8xUL\n", |
| (unsigned int)MSG_LAST_REPLAY); |
| LASSERTF(MSG_RESENT == 0x00000002UL, "found 0x%.8xUL\n", |
| (unsigned int)MSG_RESENT); |
| LASSERTF(MSG_REPLAY == 0x00000004UL, "found 0x%.8xUL\n", |
| (unsigned int)MSG_REPLAY); |
| LASSERTF(MSG_DELAY_REPLAY == 0x00000010UL, "found 0x%.8xUL\n", |
| (unsigned int)MSG_DELAY_REPLAY); |
| LASSERTF(MSG_VERSION_REPLAY == 0x00000020UL, "found 0x%.8xUL\n", |
| (unsigned int)MSG_VERSION_REPLAY); |
| LASSERTF(MSG_REQ_REPLAY_DONE == 0x00000040UL, "found 0x%.8xUL\n", |
| (unsigned int)MSG_REQ_REPLAY_DONE); |
| LASSERTF(MSG_LOCK_REPLAY_DONE == 0x00000080UL, "found 0x%.8xUL\n", |
| (unsigned int)MSG_LOCK_REPLAY_DONE); |
| LASSERTF(MSG_CONNECT_RECOVERING == 0x00000001UL, "found 0x%.8xUL\n", |
| (unsigned int)MSG_CONNECT_RECOVERING); |
| LASSERTF(MSG_CONNECT_RECONNECT == 0x00000002UL, "found 0x%.8xUL\n", |
| (unsigned int)MSG_CONNECT_RECONNECT); |
| LASSERTF(MSG_CONNECT_REPLAYABLE == 0x00000004UL, "found 0x%.8xUL\n", |
| (unsigned int)MSG_CONNECT_REPLAYABLE); |
| LASSERTF(MSG_CONNECT_LIBCLIENT == 0x00000010UL, "found 0x%.8xUL\n", |
| (unsigned int)MSG_CONNECT_LIBCLIENT); |
| LASSERTF(MSG_CONNECT_INITIAL == 0x00000020UL, "found 0x%.8xUL\n", |
| (unsigned int)MSG_CONNECT_INITIAL); |
| LASSERTF(MSG_CONNECT_ASYNC == 0x00000040UL, "found 0x%.8xUL\n", |
| (unsigned int)MSG_CONNECT_ASYNC); |
| LASSERTF(MSG_CONNECT_NEXT_VER == 0x00000080UL, "found 0x%.8xUL\n", |
| (unsigned int)MSG_CONNECT_NEXT_VER); |
| LASSERTF(MSG_CONNECT_TRANSNO == 0x00000100UL, "found 0x%.8xUL\n", |
| (unsigned int)MSG_CONNECT_TRANSNO); |
| |
| /* Checks for struct obd_connect_data */ |
| LASSERTF((int)sizeof(struct obd_connect_data) == 192, "found %lld\n", |
| (long long)(int)sizeof(struct obd_connect_data)); |
| LASSERTF((int)offsetof(struct obd_connect_data, ocd_connect_flags) == 0, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, ocd_connect_flags)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->ocd_connect_flags) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->ocd_connect_flags)); |
| LASSERTF((int)offsetof(struct obd_connect_data, ocd_version) == 8, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, ocd_version)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->ocd_version) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->ocd_version)); |
| LASSERTF((int)offsetof(struct obd_connect_data, ocd_grant) == 12, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, ocd_grant)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->ocd_grant) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->ocd_grant)); |
| LASSERTF((int)offsetof(struct obd_connect_data, ocd_index) == 16, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, ocd_index)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->ocd_index) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->ocd_index)); |
| LASSERTF((int)offsetof(struct obd_connect_data, ocd_brw_size) == 20, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, ocd_brw_size)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->ocd_brw_size) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->ocd_brw_size)); |
| LASSERTF((int)offsetof(struct obd_connect_data, ocd_ibits_known) == 24, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, ocd_ibits_known)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->ocd_ibits_known) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->ocd_ibits_known)); |
| LASSERTF((int)offsetof(struct obd_connect_data, ocd_blocksize) == 32, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, ocd_blocksize)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->ocd_blocksize) == 1, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->ocd_blocksize)); |
| LASSERTF((int)offsetof(struct obd_connect_data, ocd_inodespace) == 33, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, ocd_inodespace)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->ocd_inodespace) == 1, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->ocd_inodespace)); |
| LASSERTF((int)offsetof(struct obd_connect_data, ocd_grant_extent) == 34, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, ocd_grant_extent)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->ocd_grant_extent) == 2, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->ocd_grant_extent)); |
| LASSERTF((int)offsetof(struct obd_connect_data, ocd_unused) == 36, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, ocd_unused)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->ocd_unused) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->ocd_unused)); |
| LASSERTF((int)offsetof(struct obd_connect_data, ocd_transno) == 40, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, ocd_transno)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->ocd_transno) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->ocd_transno)); |
| LASSERTF((int)offsetof(struct obd_connect_data, ocd_group) == 48, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, ocd_group)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->ocd_group) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->ocd_group)); |
| LASSERTF((int)offsetof(struct obd_connect_data, ocd_cksum_types) == 52, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, ocd_cksum_types)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->ocd_cksum_types) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->ocd_cksum_types)); |
| LASSERTF((int)offsetof(struct obd_connect_data, ocd_max_easize) == 56, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, ocd_max_easize)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->ocd_max_easize) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->ocd_max_easize)); |
| LASSERTF((int)offsetof(struct obd_connect_data, ocd_instance) == 60, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, ocd_instance)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->ocd_instance) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->ocd_instance)); |
| LASSERTF((int)offsetof(struct obd_connect_data, ocd_maxbytes) == 64, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, ocd_maxbytes)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->ocd_maxbytes) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->ocd_maxbytes)); |
| LASSERTF((int)offsetof(struct obd_connect_data, ocd_maxmodrpcs) == 72, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, ocd_maxmodrpcs)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->ocd_maxmodrpcs) == 2, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->ocd_maxmodrpcs)); |
| LASSERTF((int)offsetof(struct obd_connect_data, padding0) == 74, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, padding0)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->padding0) == 2, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->padding0)); |
| LASSERTF((int)offsetof(struct obd_connect_data, padding1) == 76, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, padding1)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->padding1) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->padding1)); |
| LASSERTF((int)offsetof(struct obd_connect_data, ocd_connect_flags2) == 80, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, ocd_connect_flags2)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->ocd_connect_flags2) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->ocd_connect_flags2)); |
| LASSERTF((int)offsetof(struct obd_connect_data, padding3) == 88, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, padding3)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->padding3) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->padding3)); |
| LASSERTF((int)offsetof(struct obd_connect_data, padding4) == 96, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, padding4)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->padding4) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->padding4)); |
| LASSERTF((int)offsetof(struct obd_connect_data, padding5) == 104, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, padding5)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->padding5) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->padding5)); |
| LASSERTF((int)offsetof(struct obd_connect_data, padding6) == 112, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, padding6)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->padding6) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->padding6)); |
| LASSERTF((int)offsetof(struct obd_connect_data, padding7) == 120, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, padding7)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->padding7) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->padding7)); |
| LASSERTF((int)offsetof(struct obd_connect_data, padding8) == 128, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, padding8)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->padding8) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->padding8)); |
| LASSERTF((int)offsetof(struct obd_connect_data, padding9) == 136, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, padding9)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->padding9) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->padding9)); |
| LASSERTF((int)offsetof(struct obd_connect_data, paddingA) == 144, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, paddingA)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->paddingA) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->paddingA)); |
| LASSERTF((int)offsetof(struct obd_connect_data, paddingB) == 152, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, paddingB)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->paddingB) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->paddingB)); |
| LASSERTF((int)offsetof(struct obd_connect_data, paddingC) == 160, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, paddingC)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->paddingC) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->paddingC)); |
| LASSERTF((int)offsetof(struct obd_connect_data, paddingD) == 168, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, paddingD)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->paddingD) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->paddingD)); |
| LASSERTF((int)offsetof(struct obd_connect_data, paddingE) == 176, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, paddingE)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->paddingE) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->paddingE)); |
| LASSERTF((int)offsetof(struct obd_connect_data, paddingF) == 184, "found %lld\n", |
| (long long)(int)offsetof(struct obd_connect_data, paddingF)); |
| LASSERTF((int)sizeof(((struct obd_connect_data *)0)->paddingF) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_connect_data *)0)->paddingF)); |
| LASSERTF(OBD_CONNECT_RDONLY == 0x1ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_RDONLY); |
| LASSERTF(OBD_CONNECT_INDEX == 0x2ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_INDEX); |
| LASSERTF(OBD_CONNECT_MDS == 0x4ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_MDS); |
| LASSERTF(OBD_CONNECT_GRANT == 0x8ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_GRANT); |
| LASSERTF(OBD_CONNECT_SRVLOCK == 0x10ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_SRVLOCK); |
| LASSERTF(OBD_CONNECT_VERSION == 0x20ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_VERSION); |
| LASSERTF(OBD_CONNECT_REQPORTAL == 0x40ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_REQPORTAL); |
| LASSERTF(OBD_CONNECT_ACL == 0x80ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_ACL); |
| LASSERTF(OBD_CONNECT_XATTR == 0x100ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_XATTR); |
| LASSERTF(OBD_CONNECT_CROW == 0x200ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_CROW); |
| LASSERTF(OBD_CONNECT_TRUNCLOCK == 0x400ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_TRUNCLOCK); |
| LASSERTF(OBD_CONNECT_TRANSNO == 0x800ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_TRANSNO); |
| LASSERTF(OBD_CONNECT_IBITS == 0x1000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_IBITS); |
| LASSERTF(OBD_CONNECT_JOIN == 0x2000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_JOIN); |
| LASSERTF(OBD_CONNECT_ATTRFID == 0x4000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_ATTRFID); |
| LASSERTF(OBD_CONNECT_NODEVOH == 0x8000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_NODEVOH); |
| LASSERTF(OBD_CONNECT_RMT_CLIENT == 0x10000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_RMT_CLIENT); |
| LASSERTF(OBD_CONNECT_RMT_CLIENT_FORCE == 0x20000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_RMT_CLIENT_FORCE); |
| LASSERTF(OBD_CONNECT_BRW_SIZE == 0x40000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_BRW_SIZE); |
| LASSERTF(OBD_CONNECT_QUOTA64 == 0x80000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_QUOTA64); |
| LASSERTF(OBD_CONNECT_MDS_CAPA == 0x100000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_MDS_CAPA); |
| LASSERTF(OBD_CONNECT_OSS_CAPA == 0x200000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_OSS_CAPA); |
| LASSERTF(OBD_CONNECT_CANCELSET == 0x400000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_CANCELSET); |
| LASSERTF(OBD_CONNECT_SOM == 0x800000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_SOM); |
| LASSERTF(OBD_CONNECT_AT == 0x1000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_AT); |
| LASSERTF(OBD_CONNECT_LRU_RESIZE == 0x2000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_LRU_RESIZE); |
| LASSERTF(OBD_CONNECT_MDS_MDS == 0x4000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_MDS_MDS); |
| LASSERTF(OBD_CONNECT_REAL == 0x8000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_REAL); |
| LASSERTF(OBD_CONNECT_CHANGE_QS == 0x10000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_CHANGE_QS); |
| LASSERTF(OBD_CONNECT_CKSUM == 0x20000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_CKSUM); |
| LASSERTF(OBD_CONNECT_FID == 0x40000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_FID); |
| LASSERTF(OBD_CONNECT_VBR == 0x80000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_VBR); |
| LASSERTF(OBD_CONNECT_LOV_V3 == 0x100000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_LOV_V3); |
| LASSERTF(OBD_CONNECT_GRANT_SHRINK == 0x200000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_GRANT_SHRINK); |
| LASSERTF(OBD_CONNECT_SKIP_ORPHAN == 0x400000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_SKIP_ORPHAN); |
| LASSERTF(OBD_CONNECT_MAX_EASIZE == 0x800000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_MAX_EASIZE); |
| LASSERTF(OBD_CONNECT_FULL20 == 0x1000000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_FULL20); |
| LASSERTF(OBD_CONNECT_LAYOUTLOCK == 0x2000000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_LAYOUTLOCK); |
| LASSERTF(OBD_CONNECT_64BITHASH == 0x4000000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_64BITHASH); |
| LASSERTF(OBD_CONNECT_MAXBYTES == 0x8000000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_MAXBYTES); |
| LASSERTF(OBD_CONNECT_IMP_RECOV == 0x10000000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_IMP_RECOV); |
| LASSERTF(OBD_CONNECT_JOBSTATS == 0x20000000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_JOBSTATS); |
| LASSERTF(OBD_CONNECT_UMASK == 0x40000000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_UMASK); |
| LASSERTF(OBD_CONNECT_EINPROGRESS == 0x80000000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_EINPROGRESS); |
| LASSERTF(OBD_CONNECT_GRANT_PARAM == 0x100000000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_GRANT_PARAM); |
| LASSERTF(OBD_CONNECT_FLOCK_OWNER == 0x200000000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_FLOCK_OWNER); |
| LASSERTF(OBD_CONNECT_LVB_TYPE == 0x400000000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_LVB_TYPE); |
| LASSERTF(OBD_CONNECT_NANOSEC_TIME == 0x800000000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_NANOSEC_TIME); |
| LASSERTF(OBD_CONNECT_LIGHTWEIGHT == 0x1000000000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_LIGHTWEIGHT); |
| LASSERTF(OBD_CONNECT_SHORTIO == 0x2000000000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_SHORTIO); |
| LASSERTF(OBD_CONNECT_PINGLESS == 0x4000000000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_PINGLESS); |
| LASSERTF(OBD_CONNECT_FLOCK_DEAD == 0x8000000000000ULL, |
| "found 0x%.16llxULL\n", OBD_CONNECT_FLOCK_DEAD); |
| LASSERTF(OBD_CONNECT_OPEN_BY_FID == 0x20000000000000ULL, |
| "found 0x%.16llxULL\n", OBD_CONNECT_OPEN_BY_FID); |
| LASSERTF(OBD_CONNECT_LFSCK == 0x40000000000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_LFSCK); |
| LASSERTF(OBD_CONNECT_UNLINK_CLOSE == 0x100000000000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_UNLINK_CLOSE); |
| LASSERTF(OBD_CONNECT_MULTIMODRPCS == 0x200000000000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_MULTIMODRPCS); |
| LASSERTF(OBD_CONNECT_DIR_STRIPE == 0x400000000000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_DIR_STRIPE); |
| LASSERTF(OBD_CONNECT_SUBTREE == 0x800000000000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_SUBTREE); |
| LASSERTF(OBD_CONNECT_LOCK_AHEAD == 0x1000000000000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_LOCK_AHEAD); |
| LASSERTF(OBD_CONNECT_OBDOPACK == 0x4000000000000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_OBDOPACK); |
| LASSERTF(OBD_CONNECT_FLAGS2 == 0x8000000000000000ULL, "found 0x%.16llxULL\n", |
| OBD_CONNECT_FLAGS2); |
| LASSERTF(OBD_CKSUM_CRC32 == 0x00000001UL, "found 0x%.8xUL\n", |
| (unsigned int)OBD_CKSUM_CRC32); |
| LASSERTF(OBD_CKSUM_ADLER == 0x00000002UL, "found 0x%.8xUL\n", |
| (unsigned int)OBD_CKSUM_ADLER); |
| LASSERTF(OBD_CKSUM_CRC32C == 0x00000004UL, "found 0x%.8xUL\n", |
| (unsigned int)OBD_CKSUM_CRC32C); |
| |
| /* Checks for struct obdo */ |
| LASSERTF((int)sizeof(struct obdo) == 208, "found %lld\n", |
| (long long)(int)sizeof(struct obdo)); |
| LASSERTF((int)offsetof(struct obdo, o_valid) == 0, "found %lld\n", |
| (long long)(int)offsetof(struct obdo, o_valid)); |
| LASSERTF((int)sizeof(((struct obdo *)0)->o_valid) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obdo *)0)->o_valid)); |
| LASSERTF((int)offsetof(struct obdo, o_oi) == 8, "found %lld\n", |
| (long long)(int)offsetof(struct obdo, o_oi)); |
| LASSERTF((int)sizeof(((struct obdo *)0)->o_oi) == 16, "found %lld\n", |
| (long long)(int)sizeof(((struct obdo *)0)->o_oi)); |
| LASSERTF((int)offsetof(struct obdo, o_parent_seq) == 24, "found %lld\n", |
| (long long)(int)offsetof(struct obdo, o_parent_seq)); |
| LASSERTF((int)sizeof(((struct obdo *)0)->o_parent_seq) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obdo *)0)->o_parent_seq)); |
| LASSERTF((int)offsetof(struct obdo, o_size) == 32, "found %lld\n", |
| (long long)(int)offsetof(struct obdo, o_size)); |
| LASSERTF((int)sizeof(((struct obdo *)0)->o_size) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obdo *)0)->o_size)); |
| LASSERTF((int)offsetof(struct obdo, o_mtime) == 40, "found %lld\n", |
| (long long)(int)offsetof(struct obdo, o_mtime)); |
| LASSERTF((int)sizeof(((struct obdo *)0)->o_mtime) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obdo *)0)->o_mtime)); |
| LASSERTF((int)offsetof(struct obdo, o_atime) == 48, "found %lld\n", |
| (long long)(int)offsetof(struct obdo, o_atime)); |
| LASSERTF((int)sizeof(((struct obdo *)0)->o_atime) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obdo *)0)->o_atime)); |
| LASSERTF((int)offsetof(struct obdo, o_ctime) == 56, "found %lld\n", |
| (long long)(int)offsetof(struct obdo, o_ctime)); |
| LASSERTF((int)sizeof(((struct obdo *)0)->o_ctime) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obdo *)0)->o_ctime)); |
| LASSERTF((int)offsetof(struct obdo, o_blocks) == 64, "found %lld\n", |
| (long long)(int)offsetof(struct obdo, o_blocks)); |
| LASSERTF((int)sizeof(((struct obdo *)0)->o_blocks) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obdo *)0)->o_blocks)); |
| LASSERTF((int)offsetof(struct obdo, o_grant) == 72, "found %lld\n", |
| (long long)(int)offsetof(struct obdo, o_grant)); |
| LASSERTF((int)sizeof(((struct obdo *)0)->o_grant) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obdo *)0)->o_grant)); |
| LASSERTF((int)offsetof(struct obdo, o_blksize) == 80, "found %lld\n", |
| (long long)(int)offsetof(struct obdo, o_blksize)); |
| LASSERTF((int)sizeof(((struct obdo *)0)->o_blksize) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obdo *)0)->o_blksize)); |
| LASSERTF((int)offsetof(struct obdo, o_mode) == 84, "found %lld\n", |
| (long long)(int)offsetof(struct obdo, o_mode)); |
| LASSERTF((int)sizeof(((struct obdo *)0)->o_mode) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obdo *)0)->o_mode)); |
| LASSERTF((int)offsetof(struct obdo, o_uid) == 88, "found %lld\n", |
| (long long)(int)offsetof(struct obdo, o_uid)); |
| LASSERTF((int)sizeof(((struct obdo *)0)->o_uid) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obdo *)0)->o_uid)); |
| LASSERTF((int)offsetof(struct obdo, o_gid) == 92, "found %lld\n", |
| (long long)(int)offsetof(struct obdo, o_gid)); |
| LASSERTF((int)sizeof(((struct obdo *)0)->o_gid) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obdo *)0)->o_gid)); |
| LASSERTF((int)offsetof(struct obdo, o_flags) == 96, "found %lld\n", |
| (long long)(int)offsetof(struct obdo, o_flags)); |
| LASSERTF((int)sizeof(((struct obdo *)0)->o_flags) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obdo *)0)->o_flags)); |
| LASSERTF((int)offsetof(struct obdo, o_nlink) == 100, "found %lld\n", |
| (long long)(int)offsetof(struct obdo, o_nlink)); |
| LASSERTF((int)sizeof(((struct obdo *)0)->o_nlink) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obdo *)0)->o_nlink)); |
| LASSERTF((int)offsetof(struct obdo, o_parent_oid) == 104, "found %lld\n", |
| (long long)(int)offsetof(struct obdo, o_parent_oid)); |
| LASSERTF((int)sizeof(((struct obdo *)0)->o_parent_oid) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obdo *)0)->o_parent_oid)); |
| LASSERTF((int)offsetof(struct obdo, o_misc) == 108, "found %lld\n", |
| (long long)(int)offsetof(struct obdo, o_misc)); |
| LASSERTF((int)sizeof(((struct obdo *)0)->o_misc) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obdo *)0)->o_misc)); |
| LASSERTF((int)offsetof(struct obdo, o_ioepoch) == 112, "found %lld\n", |
| (long long)(int)offsetof(struct obdo, o_ioepoch)); |
| LASSERTF((int)sizeof(((struct obdo *)0)->o_ioepoch) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obdo *)0)->o_ioepoch)); |
| LASSERTF((int)offsetof(struct obdo, o_stripe_idx) == 120, "found %lld\n", |
| (long long)(int)offsetof(struct obdo, o_stripe_idx)); |
| LASSERTF((int)sizeof(((struct obdo *)0)->o_stripe_idx) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obdo *)0)->o_stripe_idx)); |
| LASSERTF((int)offsetof(struct obdo, o_parent_ver) == 124, "found %lld\n", |
| (long long)(int)offsetof(struct obdo, o_parent_ver)); |
| LASSERTF((int)sizeof(((struct obdo *)0)->o_parent_ver) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obdo *)0)->o_parent_ver)); |
| LASSERTF((int)offsetof(struct obdo, o_handle) == 128, "found %lld\n", |
| (long long)(int)offsetof(struct obdo, o_handle)); |
| LASSERTF((int)sizeof(((struct obdo *)0)->o_handle) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obdo *)0)->o_handle)); |
| LASSERTF((int)offsetof(struct obdo, o_lcookie) == 136, "found %lld\n", |
| (long long)(int)offsetof(struct obdo, o_lcookie)); |
| LASSERTF((int)sizeof(((struct obdo *)0)->o_lcookie) == 32, "found %lld\n", |
| (long long)(int)sizeof(((struct obdo *)0)->o_lcookie)); |
| LASSERTF((int)offsetof(struct obdo, o_uid_h) == 168, "found %lld\n", |
| (long long)(int)offsetof(struct obdo, o_uid_h)); |
| LASSERTF((int)sizeof(((struct obdo *)0)->o_uid_h) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obdo *)0)->o_uid_h)); |
| LASSERTF((int)offsetof(struct obdo, o_gid_h) == 172, "found %lld\n", |
| (long long)(int)offsetof(struct obdo, o_gid_h)); |
| LASSERTF((int)sizeof(((struct obdo *)0)->o_gid_h) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obdo *)0)->o_gid_h)); |
| LASSERTF((int)offsetof(struct obdo, o_data_version) == 176, "found %lld\n", |
| (long long)(int)offsetof(struct obdo, o_data_version)); |
| LASSERTF((int)sizeof(((struct obdo *)0)->o_data_version) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obdo *)0)->o_data_version)); |
| LASSERTF((int)offsetof(struct obdo, o_padding_4) == 184, "found %lld\n", |
| (long long)(int)offsetof(struct obdo, o_padding_4)); |
| LASSERTF((int)sizeof(((struct obdo *)0)->o_padding_4) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obdo *)0)->o_padding_4)); |
| LASSERTF((int)offsetof(struct obdo, o_padding_5) == 192, "found %lld\n", |
| (long long)(int)offsetof(struct obdo, o_padding_5)); |
| LASSERTF((int)sizeof(((struct obdo *)0)->o_padding_5) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obdo *)0)->o_padding_5)); |
| LASSERTF((int)offsetof(struct obdo, o_padding_6) == 200, "found %lld\n", |
| (long long)(int)offsetof(struct obdo, o_padding_6)); |
| LASSERTF((int)sizeof(((struct obdo *)0)->o_padding_6) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obdo *)0)->o_padding_6)); |
| LASSERTF(OBD_MD_FLID == (0x00000001ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLID); |
| LASSERTF(OBD_MD_FLATIME == (0x00000002ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLATIME); |
| LASSERTF(OBD_MD_FLMTIME == (0x00000004ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLMTIME); |
| LASSERTF(OBD_MD_FLCTIME == (0x00000008ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLCTIME); |
| LASSERTF(OBD_MD_FLSIZE == (0x00000010ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLSIZE); |
| LASSERTF(OBD_MD_FLBLOCKS == (0x00000020ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLBLOCKS); |
| LASSERTF(OBD_MD_FLBLKSZ == (0x00000040ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLBLKSZ); |
| LASSERTF(OBD_MD_FLMODE == (0x00000080ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLMODE); |
| LASSERTF(OBD_MD_FLTYPE == (0x00000100ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLTYPE); |
| LASSERTF(OBD_MD_FLUID == (0x00000200ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLUID); |
| LASSERTF(OBD_MD_FLGID == (0x00000400ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLGID); |
| LASSERTF(OBD_MD_FLFLAGS == (0x00000800ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLFLAGS); |
| LASSERTF(OBD_MD_FLNLINK == (0x00002000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLNLINK); |
| LASSERTF(OBD_MD_FLGENER == (0x00004000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLGENER); |
| LASSERTF(OBD_MD_FLRDEV == (0x00010000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLRDEV); |
| LASSERTF(OBD_MD_FLEASIZE == (0x00020000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLEASIZE); |
| LASSERTF(OBD_MD_LINKNAME == (0x00040000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_LINKNAME); |
| LASSERTF(OBD_MD_FLHANDLE == (0x00080000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLHANDLE); |
| LASSERTF(OBD_MD_FLCKSUM == (0x00100000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLCKSUM); |
| LASSERTF(OBD_MD_FLQOS == (0x00200000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLQOS); |
| LASSERTF(OBD_MD_FLGROUP == (0x01000000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLGROUP); |
| LASSERTF(OBD_MD_FLFID == (0x02000000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLFID); |
| LASSERTF(OBD_MD_FLEPOCH == (0x04000000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLEPOCH); |
| LASSERTF(OBD_MD_FLGRANT == (0x08000000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLGRANT); |
| LASSERTF(OBD_MD_FLDIREA == (0x10000000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLDIREA); |
| LASSERTF(OBD_MD_FLUSRQUOTA == (0x20000000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLUSRQUOTA); |
| LASSERTF(OBD_MD_FLGRPQUOTA == (0x40000000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLGRPQUOTA); |
| LASSERTF(OBD_MD_FLMODEASIZE == (0x80000000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLMODEASIZE); |
| LASSERTF(OBD_MD_MDS == (0x0000000100000000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_MDS); |
| LASSERTF(OBD_MD_REINT == (0x0000000200000000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_REINT); |
| LASSERTF(OBD_MD_MEA == (0x0000000400000000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_MEA); |
| LASSERTF(OBD_MD_TSTATE == (0x0000000800000000ULL), |
| "found 0x%.16llxULL\n", OBD_MD_TSTATE); |
| LASSERTF(OBD_MD_FLXATTR == (0x0000001000000000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLXATTR); |
| LASSERTF(OBD_MD_FLXATTRLS == (0x0000002000000000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLXATTRLS); |
| LASSERTF(OBD_MD_FLXATTRRM == (0x0000004000000000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLXATTRRM); |
| LASSERTF(OBD_MD_FLACL == (0x0000008000000000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLACL); |
| LASSERTF(OBD_MD_FLMDSCAPA == (0x0000020000000000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLMDSCAPA); |
| LASSERTF(OBD_MD_FLOSSCAPA == (0x0000040000000000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLOSSCAPA); |
| LASSERTF(OBD_MD_FLCKSPLIT == (0x0000080000000000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLCKSPLIT); |
| LASSERTF(OBD_MD_FLCROSSREF == (0x0000100000000000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLCROSSREF); |
| LASSERTF(OBD_MD_FLGETATTRLOCK == (0x0000200000000000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLGETATTRLOCK); |
| LASSERTF(OBD_MD_FLDATAVERSION == (0x0010000000000000ULL), "found 0x%.16llxULL\n", |
| OBD_MD_FLDATAVERSION); |
| BUILD_BUG_ON(OBD_FL_INLINEDATA != 0x00000001); |
| BUILD_BUG_ON(OBD_FL_OBDMDEXISTS != 0x00000002); |
| BUILD_BUG_ON(OBD_FL_DELORPHAN != 0x00000004); |
| BUILD_BUG_ON(OBD_FL_NORPC != 0x00000008); |
| BUILD_BUG_ON(OBD_FL_IDONLY != 0x00000010); |
| BUILD_BUG_ON(OBD_FL_RECREATE_OBJS != 0x00000020); |
| BUILD_BUG_ON(OBD_FL_DEBUG_CHECK != 0x00000040); |
| BUILD_BUG_ON(OBD_FL_NO_USRQUOTA != 0x00000100); |
| BUILD_BUG_ON(OBD_FL_NO_GRPQUOTA != 0x00000200); |
| BUILD_BUG_ON(OBD_FL_CREATE_CROW != 0x00000400); |
| BUILD_BUG_ON(OBD_FL_SRVLOCK != 0x00000800); |
| BUILD_BUG_ON(OBD_FL_CKSUM_CRC32 != 0x00001000); |
| BUILD_BUG_ON(OBD_FL_CKSUM_ADLER != 0x00002000); |
| BUILD_BUG_ON(OBD_FL_CKSUM_CRC32C != 0x00004000); |
| BUILD_BUG_ON(OBD_FL_CKSUM_RSVD2 != 0x00008000); |
| BUILD_BUG_ON(OBD_FL_CKSUM_RSVD3 != 0x00010000); |
| BUILD_BUG_ON(OBD_FL_SHRINK_GRANT != 0x00020000); |
| BUILD_BUG_ON(OBD_FL_MMAP != 0x00040000); |
| BUILD_BUG_ON(OBD_FL_RECOV_RESEND != 0x00080000); |
| BUILD_BUG_ON(OBD_FL_NOSPC_BLK != 0x00100000); |
| BUILD_BUG_ON(OBD_FL_LOCAL_MASK != 0xf0000000); |
| |
| /* Checks for struct lov_ost_data_v1 */ |
| LASSERTF((int)sizeof(struct lov_ost_data_v1) == 24, "found %lld\n", |
| (long long)(int)sizeof(struct lov_ost_data_v1)); |
| LASSERTF((int)offsetof(struct lov_ost_data_v1, l_ost_oi) == 0, "found %lld\n", |
| (long long)(int)offsetof(struct lov_ost_data_v1, l_ost_oi)); |
| LASSERTF((int)sizeof(((struct lov_ost_data_v1 *)0)->l_ost_oi) == 16, "found %lld\n", |
| (long long)(int)sizeof(((struct lov_ost_data_v1 *)0)->l_ost_oi)); |
| LASSERTF((int)offsetof(struct lov_ost_data_v1, l_ost_gen) == 16, "found %lld\n", |
| (long long)(int)offsetof(struct lov_ost_data_v1, l_ost_gen)); |
| LASSERTF((int)sizeof(((struct lov_ost_data_v1 *)0)->l_ost_gen) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lov_ost_data_v1 *)0)->l_ost_gen)); |
| LASSERTF((int)offsetof(struct lov_ost_data_v1, l_ost_idx) == 20, "found %lld\n", |
| (long long)(int)offsetof(struct lov_ost_data_v1, l_ost_idx)); |
| LASSERTF((int)sizeof(((struct lov_ost_data_v1 *)0)->l_ost_idx) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lov_ost_data_v1 *)0)->l_ost_idx)); |
| |
| /* Checks for struct lov_mds_md_v1 */ |
| LASSERTF((int)sizeof(struct lov_mds_md_v1) == 32, "found %lld\n", |
| (long long)(int)sizeof(struct lov_mds_md_v1)); |
| LASSERTF((int)offsetof(struct lov_mds_md_v1, lmm_magic) == 0, "found %lld\n", |
| (long long)(int)offsetof(struct lov_mds_md_v1, lmm_magic)); |
| LASSERTF((int)sizeof(((struct lov_mds_md_v1 *)0)->lmm_magic) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lov_mds_md_v1 *)0)->lmm_magic)); |
| LASSERTF((int)offsetof(struct lov_mds_md_v1, lmm_pattern) == 4, "found %lld\n", |
| (long long)(int)offsetof(struct lov_mds_md_v1, lmm_pattern)); |
| LASSERTF((int)sizeof(((struct lov_mds_md_v1 *)0)->lmm_pattern) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lov_mds_md_v1 *)0)->lmm_pattern)); |
| LASSERTF((int)offsetof(struct lov_mds_md_v1, lmm_oi) == 8, "found %lld\n", |
| (long long)(int)offsetof(struct lov_mds_md_v1, lmm_oi)); |
| LASSERTF((int)sizeof(((struct lov_mds_md_v1 *)0)->lmm_oi) == 16, "found %lld\n", |
| (long long)(int)sizeof(((struct lov_mds_md_v1 *)0)->lmm_oi)); |
| LASSERTF((int)offsetof(struct lov_mds_md_v1, lmm_stripe_size) == 24, "found %lld\n", |
| (long long)(int)offsetof(struct lov_mds_md_v1, lmm_stripe_size)); |
| LASSERTF((int)sizeof(((struct lov_mds_md_v1 *)0)->lmm_stripe_size) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lov_mds_md_v1 *)0)->lmm_stripe_size)); |
| LASSERTF((int)offsetof(struct lov_mds_md_v1, lmm_stripe_count) == 28, "found %lld\n", |
| (long long)(int)offsetof(struct lov_mds_md_v1, lmm_stripe_count)); |
| LASSERTF((int)sizeof(((struct lov_mds_md_v1 *)0)->lmm_stripe_count) == 2, "found %lld\n", |
| (long long)(int)sizeof(((struct lov_mds_md_v1 *)0)->lmm_stripe_count)); |
| LASSERTF((int)offsetof(struct lov_mds_md_v1, lmm_layout_gen) == 30, "found %lld\n", |
| (long long)(int)offsetof(struct lov_mds_md_v1, lmm_layout_gen)); |
| LASSERTF((int)sizeof(((struct lov_mds_md_v1 *)0)->lmm_layout_gen) == 2, "found %lld\n", |
| (long long)(int)sizeof(((struct lov_mds_md_v1 *)0)->lmm_layout_gen)); |
| LASSERTF((int)offsetof(struct lov_mds_md_v1, lmm_objects[0]) == 32, "found %lld\n", |
| (long long)(int)offsetof(struct lov_mds_md_v1, lmm_objects[0])); |
| LASSERTF((int)sizeof(((struct lov_mds_md_v1 *)0)->lmm_objects[0]) == 24, "found %lld\n", |
| (long long)(int)sizeof(((struct lov_mds_md_v1 *)0)->lmm_objects[0])); |
| BUILD_BUG_ON(LOV_MAGIC_V1 != (0x0BD10000 | 0x0BD0)); |
| |
| /* Checks for struct lov_mds_md_v3 */ |
| LASSERTF((int)sizeof(struct lov_mds_md_v3) == 48, "found %lld\n", |
| (long long)(int)sizeof(struct lov_mds_md_v3)); |
| LASSERTF((int)offsetof(struct lov_mds_md_v3, lmm_magic) == 0, "found %lld\n", |
| (long long)(int)offsetof(struct lov_mds_md_v3, lmm_magic)); |
| LASSERTF((int)sizeof(((struct lov_mds_md_v3 *)0)->lmm_magic) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lov_mds_md_v3 *)0)->lmm_magic)); |
| LASSERTF((int)offsetof(struct lov_mds_md_v3, lmm_pattern) == 4, "found %lld\n", |
| (long long)(int)offsetof(struct lov_mds_md_v3, lmm_pattern)); |
| LASSERTF((int)sizeof(((struct lov_mds_md_v3 *)0)->lmm_pattern) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lov_mds_md_v3 *)0)->lmm_pattern)); |
| LASSERTF((int)offsetof(struct lov_mds_md_v3, lmm_oi) == 8, "found %lld\n", |
| (long long)(int)offsetof(struct lov_mds_md_v3, lmm_oi)); |
| LASSERTF((int)sizeof(((struct lov_mds_md_v3 *)0)->lmm_oi) == 16, "found %lld\n", |
| (long long)(int)sizeof(((struct lov_mds_md_v3 *)0)->lmm_oi)); |
| LASSERTF((int)offsetof(struct lov_mds_md_v3, lmm_stripe_size) == 24, "found %lld\n", |
| (long long)(int)offsetof(struct lov_mds_md_v3, lmm_stripe_size)); |
| LASSERTF((int)sizeof(((struct lov_mds_md_v3 *)0)->lmm_stripe_size) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lov_mds_md_v3 *)0)->lmm_stripe_size)); |
| LASSERTF((int)offsetof(struct lov_mds_md_v3, lmm_stripe_count) == 28, "found %lld\n", |
| (long long)(int)offsetof(struct lov_mds_md_v3, lmm_stripe_count)); |
| LASSERTF((int)sizeof(((struct lov_mds_md_v3 *)0)->lmm_stripe_count) == 2, "found %lld\n", |
| (long long)(int)sizeof(((struct lov_mds_md_v3 *)0)->lmm_stripe_count)); |
| LASSERTF((int)offsetof(struct lov_mds_md_v3, lmm_layout_gen) == 30, "found %lld\n", |
| (long long)(int)offsetof(struct lov_mds_md_v3, lmm_layout_gen)); |
| LASSERTF((int)sizeof(((struct lov_mds_md_v3 *)0)->lmm_layout_gen) == 2, "found %lld\n", |
| (long long)(int)sizeof(((struct lov_mds_md_v3 *)0)->lmm_layout_gen)); |
| BUILD_BUG_ON(LOV_MAXPOOLNAME != 15); |
| LASSERTF((int)offsetof(struct lov_mds_md_v3, lmm_pool_name[16]) == 48, "found %lld\n", |
| (long long)(int)offsetof(struct lov_mds_md_v3, lmm_pool_name[16])); |
| LASSERTF((int)sizeof(((struct lov_mds_md_v3 *)0)->lmm_pool_name[16]) == 1, "found %lld\n", |
| (long long)(int)sizeof(((struct lov_mds_md_v3 *)0)->lmm_pool_name[16])); |
| LASSERTF((int)offsetof(struct lov_mds_md_v3, lmm_objects[0]) == 48, "found %lld\n", |
| (long long)(int)offsetof(struct lov_mds_md_v3, lmm_objects[0])); |
| LASSERTF((int)sizeof(((struct lov_mds_md_v3 *)0)->lmm_objects[0]) == 24, "found %lld\n", |
| (long long)(int)sizeof(((struct lov_mds_md_v3 *)0)->lmm_objects[0])); |
| BUILD_BUG_ON(LOV_MAGIC_V3 != (0x0BD30000 | 0x0BD0)); |
| LASSERTF(LOV_PATTERN_RAID0 == 0x00000001UL, "found 0x%.8xUL\n", |
| (unsigned int)LOV_PATTERN_RAID0); |
| LASSERTF(LOV_PATTERN_RAID1 == 0x00000002UL, "found 0x%.8xUL\n", |
| (unsigned int)LOV_PATTERN_RAID1); |
| LASSERTF(LOV_PATTERN_FIRST == 0x00000100UL, "found 0x%.8xUL\n", |
| (unsigned int)LOV_PATTERN_FIRST); |
| LASSERTF(LOV_PATTERN_CMOBD == 0x00000200UL, "found 0x%.8xUL\n", |
| (unsigned int)LOV_PATTERN_CMOBD); |
| |
| /* Checks for struct lmv_mds_md_v1 */ |
| LASSERTF((int)sizeof(struct lmv_mds_md_v1) == 56, "found %lld\n", |
| (long long)(int)sizeof(struct lmv_mds_md_v1)); |
| LASSERTF((int)offsetof(struct lmv_mds_md_v1, lmv_magic) == 0, "found %lld\n", |
| (long long)(int)offsetof(struct lmv_mds_md_v1, lmv_magic)); |
| LASSERTF((int)sizeof(((struct lmv_mds_md_v1 *)0)->lmv_magic) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lmv_mds_md_v1 *)0)->lmv_magic)); |
| LASSERTF((int)offsetof(struct lmv_mds_md_v1, lmv_stripe_count) == 4, "found %lld\n", |
| (long long)(int)offsetof(struct lmv_mds_md_v1, lmv_stripe_count)); |
| LASSERTF((int)sizeof(((struct lmv_mds_md_v1 *)0)->lmv_stripe_count) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lmv_mds_md_v1 *)0)->lmv_stripe_count)); |
| LASSERTF((int)offsetof(struct lmv_mds_md_v1, lmv_master_mdt_index) == 8, "found %lld\n", |
| (long long)(int)offsetof(struct lmv_mds_md_v1, lmv_master_mdt_index)); |
| LASSERTF((int)sizeof(((struct lmv_mds_md_v1 *)0)->lmv_master_mdt_index) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lmv_mds_md_v1 *)0)->lmv_master_mdt_index)); |
| LASSERTF((int)offsetof(struct lmv_mds_md_v1, lmv_hash_type) == 12, "found %lld\n", |
| (long long)(int)offsetof(struct lmv_mds_md_v1, lmv_hash_type)); |
| LASSERTF((int)sizeof(((struct lmv_mds_md_v1 *)0)->lmv_hash_type) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lmv_mds_md_v1 *)0)->lmv_hash_type)); |
| LASSERTF((int)offsetof(struct lmv_mds_md_v1, lmv_layout_version) == 16, "found %lld\n", |
| (long long)(int)offsetof(struct lmv_mds_md_v1, lmv_layout_version)); |
| LASSERTF((int)sizeof(((struct lmv_mds_md_v1 *)0)->lmv_layout_version) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lmv_mds_md_v1 *)0)->lmv_layout_version)); |
| LASSERTF((int)offsetof(struct lmv_mds_md_v1, lmv_padding1) == 20, "found %lld\n", |
| (long long)(int)offsetof(struct lmv_mds_md_v1, lmv_padding1)); |
| LASSERTF((int)sizeof(((struct lmv_mds_md_v1 *)0)->lmv_padding1) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct lmv_mds_md_v1 *)0)->lmv_padding1)); |
| LASSERTF((int)offsetof(struct lmv_mds_md_v1, lmv_padding2) == 24, "found %lld\n", |
| (long long)(int)offsetof(struct lmv_mds_md_v1, lmv_padding2)); |
| LASSERTF((int)sizeof(((struct lmv_mds_md_v1 *)0)->lmv_padding2) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct lmv_mds_md_v1 *)0)->lmv_padding2)); |
| LASSERTF((int)offsetof(struct lmv_mds_md_v1, lmv_padding3) == 32, "found %lld\n", |
| (long long)(int)offsetof(struct lmv_mds_md_v1, lmv_padding3)); |
| LASSERTF((int)sizeof(((struct lmv_mds_md_v1 *)0)->lmv_padding3) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct lmv_mds_md_v1 *)0)->lmv_padding3)); |
| LASSERTF((int)offsetof(struct lmv_mds_md_v1, lmv_pool_name[16]) == 56, "found %lld\n", |
| (long long)(int)offsetof(struct lmv_mds_md_v1, lmv_pool_name[16])); |
| LASSERTF((int)sizeof(((struct lmv_mds_md_v1 *)0)->lmv_pool_name[16]) == 1, "found %lld\n", |
| (long long)(int)sizeof(((struct lmv_mds_md_v1 *)0)->lmv_pool_name[16])); |
| LASSERTF((int)offsetof(struct lmv_mds_md_v1, lmv_stripe_fids[0]) == 56, "found %lld\n", |
| (long long)(int)offsetof(struct lmv_mds_md_v1, lmv_stripe_fids[0])); |
| LASSERTF((int)sizeof(((struct lmv_mds_md_v1 *)0)->lmv_stripe_fids[0]) == 16, "found %lld\n", |
| (long long)(int)sizeof(((struct lmv_mds_md_v1 *)0)->lmv_stripe_fids[0])); |
| BUILD_BUG_ON(LMV_MAGIC_V1 != 0x0CD20CD0); |
| BUILD_BUG_ON(LMV_MAGIC_STRIPE != 0x0CD40CD0); |
| BUILD_BUG_ON(LMV_HASH_TYPE_MASK != 0x0000ffff); |
| BUILD_BUG_ON(LMV_HASH_FLAG_MIGRATION != 0x80000000); |
| BUILD_BUG_ON(LMV_HASH_FLAG_DEAD != 0x40000000); |
| |
| /* Checks for struct obd_statfs */ |
| LASSERTF((int)sizeof(struct obd_statfs) == 144, "found %lld\n", |
| (long long)(int)sizeof(struct obd_statfs)); |
| LASSERTF((int)offsetof(struct obd_statfs, os_type) == 0, "found %lld\n", |
| (long long)(int)offsetof(struct obd_statfs, os_type)); |
| LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_type) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_statfs *)0)->os_type)); |
| LASSERTF((int)offsetof(struct obd_statfs, os_blocks) == 8, "found %lld\n", |
| (long long)(int)offsetof(struct obd_statfs, os_blocks)); |
| LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_blocks) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_statfs *)0)->os_blocks)); |
| LASSERTF((int)offsetof(struct obd_statfs, os_bfree) == 16, "found %lld\n", |
| (long long)(int)offsetof(struct obd_statfs, os_bfree)); |
| LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_bfree) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_statfs *)0)->os_bfree)); |
| LASSERTF((int)offsetof(struct obd_statfs, os_bavail) == 24, "found %lld\n", |
| (long long)(int)offsetof(struct obd_statfs, os_bavail)); |
| LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_bavail) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_statfs *)0)->os_bavail)); |
| LASSERTF((int)offsetof(struct obd_statfs, os_ffree) == 40, "found %lld\n", |
| (long long)(int)offsetof(struct obd_statfs, os_ffree)); |
| LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_ffree) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_statfs *)0)->os_ffree)); |
| LASSERTF((int)offsetof(struct obd_statfs, os_fsid) == 48, "found %lld\n", |
| (long long)(int)offsetof(struct obd_statfs, os_fsid)); |
| LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_fsid) == 40, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_statfs *)0)->os_fsid)); |
| LASSERTF((int)offsetof(struct obd_statfs, os_bsize) == 88, "found %lld\n", |
| (long long)(int)offsetof(struct obd_statfs, os_bsize)); |
| LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_bsize) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_statfs *)0)->os_bsize)); |
| LASSERTF((int)offsetof(struct obd_statfs, os_namelen) == 92, "found %lld\n", |
| (long long)(int)offsetof(struct obd_statfs, os_namelen)); |
| LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_namelen) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_statfs *)0)->os_namelen)); |
| LASSERTF((int)offsetof(struct obd_statfs, os_state) == 104, "found %lld\n", |
| (long long)(int)offsetof(struct obd_statfs, os_state)); |
| LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_state) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_statfs *)0)->os_state)); |
| LASSERTF((int)offsetof(struct obd_statfs, os_fprecreated) == 108, "found %lld\n", |
| (long long)(int)offsetof(struct obd_statfs, os_fprecreated)); |
| LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_fprecreated) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_statfs *)0)->os_fprecreated)); |
| LASSERTF((int)offsetof(struct obd_statfs, os_spare2) == 112, "found %lld\n", |
| (long long)(int)offsetof(struct obd_statfs, os_spare2)); |
| LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_spare2) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_statfs *)0)->os_spare2)); |
| LASSERTF((int)offsetof(struct obd_statfs, os_spare3) == 116, "found %lld\n", |
| (long long)(int)offsetof(struct obd_statfs, os_spare3)); |
| LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_spare3) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_statfs *)0)->os_spare3)); |
| LASSERTF((int)offsetof(struct obd_statfs, os_spare4) == 120, "found %lld\n", |
| (long long)(int)offsetof(struct obd_statfs, os_spare4)); |
| LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_spare4) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_statfs *)0)->os_spare4)); |
| LASSERTF((int)offsetof(struct obd_statfs, os_spare5) == 124, "found %lld\n", |
| (long long)(int)offsetof(struct obd_statfs, os_spare5)); |
| LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_spare5) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_statfs *)0)->os_spare5)); |
| LASSERTF((int)offsetof(struct obd_statfs, os_spare6) == 128, "found %lld\n", |
| (long long)(int)offsetof(struct obd_statfs, os_spare6)); |
| LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_spare6) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_statfs *)0)->os_spare6)); |
| LASSERTF((int)offsetof(struct obd_statfs, os_spare7) == 132, "found %lld\n", |
| (long long)(int)offsetof(struct obd_statfs, os_spare7)); |
| LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_spare7) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_statfs *)0)->os_spare7)); |
| LASSERTF((int)offsetof(struct obd_statfs, os_spare8) == 136, "found %lld\n", |
| (long long)(int)offsetof(struct obd_statfs, os_spare8)); |
| LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_spare8) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_statfs *)0)->os_spare8)); |
| LASSERTF((int)offsetof(struct obd_statfs, os_spare9) == 140, "found %lld\n", |
| (long long)(int)offsetof(struct obd_statfs, os_spare9)); |
| LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_spare9) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_statfs *)0)->os_spare9)); |
| |
| /* Checks for struct obd_ioobj */ |
| LASSERTF((int)sizeof(struct obd_ioobj) == 24, "found %lld\n", |
| (long long)(int)sizeof(struct obd_ioobj)); |
| LASSERTF((int)offsetof(struct obd_ioobj, ioo_oid) == 0, "found %lld\n", |
| (long long)(int)offsetof(struct obd_ioobj, ioo_oid)); |
| LASSERTF((int)sizeof(((struct obd_ioobj *)0)->ioo_oid) == 16, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_ioobj *)0)->ioo_oid)); |
| LASSERTF((int)offsetof(struct obd_ioobj, ioo_max_brw) == 16, "found %lld\n", |
| (long long)(int)offsetof(struct obd_ioobj, ioo_max_brw)); |
| LASSERTF((int)sizeof(((struct obd_ioobj *)0)->ioo_max_brw) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_ioobj *)0)->ioo_max_brw)); |
| LASSERTF((int)offsetof(struct obd_ioobj, ioo_bufcnt) == 20, "found %lld\n", |
| (long long)(int)offsetof(struct obd_ioobj, ioo_bufcnt)); |
| LASSERTF((int)sizeof(((struct obd_ioobj *)0)->ioo_bufcnt) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_ioobj *)0)->ioo_bufcnt)); |
| LASSERTF(IOOBJ_MAX_BRW_BITS == 16, "found %lld\n", |
| (long long)IOOBJ_MAX_BRW_BITS); |
| |
| /* Checks for union lquota_id */ |
| LASSERTF((int)sizeof(union lquota_id) == 16, "found %lld\n", |
| (long long)(int)sizeof(union lquota_id)); |
| |
| /* Checks for struct obd_quotactl */ |
| LASSERTF((int)sizeof(struct obd_quotactl) == 112, "found %lld\n", |
| (long long)(int)sizeof(struct obd_quotactl)); |
| LASSERTF((int)offsetof(struct obd_quotactl, qc_cmd) == 0, "found %lld\n", |
| (long long)(int)offsetof(struct obd_quotactl, qc_cmd)); |
| LASSERTF((int)sizeof(((struct obd_quotactl *)0)->qc_cmd) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_quotactl *)0)->qc_cmd)); |
| LASSERTF((int)offsetof(struct obd_quotactl, qc_type) == 4, "found %lld\n", |
| (long long)(int)offsetof(struct obd_quotactl, qc_type)); |
| LASSERTF((int)sizeof(((struct obd_quotactl *)0)->qc_type) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_quotactl *)0)->qc_type)); |
| LASSERTF((int)offsetof(struct obd_quotactl, qc_id) == 8, "found %lld\n", |
| (long long)(int)offsetof(struct obd_quotactl, qc_id)); |
| LASSERTF((int)sizeof(((struct obd_quotactl *)0)->qc_id) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_quotactl *)0)->qc_id)); |
| LASSERTF((int)offsetof(struct obd_quotactl, qc_stat) == 12, "found %lld\n", |
| (long long)(int)offsetof(struct obd_quotactl, qc_stat)); |
| LASSERTF((int)sizeof(((struct obd_quotactl *)0)->qc_stat) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_quotactl *)0)->qc_stat)); |
| LASSERTF((int)offsetof(struct obd_quotactl, qc_dqinfo) == 16, "found %lld\n", |
| (long long)(int)offsetof(struct obd_quotactl, qc_dqinfo)); |
| LASSERTF((int)sizeof(((struct obd_quotactl *)0)->qc_dqinfo) == 24, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_quotactl *)0)->qc_dqinfo)); |
| LASSERTF((int)offsetof(struct obd_quotactl, qc_dqblk) == 40, "found %lld\n", |
| (long long)(int)offsetof(struct obd_quotactl, qc_dqblk)); |
| LASSERTF((int)sizeof(((struct obd_quotactl *)0)->qc_dqblk) == 72, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_quotactl *)0)->qc_dqblk)); |
| |
| /* Checks for struct obd_dqinfo */ |
| LASSERTF((int)sizeof(struct obd_dqinfo) == 24, "found %lld\n", |
| (long long)(int)sizeof(struct obd_dqinfo)); |
| LASSERTF((int)offsetof(struct obd_dqinfo, dqi_bgrace) == 0, "found %lld\n", |
| (long long)(int)offsetof(struct obd_dqinfo, dqi_bgrace)); |
| LASSERTF((int)sizeof(((struct obd_dqinfo *)0)->dqi_bgrace) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_dqinfo *)0)->dqi_bgrace)); |
| LASSERTF((int)offsetof(struct obd_dqinfo, dqi_igrace) == 8, "found %lld\n", |
| (long long)(int)offsetof(struct obd_dqinfo, dqi_igrace)); |
| LASSERTF((int)sizeof(((struct obd_dqinfo *)0)->dqi_igrace) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_dqinfo *)0)->dqi_igrace)); |
| LASSERTF((int)offsetof(struct obd_dqinfo, dqi_flags) == 16, "found %lld\n", |
| (long long)(int)offsetof(struct obd_dqinfo, dqi_flags)); |
| LASSERTF((int)sizeof(((struct obd_dqinfo *)0)->dqi_flags) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_dqinfo *)0)->dqi_flags)); |
| LASSERTF((int)offsetof(struct obd_dqinfo, dqi_valid) == 20, "found %lld\n", |
| (long long)(int)offsetof(struct obd_dqinfo, dqi_valid)); |
| LASSERTF((int)sizeof(((struct obd_dqinfo *)0)->dqi_valid) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_dqinfo *)0)->dqi_valid)); |
| |
| /* Checks for struct obd_dqblk */ |
| LASSERTF((int)sizeof(struct obd_dqblk) == 72, "found %lld\n", |
| (long long)(int)sizeof(struct obd_dqblk)); |
| LASSERTF((int)offsetof(struct obd_dqblk, dqb_bhardlimit) == 0, "found %lld\n", |
| (long long)(int)offsetof(struct obd_dqblk, dqb_bhardlimit)); |
| LASSERTF((int)sizeof(((struct obd_dqblk *)0)->dqb_bhardlimit) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_dqblk *)0)->dqb_bhardlimit)); |
| LASSERTF((int)offsetof(struct obd_dqblk, dqb_bsoftlimit) == 8, "found %lld\n", |
| (long long)(int)offsetof(struct obd_dqblk, dqb_bsoftlimit)); |
| LASSERTF((int)sizeof(((struct obd_dqblk *)0)->dqb_bsoftlimit) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_dqblk *)0)->dqb_bsoftlimit)); |
| LASSERTF((int)offsetof(struct obd_dqblk, dqb_curspace) == 16, "found %lld\n", |
| (long long)(int)offsetof(struct obd_dqblk, dqb_curspace)); |
| LASSERTF((int)sizeof(((struct obd_dqblk *)0)->dqb_curspace) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_dqblk *)0)->dqb_curspace)); |
| LASSERTF((int)offsetof(struct obd_dqblk, dqb_ihardlimit) == 24, "found %lld\n", |
| (long long)(int)offsetof(struct obd_dqblk, dqb_ihardlimit)); |
| LASSERTF((int)sizeof(((struct obd_dqblk *)0)->dqb_ihardlimit) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_dqblk *)0)->dqb_ihardlimit)); |
| LASSERTF((int)offsetof(struct obd_dqblk, dqb_isoftlimit) == 32, "found %lld\n", |
| (long long)(int)offsetof(struct obd_dqblk, dqb_isoftlimit)); |
| LASSERTF((int)sizeof(((struct obd_dqblk *)0)->dqb_isoftlimit) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_dqblk *)0)->dqb_isoftlimit)); |
| LASSERTF((int)offsetof(struct obd_dqblk, dqb_curinodes) == 40, "found %lld\n", |
| (long long)(int)offsetof(struct obd_dqblk, dqb_curinodes)); |
| LASSERTF((int)sizeof(((struct obd_dqblk *)0)->dqb_curinodes) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_dqblk *)0)->dqb_curinodes)); |
| LASSERTF((int)offsetof(struct obd_dqblk, dqb_btime) == 48, "found %lld\n", |
| (long long)(int)offsetof(struct obd_dqblk, dqb_btime)); |
| LASSERTF((int)sizeof(((struct obd_dqblk *)0)->dqb_btime) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_dqblk *)0)->dqb_btime)); |
| LASSERTF((int)offsetof(struct obd_dqblk, dqb_itime) == 56, "found %lld\n", |
| (long long)(int)offsetof(struct obd_dqblk, dqb_itime)); |
| LASSERTF((int)sizeof(((struct obd_dqblk *)0)->dqb_itime) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_dqblk *)0)->dqb_itime)); |
| LASSERTF((int)offsetof(struct obd_dqblk, dqb_valid) == 64, "found %lld\n", |
| (long long)(int)offsetof(struct obd_dqblk, dqb_valid)); |
| LASSERTF((int)sizeof(((struct obd_dqblk *)0)->dqb_valid) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_dqblk *)0)->dqb_valid)); |
| LASSERTF((int)offsetof(struct obd_dqblk, dqb_padding) == 68, "found %lld\n", |
| (long long)(int)offsetof(struct obd_dqblk, dqb_padding)); |
| LASSERTF((int)sizeof(((struct obd_dqblk *)0)->dqb_padding) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct obd_dqblk *)0)->dqb_padding)); |
| LASSERTF(Q_QUOTACHECK == 0x800100, "found 0x%.8x\n", |
| Q_QUOTACHECK); |
| LASSERTF(Q_INITQUOTA == 0x800101, "found 0x%.8x\n", |
| Q_INITQUOTA); |
| LASSERTF(Q_GETOINFO == 0x800102, "found 0x%.8x\n", |
| Q_GETOINFO); |
| LASSERTF(Q_GETOQUOTA == 0x800103, "found 0x%.8x\n", |
| Q_GETOQUOTA); |
| LASSERTF(Q_FINVALIDATE == 0x800104, "found 0x%.8x\n", |
| Q_FINVALIDATE); |
| |
| /* Checks for struct niobuf_remote */ |
| LASSERTF((int)sizeof(struct niobuf_remote) == 16, "found %lld\n", |
| (long long)(int)sizeof(struct niobuf_remote)); |
| LASSERTF((int)offsetof(struct niobuf_remote, rnb_offset) == 0, "found %lld\n", |
| (long long)(int)offsetof(struct niobuf_remote, rnb_offset)); |
| LASSERTF((int)sizeof(((struct niobuf_remote *)0)->rnb_offset) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct niobuf_remote *)0)->rnb_offset)); |
| LASSERTF((int)offsetof(struct niobuf_remote, rnb_len) == 8, "found %lld\n", |
| (long long)(int)offsetof(struct niobuf_remote, rnb_len)); |
| LASSERTF((int)sizeof(((struct niobuf_remote *)0)->rnb_len) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct niobuf_remote *)0)->rnb_len)); |
| LASSERTF((int)offsetof(struct niobuf_remote, rnb_flags) == 12, "found %lld\n", |
| (long long)(int)offsetof(struct niobuf_remote, rnb_flags)); |
| LASSERTF((int)sizeof(((struct niobuf_remote *)0)->rnb_flags) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct niobuf_remote *)0)->rnb_flags)); |
| LASSERTF(OBD_BRW_READ == 0x01, "found 0x%.8x\n", |
| OBD_BRW_READ); |
| LASSERTF(OBD_BRW_WRITE == 0x02, "found 0x%.8x\n", |
| OBD_BRW_WRITE); |
| LASSERTF(OBD_BRW_SYNC == 0x08, "found 0x%.8x\n", |
| OBD_BRW_SYNC); |
| LASSERTF(OBD_BRW_CHECK == 0x10, "found 0x%.8x\n", |
| OBD_BRW_CHECK); |
| LASSERTF(OBD_BRW_FROM_GRANT == 0x20, "found 0x%.8x\n", |
| OBD_BRW_FROM_GRANT); |
| LASSERTF(OBD_BRW_GRANTED == 0x40, "found 0x%.8x\n", |
| OBD_BRW_GRANTED); |
| LASSERTF(OBD_BRW_NOCACHE == 0x80, "found 0x%.8x\n", |
| OBD_BRW_NOCACHE); |
| LASSERTF(OBD_BRW_NOQUOTA == 0x100, "found 0x%.8x\n", |
| OBD_BRW_NOQUOTA); |
| LASSERTF(OBD_BRW_SRVLOCK == 0x200, "found 0x%.8x\n", |
| OBD_BRW_SRVLOCK); |
| LASSERTF(OBD_BRW_ASYNC == 0x400, "found 0x%.8x\n", |
| OBD_BRW_ASYNC); |
| LASSERTF(OBD_BRW_MEMALLOC == 0x800, "found 0x%.8x\n", |
| OBD_BRW_MEMALLOC); |
| LASSERTF(OBD_BRW_OVER_USRQUOTA == 0x1000, "found 0x%.8x\n", |
| OBD_BRW_OVER_USRQUOTA); |
| LASSERTF(OBD_BRW_OVER_GRPQUOTA == 0x2000, "found 0x%.8x\n", |
| OBD_BRW_OVER_GRPQUOTA); |
| LASSERTF(OBD_BRW_SOFT_SYNC == 0x4000, "found 0x%.8x\n", |
| OBD_BRW_SOFT_SYNC); |
| |
| /* Checks for struct ost_body */ |
| LASSERTF((int)sizeof(struct ost_body) == 208, "found %lld\n", |
| (long long)(int)sizeof(struct ost_body)); |
| LASSERTF((int)offsetof(struct ost_body, oa) == 0, "found %lld\n", |
| (long long)(int)offsetof(struct ost_body, oa)); |
| LASSERTF((int)sizeof(((struct ost_body *)0)->oa) == 208, "found %lld\n", |
| (long long)(int)sizeof(((struct ost_body *)0)->oa)); |
| |
| /* Checks for struct ll_fid */ |
| LASSERTF((int)sizeof(struct ll_fid) == 16, "found %lld\n", |
| (long long)(int)sizeof(struct ll_fid)); |
| LASSERTF((int)offsetof(struct ll_fid, id) == 0, "found %lld\n", |
| (long long)(int)offsetof(struct ll_fid, id)); |
| LASSERTF((int)sizeof(((struct ll_fid *)0)->id) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct ll_fid *)0)->id)); |
| LASSERTF((int)offsetof(struct ll_fid, generation) == 8, "found %lld\n", |
| (long long)(int)offsetof(struct ll_fid, generation)); |
| LASSERTF((int)sizeof(((struct ll_fid *)0)->generation) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct ll_fid *)0)->generation)); |
| LASSERTF((int)offsetof(struct ll_fid, f_type) == 12, "found %lld\n", |
| (long long)(int)offsetof(struct ll_fid, f_type)); |
| LASSERTF((int)sizeof(((struct ll_fid *)0)->f_type) == 4, "found %lld\n", |
| (long long)(int)sizeof(((struct ll_fid *)0)->f_type)); |
| |
| /* Checks for struct mdt_body */ |
| LASSERTF((int)sizeof(struct mdt_body) == 216, "found %lld\n", |
| (long long)(int)sizeof(struct mdt_body)); |
| LASSERTF((int)offsetof(struct mdt_body, mbo_fid1) == 0, "found %lld\n", |
| (long long)(int)offsetof(struct mdt_body, mbo_fid1)); |
| LASSERTF((int)sizeof(((struct mdt_body *)0)->mbo_fid1) == 16, "found %lld\n", |
| (long long)(int)sizeof(((struct mdt_body *)0)->mbo_fid1)); |
| LASSERTF((int)offsetof(struct mdt_body, mbo_fid2) == 16, "found %lld\n", |
| (long long)(int)offsetof(struct mdt_body, mbo_fid2)); |
| LASSERTF((int)sizeof(((struct mdt_body *)0)->mbo_fid2) == 16, "found %lld\n", |
| (long long)(int)sizeof(((struct mdt_body *)0)->mbo_fid2)); |
| LASSERTF((int)offsetof(struct mdt_body, mbo_handle) == 32, "found %lld\n", |
| (long long)(int)offsetof(struct mdt_body, mbo_handle)); |
| LASSERTF((int)sizeof(((struct mdt_body *)0)->mbo_handle) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct mdt_body *)0)->mbo_handle)); |
| LASSERTF((int)offsetof(struct mdt_body, mbo_valid) == 40, "found %lld\n", |
| (long long)(int)offsetof(struct mdt_body, mbo_valid)); |
| LASSERTF((int)sizeof(((struct mdt_body *)0)->mbo_valid) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct mdt_body *)0)->mbo_valid)); |
| LASSERTF((int)offsetof(struct mdt_body, mbo_size) == 48, "found %lld\n", |
| (long long)(int)offsetof(struct mdt_body, mbo_size)); |
| LASSERTF((int)sizeof(((struct mdt_body *)0)->mbo_size) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct mdt_body *)0)->mbo_size)); |
| LASSERTF((int)offsetof(struct mdt_body, mbo_mtime) == 56, "found %lld\n", |
| (long long)(int)offsetof(struct mdt_body, mbo_mtime)); |
| LASSERTF((int)sizeof(((struct mdt_body *)0)->mbo_mtime) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct mdt_body *)0)->mbo_mtime)); |
| LASSERTF((int)offsetof(struct mdt_body, mbo_atime) == 64, "found %lld\n", |
| (long long)(int)offsetof(struct mdt_body, mbo_atime)); |
| LASSERTF((int)sizeof(((struct mdt_body *)0)->mbo_atime) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct mdt_body *)0)->mbo_atime)); |
| LASSERTF((int)offsetof(struct mdt_body, mbo_ctime) == 72, "found %lld\n", |
| (long long)(int)offsetof(struct mdt_body, mbo_ctime)); |
| LASSERTF((int)sizeof(((struct mdt_body *)0)->mbo_ctime) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct mdt_body *)0)->mbo_ctime)); |
| LASSERTF((int)offsetof(struct mdt_body, mbo_blocks) == 80, "found %lld\n", |
| (long long)(int)offsetof(struct mdt_body, mbo_blocks)); |
| LASSERTF((int)sizeof(((struct mdt_body *)0)->mbo_blocks) == 8, "found %lld\n", |
| (long long)(int)sizeof(((struct mdt_body *)0)->mbo_blocks)); |
| LASSERTF((int)offsetof(struct mdt_body, mbo_t_state) == 96, "found %lld\n", |
| (long long)(int)offsetof(struct mdt_body, mbo_t_state)); |
| LASSERTF((int)sizeof(((struct mdt_body *)0)->mbo_t_state) == |