xfs_bui_log_format
return sizeof(struct xfs_bui_log_format) +
XFS_CHECK_STRUCT_SIZE(struct xfs_bui_log_format, 16);
XFS_CHECK_OFFSET(struct xfs_bui_log_format, bui_extents, 16);
struct xfs_bui_log_format *dst,
const struct xfs_bui_log_format *src)
memcpy(dst, src, offsetof(struct xfs_bui_log_format, bui_extents));
struct xfs_bui_log_format *bui_formatp;
struct xfs_bui_log_format bui_format;