Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/
Dxfs_bmap_item.h47 struct xfs_bui_log_format bui_format;
Dxfs_ondisk.h137 XFS_CHECK_STRUCT_SIZE(struct xfs_bui_log_format, 16); in xfs_check_ondisk_structs()
146 XFS_CHECK_OFFSET(struct xfs_bui_log_format, bui_extents, 16); in xfs_check_ondisk_structs()
Dxfs_bmap_item.c613 struct xfs_bui_log_format *dst, in xfs_bui_copy_format()
614 const struct xfs_bui_log_format *src) in xfs_bui_copy_format()
618 memcpy(dst, src, offsetof(struct xfs_bui_log_format, bui_extents)); in xfs_bui_copy_format()
641 struct xfs_bui_log_format *bui_formatp; in xlog_recover_bui_commit_pass2()
/Linux-v6.1/fs/xfs/libxfs/
Dxfs_log_format.h844 struct xfs_bui_log_format { struct
856 return sizeof(struct xfs_bui_log_format) + in xfs_bui_log_format_sizeof() argument