Searched refs:bui_extents (Results 1 – 3 of 3) sorted by relevance
260 map = &buip->bui_format.bui_extents[next_extent]; in xfs_bmap_update_log_item()421 map = &buip->bui_format.bui_extents[0]; in xfs_bui_validate()506 map = &buip->bui_format.bui_extents[0]; in xfs_bmap_recover_work()576 map = BUI_ITEM(intent)->bui_format.bui_extents; in xfs_bmap_relog_intent()579 memcpy(buip->bui_format.bui_extents, map, count * sizeof(*map)); in xfs_bmap_relog_intent()621 memcpy(dst, src, offsetof(struct xfs_bui_log_format, bui_extents)); in xfs_bui_copy_format()624 memcpy(&dst->bui_extents[i], &src->bui_extents[i], in xfs_bui_copy_format()
178 XFS_CHECK_OFFSET(struct xfs_bui_log_format, bui_extents, 16); in xfs_check_ondisk_structs()
876 struct xfs_map_extent bui_extents[]; /* array of extents to bmap */ member