Searched refs:xfs_trans_header (Results 1 – 3 of 3) sorted by relevance
205 typedef struct xfs_trans_header { struct
3439 ASSERT(len <= sizeof(struct xfs_trans_header)); in xlog_recover_add_to_cont_trans()3440 if (len > sizeof(struct xfs_trans_header)) { in xlog_recover_add_to_cont_trans()3447 sizeof(struct xfs_trans_header) - len; in xlog_recover_add_to_cont_trans()3501 if (len > sizeof(struct xfs_trans_header)) { in xlog_recover_add_to_trans()3512 if (len == sizeof(struct xfs_trans_header)) in xlog_recover_add_to_trans()
442 struct xfs_trans_header thdr; in xlog_cil_push()