Searched refs:rudp (Results 1 – 1 of 1) sorted by relevance
195 struct xfs_rud_log_item *rudp = RUD_ITEM(lip); in xfs_rud_item_format() local200 rudp->rud_format.rud_type = lip->li_type; in xfs_rud_item_format()201 rudp->rud_format.rud_size = 1; in xfs_rud_item_format()216 struct xfs_rud_log_item *rudp = RUD_ITEM(lip); in xfs_rud_item_release() local218 xfs_rui_release(rudp->rud_ruip); in xfs_rud_item_release()219 kvfree(rudp->rud_item.li_lv_shadow); in xfs_rud_item_release()220 kmem_cache_free(xfs_rud_cache, rudp); in xfs_rud_item_release()370 struct xfs_rud_log_item *rudp; in xfs_rmap_update_create_done() local373 xfs_log_item_init(tp->t_mountp, &rudp->rud_item, in xfs_rmap_update_create_done()375 rudp->rud_ruip = ruip; in xfs_rmap_update_create_done()[all …]