Home
last modified time | relevance | path

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

/linux-5.19.10/fs/xfs/ !
Dxfs_ondisk.h134 XFS_CHECK_STRUCT_SIZE(struct xfs_trans_header, 16); in xfs_check_ondisk_structs()
Dxfs_log_cil.c876 struct xfs_trans_header thdr;
917 hdr->oph[1].oh_len = cpu_to_be32(sizeof(struct xfs_trans_header)); in xlog_cil_build_trans_hdr()
928 sizeof(struct xfs_trans_header); in xlog_cil_build_trans_hdr()
Dxfs_log_recover.c2064 ASSERT(len <= sizeof(struct xfs_trans_header)); in xlog_recover_add_to_cont_trans()
2065 if (len > sizeof(struct xfs_trans_header)) { in xlog_recover_add_to_cont_trans()
2072 sizeof(struct xfs_trans_header) - len; in xlog_recover_add_to_cont_trans()
2129 if (len > sizeof(struct xfs_trans_header)) { in xlog_recover_add_to_trans()
2140 if (len == sizeof(struct xfs_trans_header)) in xlog_recover_add_to_trans()
/linux-5.19.10/fs/xfs/libxfs/ !
Dxfs_log_format.h213 typedef struct xfs_trans_header { struct