Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_bmap_item.c182 struct xfs_bud_log_item *budp = BUD_ITEM(lip); in xfs_bud_item_format() local
185 budp->bud_format.bud_type = XFS_LI_BUD; in xfs_bud_item_format()
186 budp->bud_format.bud_size = 1; in xfs_bud_item_format()
188 xlog_copy_iovec(lv, &vecp, XLOG_REG_TYPE_BUD_FORMAT, &budp->bud_format, in xfs_bud_item_format()
201 struct xfs_bud_log_item *budp = BUD_ITEM(lip); in xfs_bud_item_release() local
203 xfs_bui_release(budp->bud_buip); in xfs_bud_item_release()
204 kmem_free(budp->bud_item.li_lv_shadow); in xfs_bud_item_release()
205 kmem_cache_free(xfs_bud_cache, budp); in xfs_bud_item_release()
229 struct xfs_bud_log_item *budp; in xfs_trans_get_bud() local
231 budp = kmem_cache_zalloc(xfs_bud_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_get_bud()
[all …]