Lines Matching defs:rudp
208 struct xfs_rud_log_item *rudp = RUD_ITEM(lip);
211 rudp->rud_format.rud_type = XFS_LI_RUD;
212 rudp->rud_format.rud_size = 1;
214 xlog_copy_iovec(lv, &vecp, XLOG_REG_TYPE_RUD_FORMAT, &rudp->rud_format,
227 struct xfs_rud_log_item *rudp = RUD_ITEM(lip);
229 xfs_rui_release(rudp->rud_ruip);
230 kmem_cache_free(xfs_rud_zone, rudp);
245 struct xfs_rud_log_item *rudp;
247 rudp = kmem_cache_zalloc(xfs_rud_zone, GFP_KERNEL | __GFP_NOFAIL);
248 xfs_log_item_init(tp->t_mountp, &rudp->rud_item, XFS_LI_RUD,
250 rudp->rud_ruip = ruip;
251 rudp->rud_format.rud_rui_id = ruip->rui_format.rui_id;
253 xfs_trans_add_item(tp, &rudp->rud_item);
254 return rudp;
308 struct xfs_rud_log_item *rudp,
331 set_bit(XFS_LI_DIRTY, &rudp->rud_item.li_flags);
474 struct xfs_rud_log_item *rudp;
522 rudp = xfs_trans_get_rud(tp, ruip);
560 error = xfs_trans_log_finish_rmap_update(tp, rudp, type,
592 struct xfs_rud_log_item *rudp;
601 rudp = xfs_trans_get_rud(tp, RUI_ITEM(intent));
602 set_bit(XFS_LI_DIRTY, &rudp->rud_item.li_flags);