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()429 map = &buip->bui_format.bui_extents[0]; in xfs_bui_validate()514 map = &buip->bui_format.bui_extents[0]; in xfs_bmap_recover_work()584 map = BUI_ITEM(intent)->bui_format.bui_extents; in xfs_bmap_relog_intent()587 memcpy(buip->bui_format.bui_extents, map, count * sizeof(*map)); in xfs_bmap_relog_intent()629 memcpy(dst, src, offsetof(struct xfs_bui_log_format, bui_extents)); in xfs_bui_copy_format()632 memcpy(&dst->bui_extents[i], &src->bui_extents[i], in xfs_bui_copy_format()
153 XFS_CHECK_OFFSET(struct xfs_bui_log_format, bui_extents, 16); in xfs_check_ondisk_structs()
865 struct xfs_map_extent bui_extents[]; /* array of extents to bmap */ member