Lines Matching defs:rudp
186 struct xfs_rud_log_item *rudp = RUD_ITEM(lip);
189 rudp->rud_format.rud_type = XFS_LI_RUD;
190 rudp->rud_format.rud_size = 1;
192 xlog_copy_iovec(lv, &vecp, XLOG_REG_TYPE_RUD_FORMAT, &rudp->rud_format,
205 struct xfs_rud_log_item *rudp = RUD_ITEM(lip);
207 xfs_rui_release(rudp->rud_ruip);
208 kmem_free(rudp->rud_item.li_lv_shadow);
209 kmem_cache_free(xfs_rud_cache, rudp);
233 struct xfs_rud_log_item *rudp;
235 rudp = kmem_cache_zalloc(xfs_rud_cache, GFP_KERNEL | __GFP_NOFAIL);
236 xfs_log_item_init(tp->t_mountp, &rudp->rud_item, XFS_LI_RUD,
238 rudp->rud_ruip = ruip;
239 rudp->rud_format.rud_rui_id = ruip->rui_format.rui_id;
241 xfs_trans_add_item(tp, &rudp->rud_item);
242 return rudp;
296 struct xfs_rud_log_item *rudp,
312 set_bit(XFS_LI_DIRTY, &rudp->rud_item.li_flags);
512 struct xfs_rud_log_item *rudp;
539 rudp = xfs_trans_get_rud(tp, ruip);
589 error = xfs_trans_log_finish_rmap_update(tp, rudp, &fake,
623 struct xfs_rud_log_item *rudp;
632 rudp = xfs_trans_get_rud(tp, RUI_ITEM(intent));
633 set_bit(XFS_LI_DIRTY, &rudp->rud_item.li_flags);