Lines Matching refs:cudp
185 struct xfs_cud_log_item *cudp = CUD_ITEM(lip);
188 cudp->cud_format.cud_type = XFS_LI_CUD;
189 cudp->cud_format.cud_size = 1;
191 xlog_copy_iovec(lv, &vecp, XLOG_REG_TYPE_CUD_FORMAT, &cudp->cud_format,
204 struct xfs_cud_log_item *cudp = CUD_ITEM(lip);
206 xfs_cui_release(cudp->cud_cuip);
207 kmem_cache_free(xfs_cud_zone, cudp);
222 struct xfs_cud_log_item *cudp;
224 cudp = kmem_cache_zalloc(xfs_cud_zone, GFP_KERNEL | __GFP_NOFAIL);
225 xfs_log_item_init(tp->t_mountp, &cudp->cud_item, XFS_LI_CUD,
227 cudp->cud_cuip = cuip;
228 cudp->cud_format.cud_cui_id = cuip->cui_format.cui_id;
230 xfs_trans_add_item(tp, &cudp->cud_item);
231 return cudp;
242 struct xfs_cud_log_item *cudp,
263 set_bit(XFS_LI_DIRTY, &cudp->cud_item.li_flags);
432 struct xfs_cud_log_item *cudp;
491 cudp = xfs_trans_get_cud(tp, cuip);
512 error = xfs_trans_log_finish_refcount_update(tp, cudp,
569 struct xfs_cud_log_item *cudp;
578 cudp = xfs_trans_get_cud(tp, CUI_ITEM(intent));
579 set_bit(XFS_LI_DIRTY, &cudp->cud_item.li_flags);