Searched refs:xfs_cui_log_format (Results 1 – 4 of 4) sorted by relevance
49 struct xfs_cui_log_format cui_format;
679 struct xfs_cui_log_format *dst, in xfs_cui_copy_format()680 const struct xfs_cui_log_format *src) in xfs_cui_copy_format()684 memcpy(dst, src, offsetof(struct xfs_cui_log_format, cui_extents)); in xfs_cui_copy_format()707 struct xfs_cui_log_format *cui_formatp; in xlog_recover_cui_commit_pass2()749 struct xfs_cui_log_format *cui_formatp; in xlog_recover_rtcui_commit_pass2()
171 XFS_CHECK_STRUCT_SIZE(struct xfs_cui_log_format, 16); in xfs_check_ondisk_structs()179 XFS_CHECK_OFFSET(struct xfs_cui_log_format, cui_extents, 16); in xfs_check_ondisk_structs()
816 struct xfs_cui_log_format { struct828 return sizeof(struct xfs_cui_log_format) + in xfs_cui_log_format_sizeof() argument