Searched refs:xfs_bui_log_format (Results 1 – 4 of 4) sorted by relevance
626 struct xfs_bui_log_format *dst, in xfs_bui_copy_format()627 const struct xfs_bui_log_format *src) in xfs_bui_copy_format()631 memcpy(dst, src, offsetof(struct xfs_bui_log_format, bui_extents)); in xfs_bui_copy_format()654 struct xfs_bui_log_format *bui_formatp; in xlog_recover_bui_commit_pass2()
47 struct xfs_bui_log_format bui_format;
169 XFS_CHECK_STRUCT_SIZE(struct xfs_bui_log_format, 16); in xfs_check_ondisk_structs()178 XFS_CHECK_OFFSET(struct xfs_bui_log_format, bui_extents, 16); in xfs_check_ondisk_structs()
871 struct xfs_bui_log_format { struct883 return sizeof(struct xfs_bui_log_format) + in xfs_bui_log_format_sizeof() argument
Completed in 11 milliseconds