Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_ondisk.h127 XFS_CHECK_STRUCT_SIZE(struct xfs_trans_header, 16); in xfs_check_ondisk_structs()
Dxfs_log_recover.c4187 ASSERT(len <= sizeof(struct xfs_trans_header)); in xlog_recover_add_to_cont_trans()
4188 if (len > sizeof(struct xfs_trans_header)) { in xlog_recover_add_to_cont_trans()
4195 sizeof(struct xfs_trans_header) - len; in xlog_recover_add_to_cont_trans()
4249 if (len > sizeof(struct xfs_trans_header)) { in xlog_recover_add_to_trans()
4260 if (len == sizeof(struct xfs_trans_header)) in xlog_recover_add_to_trans()
Dxfs_log_cil.c654 struct xfs_trans_header thdr; in xlog_cil_push()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_log_format.h212 typedef struct xfs_trans_header { struct