Searched refs:xfs_cud_log_format (Results 1 – 4 of 4) sorted by relevance
184 *nbytes += sizeof(struct xfs_cud_log_format); in xfs_cud_item_size()189 return xlog_item_space(1, sizeof(struct xfs_cud_log_format)); in xfs_cud_log_space()213 sizeof(struct xfs_cud_log_format)); in xfs_cud_item_format()818 struct xfs_cud_log_format *cud_formatp; in xlog_recover_cud_commit_pass2()821 if (item->ri_buf[0].iov_len != sizeof(struct xfs_cud_log_format)) { in xlog_recover_cud_commit_pass2()844 struct xfs_cud_log_format *cud_formatp; in xlog_recover_rtcud_commit_pass2()847 if (item->ri_buf[0].iov_len != sizeof(struct xfs_cud_log_format)) { in xlog_recover_rtcud_commit_pass2()
68 struct xfs_cud_log_format cud_format;
172 XFS_CHECK_STRUCT_SIZE(struct xfs_cud_log_format, 16); in xfs_check_ondisk_structs()
842 struct xfs_cud_log_format { struct
Completed in 13 milliseconds