structname          9 fs/xfs/xfs_ondisk.h #define XFS_CHECK_STRUCT_SIZE(structname, size) \
structname         10 fs/xfs/xfs_ondisk.h 	BUILD_BUG_ON_MSG(sizeof(structname) != (size), "XFS: sizeof(" \
structname         11 fs/xfs/xfs_ondisk.h 		#structname ") is wrong, expected " #size)
structname         13 fs/xfs/xfs_ondisk.h #define XFS_CHECK_OFFSET(structname, member, off) \
structname         14 fs/xfs/xfs_ondisk.h 	BUILD_BUG_ON_MSG(offsetof(structname, member) != (off), \
structname         15 fs/xfs/xfs_ondisk.h 		"XFS: offsetof(" #structname ", " #member ") is wrong, " \
structname        291 include/linux/virtio_config.h #define virtio_cread(vdev, structname, member, ptr)			\
structname        295 include/linux/virtio_config.h 		if (!typecheck(typeof((((structname*)0)->member)), *(ptr))) \
structname        301 include/linux/virtio_config.h 					       offsetof(structname, member)); \
structname        305 include/linux/virtio_config.h 						offsetof(structname, member)); \
structname        309 include/linux/virtio_config.h 						offsetof(structname, member)); \
structname        313 include/linux/virtio_config.h 						offsetof(structname, member)); \
structname        321 include/linux/virtio_config.h #define virtio_cwrite(vdev, structname, member, ptr)			\
structname        325 include/linux/virtio_config.h 		if (!typecheck(typeof((((structname*)0)->member)), *(ptr))) \
structname        331 include/linux/virtio_config.h 				       offsetof(structname, member),	\
structname        336 include/linux/virtio_config.h 					offsetof(structname, member),	\
structname        341 include/linux/virtio_config.h 					offsetof(structname, member),	\
structname        346 include/linux/virtio_config.h 					offsetof(structname, member),	\
structname        452 include/linux/virtio_config.h #define virtio_cread_feature(vdev, fbit, structname, member, ptr)	\
structname        458 include/linux/virtio_config.h 			virtio_cread((vdev), structname, member, ptr);	\
structname        261 scripts/gcc-plugins/randomize_layout_plugin.c 	const unsigned char *structname;
structname        268 scripts/gcc-plugins/randomize_layout_plugin.c 	structname = ORIG_TYPE_NAME(type);
structname        271 scripts/gcc-plugins/randomize_layout_plugin.c 	fprintf(stderr, "Shuffling struct %s %p\n", (const char *)structname, type);
structname        279 scripts/gcc-plugins/randomize_layout_plugin.c 		seed[i] ^= name_hash(structname);