Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_bmap_item.c194 budp->bud_format.bud_type = XFS_LI_BUD; in xfs_bud_item_format()
195 budp->bud_format.bud_size = 1; in xfs_bud_item_format()
197 xlog_format_copy(lfb, XLOG_REG_TYPE_BUD_FORMAT, &budp->bud_format, in xfs_bud_item_format()
324 budp->bud_format.bud_bui_id = buip->bui_format.bui_id; in xfs_bmap_update_create_done()
H A Dxfs_bmap_item.h65 struct xfs_bud_log_format bud_format; member