Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_refcount_item.c559 struct xfs_cui_log_format *dst, in xfs_cui_copy_format()
560 const struct xfs_cui_log_format *src) in xfs_cui_copy_format()
564 memcpy(dst, src, offsetof(struct xfs_cui_log_format, cui_extents)); in xfs_cui_copy_format()
587 struct xfs_cui_log_format *cui_formatp; in xlog_recover_cui_commit_pass2()
Dxfs_refcount_item.h49 struct xfs_cui_log_format cui_format;
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_ondisk.h146 XFS_CHECK_STRUCT_SIZE(struct xfs_cui_log_format, 16); in xfs_check_ondisk_structs()
154 XFS_CHECK_OFFSET(struct xfs_cui_log_format, cui_extents, 16); in xfs_check_ondisk_structs()
Dxfs_log_format.h810 struct xfs_cui_log_format { struct
822 return sizeof(struct xfs_cui_log_format) + in xfs_cui_log_format_sizeof() argument