Home
last modified time | relevance | path

Searched refs:bui_format (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_bmap_item.c76 *nbytes += xfs_bui_log_format_sizeof(buip->bui_format.bui_nextents); in xfs_bui_item_size()
95 buip->bui_format.bui_nextents); in xfs_bui_item_format()
97 buip->bui_format.bui_type = XFS_LI_BUI; in xfs_bui_item_format()
98 buip->bui_format.bui_size = 1; in xfs_bui_item_format()
100 xlog_copy_iovec(lv, &vecp, XLOG_REG_TYPE_BUI_FORMAT, &buip->bui_format, in xfs_bui_item_format()
101 xfs_bui_log_format_sizeof(buip->bui_format.bui_nextents)); in xfs_bui_item_format()
147 buip->bui_format.bui_nextents = XFS_BUI_MAX_FAST_EXTENTS; in xfs_bui_init()
148 buip->bui_format.bui_id = (uintptr_t)(void *)buip; in xfs_bui_init()
235 budp->bud_format.bud_bui_id = buip->bui_format.bui_id; in xfs_trans_get_bud()
326 ASSERT(next_extent < buip->bui_format.bui_nextents); in xfs_bmap_update_log_item()
[all …]
H A Dxfs_bmap_item.h47 struct xfs_bui_log_format bui_format; member
54 return offsetof(struct xfs_bui_log_item, bui_format) + in xfs_bui_log_item_sizeof()