Home
last modified time | relevance | path

Searched refs:xfs_trans_header (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_ondisk.h166 XFS_CHECK_STRUCT_SIZE(struct xfs_trans_header, 16); in xfs_check_ondisk_structs()
H A Dxfs_log_format.h216 typedef struct xfs_trans_header { struct
221 th_num_itemsxfs_trans_header global() argument
/linux/fs/xfs/
H A Dxfs_log_cil.c1126 struct xfs_trans_header thdr;
1167 hdr->oph[1].oh_len = cpu_to_be32(sizeof(struct xfs_trans_header)); in xlog_cil_build_trans_hdr()
1178 sizeof(struct xfs_trans_header); in xlog_cil_build_trans_hdr()
H A Dxfs_log_recover.c2117 ASSERT(len <= sizeof(struct xfs_trans_header)); in xlog_recover_add_to_cont_trans()
2118 if (len > sizeof(struct xfs_trans_header)) { in xlog_recover_add_to_cont_trans()
2125 sizeof(struct xfs_trans_header) - len; in xlog_recover_add_to_cont_trans()
2182 if (len > sizeof(struct xfs_trans_header)) { in xlog_recover_add_to_trans()
2193 if (len == sizeof(struct xfs_trans_header)) in xlog_recover_add_to_trans()