Home
last modified time | relevance | path

Searched refs:rudp (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/
H A Dxfs_rmap_item.c189 struct xfs_rud_log_item *rudp = RUD_ITEM(lip); in xfs_rud_item_format() local
192 rudp->rud_format.rud_type = XFS_LI_RUD; in xfs_rud_item_format()
193 rudp->rud_format.rud_size = 1; in xfs_rud_item_format()
195 xlog_copy_iovec(lv, &vecp, XLOG_REG_TYPE_RUD_FORMAT, &rudp->rud_format, in xfs_rud_item_format()
208 struct xfs_rud_log_item *rudp = RUD_ITEM(lip); in xfs_rud_item_release() local
210 xfs_rui_release(rudp->rud_ruip); in xfs_rud_item_release()
211 kvfree(rudp->rud_item.li_lv_shadow); in xfs_rud_item_release()
212 kmem_cache_free(xfs_rud_cache, rudp); in xfs_rud_item_release()
335 struct xfs_rud_log_item *rudp; in xfs_rmap_update_create_done() local
337 rudp = kmem_cache_zalloc(xfs_rud_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_rmap_update_create_done()
[all …]