Searched refs:xfs_trans_header (Results 1 – 4 of 4) sorted by relevance
134 XFS_CHECK_STRUCT_SIZE(struct xfs_trans_header, 16); in xfs_check_ondisk_structs()
2069 ASSERT(len <= sizeof(struct xfs_trans_header)); in xlog_recover_add_to_cont_trans()2070 if (len > sizeof(struct xfs_trans_header)) { in xlog_recover_add_to_cont_trans()2077 sizeof(struct xfs_trans_header) - len; in xlog_recover_add_to_cont_trans()2134 if (len > sizeof(struct xfs_trans_header)) { in xlog_recover_add_to_trans()2145 if (len == sizeof(struct xfs_trans_header)) in xlog_recover_add_to_trans()
864 struct xfs_trans_header thdr; in xlog_cil_push_work()
209 typedef struct xfs_trans_header { struct