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

/linux-master/fs/xfs/
H A Dxfs_bmap_item.h47 struct xfs_bui_log_format bui_format;
H A Dxfs_bmap_item.c613 struct xfs_bui_log_format *dst,
614 const struct xfs_bui_log_format *src)
618 memcpy(dst, src, offsetof(struct xfs_bui_log_format, bui_extents));
641 struct xfs_bui_log_format *bui_formatp;
/linux-master/fs/xfs/libxfs/
H A Dxfs_ondisk.h142 XFS_CHECK_STRUCT_SIZE(struct xfs_bui_log_format, 16);
151 XFS_CHECK_OFFSET(struct xfs_bui_log_format, bui_extents, 16);
H A Dxfs_log_format.h853 struct xfs_bui_log_format { struct
865 return sizeof(struct xfs_bui_log_format) +

Completed in 266 milliseconds