Searched refs:xfs_rui_log_format (Results 1 – 4 of 4) sorted by relevance
50 struct xfs_rui_log_format rui_format;
141 XFS_CHECK_STRUCT_SIZE(struct xfs_rui_log_format, 16); in xfs_check_ondisk_structs()148 XFS_CHECK_OFFSET(struct xfs_rui_log_format, rui_extents, 16); in xfs_check_ondisk_structs()
634 struct xfs_rui_log_format *dst, in xfs_rui_copy_format()635 const struct xfs_rui_log_format *src) in xfs_rui_copy_format()639 memcpy(dst, src, offsetof(struct xfs_rui_log_format, rui_extents)); in xfs_rui_copy_format()662 struct xfs_rui_log_format *rui_formatp; in xlog_recover_rui_commit_pass2()
748 struct xfs_rui_log_format { struct760 return sizeof(struct xfs_rui_log_format) + in xfs_rui_log_format_sizeof() argument