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

/linux-master/fs/xfs/libxfs/
H A Dxfs_ondisk.h139 XFS_CHECK_STRUCT_SIZE(struct xfs_trans_header, 16);
H A Dxfs_log_format.h213 typedef struct xfs_trans_header { struct
/linux-master/fs/xfs/
H A Dxfs_log_cil.c967 struct xfs_trans_header thdr;
1008 hdr->oph[1].oh_len = cpu_to_be32(sizeof(struct xfs_trans_header));
1019 sizeof(struct xfs_trans_header);
H A Dxfs_log_recover.c2082 ASSERT(len <= sizeof(struct xfs_trans_header));
2083 if (len > sizeof(struct xfs_trans_header)) {
2090 sizeof(struct xfs_trans_header) - len;
2147 if (len > sizeof(struct xfs_trans_header)) {
2158 if (len == sizeof(struct xfs_trans_header))

Completed in 137 milliseconds