Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_rmap_item.c716 struct xfs_rui_log_format *dst, in xfs_rui_copy_format()
717 const struct xfs_rui_log_format *src) in xfs_rui_copy_format()
721 memcpy(dst, src, offsetof(struct xfs_rui_log_format, rui_extents)); in xfs_rui_copy_format()
744 struct xfs_rui_log_format *rui_formatp; in xlog_recover_rui_commit_pass2()
786 struct xfs_rui_log_format *rui_formatp; in xlog_recover_rtrui_commit_pass2()
H A Dxfs_rmap_item.h50 struct xfs_rui_log_format rui_format;
/linux/fs/xfs/libxfs/
H A Dxfs_ondisk.h164 XFS_CHECK_STRUCT_SIZE(struct xfs_rui_log_format, 16); in xfs_check_ondisk_structs()
175 XFS_CHECK_OFFSET(struct xfs_rui_log_format, rui_extents, 16); in xfs_check_ondisk_structs()
H A Dxfs_log_format.h756 struct xfs_rui_log_format { struct
768 return sizeof(struct xfs_rui_log_format) + in xfs_rui_log_format_sizeof() argument