Lines Matching refs:budp
180 struct xfs_bud_log_item *budp = BUD_ITEM(lip);
183 budp->bud_format.bud_type = XFS_LI_BUD;
184 budp->bud_format.bud_size = 1;
186 xlog_copy_iovec(lv, &vecp, XLOG_REG_TYPE_BUD_FORMAT, &budp->bud_format,
199 struct xfs_bud_log_item *budp = BUD_ITEM(lip);
201 xfs_bui_release(budp->bud_buip);
202 kmem_cache_free(xfs_bud_zone, budp);
217 struct xfs_bud_log_item *budp;
219 budp = kmem_cache_zalloc(xfs_bud_zone, GFP_KERNEL | __GFP_NOFAIL);
220 xfs_log_item_init(tp->t_mountp, &budp->bud_item, XFS_LI_BUD,
222 budp->bud_buip = buip;
223 budp->bud_format.bud_bui_id = buip->bui_format.bui_id;
225 xfs_trans_add_item(tp, &budp->bud_item);
226 return budp;
237 struct xfs_bud_log_item *budp,
259 set_bit(XFS_LI_DIRTY, &budp->bud_item.li_flags);
435 struct xfs_bud_log_item *budp;
496 budp = xfs_trans_get_bud(tp, buip);
501 error = xfs_trans_log_finish_bmap_update(tp, budp, bui_type, ip,
551 struct xfs_bud_log_item *budp;
560 budp = xfs_trans_get_bud(tp, BUI_ITEM(intent));
561 set_bit(XFS_LI_DIRTY, &budp->bud_item.li_flags);